Small edits (#705)

This commit is contained in:
pollfly
2023-11-13 16:31:57 +02:00
committed by GitHub
parent 5b196661ef
commit 72ff1879bf
4 changed files with 9 additions and 5 deletions

View File

@@ -53,9 +53,11 @@ model_snapshots_path = '/mnt/clearml'
if not os.path.exists(model_snapshots_path):
os.makedirs(model_snapshots_path)
task = Task.init(project_name='examples',
task_name='extending automagical ClearML example',
output_uri=model_snapshots_path)
task = Task.init(
project_name='examples',
task_name='extending automagical ClearML example',
output_uri=model_snapshots_path
)
```
When the script runs, ClearML creates the following directory structure: