Unanswered
Hey, I Was Planning To Save The Best Trained Model And Get A Task Id For It, So I Could Use It Later As
DeliciousSeal67 , something along these lines:task.upload_artifact('<ARTIFACT_NAME>', artifact_object=os.path.join('<FOLDER>', '<FILE_NAME>'))
So in your case it would be along the lines oftask.upload_artifact('trained_model', 'model_folder/best_mode.pt')
160 Views
0
Answers
2 years ago
one year ago