How can I load torch model into pytorch?

I want to load several torch-trained models in pytorch. How can I do it since the models from torch does not have graph.

2 Likes

Thank you. Will check it out.

What happen if I want to load .model to pytorch?

1 Like