matorage icon indicating copy to clipboard operation
matorage copied to clipboard

How to save and load .pt pytorch model (to and from Minio) using your library?

Open fadishaar84 opened this issue 3 years ago • 0 comments

Hello, Thank you for sharing this library. I appreciate if you could guide me with a simple example about how to save .pt model to Minio and then how to load it from Minio to do prediction using your library. The existing examples explain how to save and test the model during training only. Can I use the library to perform only prediction by loading the model from Minio, since I have already trained my model and I need just to use the library to simplify the process of loading the model from Minio and do prediction? Thank you.

fadishaar84 avatar May 05 '22 15:05 fadishaar84