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
|
||||
|
||||
def main():
|
||||
# Getting the task we want to get the artifacts from
|
||||
artifacts_task = Task.get_task(project_name='ClearML Examples', task_name='artifacts example')
|
||||
artifacts_task = Task.get_task(project_name='examples', task_name='artifacts example')
|
||||
|
||||
# getting the numpy object back
|
||||
numpy_artifact = artifacts_task.artifacts['Numpy Eye'].get()
|
||||
|
||||
Reference in New Issue
Block a user