PyTorch serialization

Hi,

Awesome library! I’d like to ask if it is possible to save a trained PyTorch model in ("*.t7") and read it in Torch.

Thanks

No, we don’t have such option. PyTorch allows for creating much more complex models than Lua Torch without a need to define a lot of helpers, and because of that it’s not easy to translate models in this direction.

Thanks for the fast reply!