mirror of
https://github.com/clearml/clearml
synced 2025-06-26 18:16:07 +00:00
Fix example project name
This commit is contained in:
@@ -8,7 +8,7 @@ from clearml import Task
|
||||
|
||||
# Connecting ClearML with the current process,
|
||||
# from here on everything is logged automatically
|
||||
task = Task.init(project_name="example", task_name="fastai with tensorboard callback")
|
||||
task = Task.init(project_name="examples", task_name="fastai with tensorboard callback")
|
||||
|
||||
path = untar_data(URLs.MNIST_SAMPLE)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user