mirror of
https://github.com/clearml/clearml
synced 2025-03-03 10:42:00 +00:00
Added "output_uri=True" in the hook config
When "output_uri" is set to True, it uploads the Artifacts or Models to the ClearML Server.
This commit is contained in:
parent
37dde23bc9
commit
3ffbbf1393
@ -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