Unanswered
One More Strange Behaviour Of Clearml-Agent. Two Tasks With The Same Code (Except Usage Of Task.Execute_Remotely()) Generate Different Structure Of Output Artifacts. The Code Is A Regular Training With Keras That Includes Lines:
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')
?
156 Views
0
Answers
3 years ago
one year ago