mirror of
https://github.com/clearml/clearml
synced 2025-02-12 07:35:08 +00:00
Refactor example (#657)
This commit is contained in:
parent
70a8a7a03b
commit
b18b888966
@ -78,8 +78,8 @@ if __name__ == '__main__':
|
|||||||
dict(
|
dict(
|
||||||
type='ClearMLLoggerHook',
|
type='ClearMLLoggerHook',
|
||||||
init_kwargs=dict(
|
init_kwargs=dict(
|
||||||
project_name='OpenMMLab',
|
project_name='examples',
|
||||||
task_name='cifar10'
|
task_name='OpenMMLab cifar10'
|
||||||
)
|
)
|
||||||
),
|
),
|
||||||
]
|
]
|
||||||
|
Loading…
Reference in New Issue
Block a user