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
I think you need to specify some pythonic object to work with torch.save() - as it appears in their documentation:
https://pytorch.org/docs/stable/generated/torch.save.html
184 Views
0
Answers
2 years ago
one year ago