didn't get it, do you get the model in the task with local path?
HelpfulHare30 the model.save(f'{ARTIFACTS_ROOT}/mnist_model.h5')
should save the model automatically, any special reason saving it manually with the upload_artifact
? Can you try just with model.save(f'{ARTIFACTS_ROOT}/mnist_model.h5')
?
TimelyPenguin76 , rechecking this situation with clearml-agent 1.0.0 now...
TimelyPenguin76 , sorry I didn't see this comment. No. I mean that when I run task locally (from PyCharm and without task.execute_remotely()), model is uploaded and registered. But when I do the same with task.execute_remotely() and it runs on agent model cannot be found in the task after this. I speak about the same script I sent in the second thread
As I remember, I added it because it was not added automatically. But I'll recheck now...
HelpfulHare30 can you share the ClearML version?
TimelyPenguin76 Ok, when no explicit artifact upload is done, it indeed uploads model locally, but not remotely
TimelyPenguin76 , the same behaviour with clearml-agent 1.0.0
clearml 1.0.2. clearml-agent was 0.17 yet, now I deleted it and installed 1.0.0