mirror of
https://github.com/clearml/clearml
synced 2025-01-31 09:07:00 +00:00
Merge pull request #945 from skinan/patch-1
Add "output_uri=True" in the hook config (openmmlab example)
This commit is contained in:
commit
b3f3928555
@ -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
|
||||||
)
|
)
|
||||||
),
|
),
|
||||||
]
|
]
|
||||||
|
Loading…
Reference in New Issue
Block a user