graykode / matorage

Matorage is tensor(multidimensional matrix) object storage manager for deep learning framework(Pytorch, Tensorflow V2, Keras)
https://matorage.readthedocs.io
Other
73 stars 8 forks source link

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

Open fadishaar84 opened 2 years ago

fadishaar84 commented 2 years ago

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.