Unanswered
Hello, I Am Working With A Pytorch Model, And I Would Like To Save It As An Outputmodel. I Read That Clearml Has Pytorch Auto-Logging Ebabled Automatically.
My Question Is: What Path Should I Specify To Torch.Save() In Order For It To Be Uploaded Automati
yes of course I specified it with :torch.save(state, f_path)
where f_path = os.path.join(tempfile.gettempdir(), 'trained_models') + '\
http://my_model.pt '
182 Views
0
Answers
2 years ago
one year ago