Fix example project name

This commit is contained in:
allegroai
2021-10-03 02:56:42 +03:00
parent 3643446f56
commit 39d8d8f0cb
5 changed files with 5 additions and 5 deletions

View File

@@ -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()