Merge pull request #945 from skinan/patch-1

Add "output_uri=True" in the hook config (openmmlab example)
This commit is contained in:
alex-burlacu-clear-ml 2023-03-17 14:43:08 +02:00 committed by GitHub
commit b3f3928555
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -79,7 +79,8 @@ if __name__ == '__main__':
type='ClearMLLoggerHook', type='ClearMLLoggerHook',
init_kwargs=dict( init_kwargs=dict(
project_name='examples', project_name='examples',
task_name='OpenMMLab cifar10' task_name='OpenMMLab cifar10',
output_uri=True
) )
), ),
] ]