mirror of
				https://github.com/clearml/clearml
				synced 2025-06-26 18:16:07 +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', | ||||
|                 init_kwargs=dict( | ||||
|                     project_name='examples', | ||||
|                     task_name='OpenMMLab cifar10' | ||||
|                     task_name='OpenMMLab cifar10', | ||||
|                     output_uri=True | ||||
|                 ) | ||||
|             ), | ||||
|         ] | ||||
|  | ||||
		Loading…
	
		Reference in New Issue
	
	Block a user