clcarwin / convert_torch_to_pytorch

Convert torch t7 model to pytorch model and source.
MIT License
539 stars 161 forks source link

Is that possibel to convert pytorch model to torch model? #4

Closed Naruto-Sasuke closed 7 years ago

Naruto-Sasuke commented 7 years ago

If it just for simple standard pytorch modules, can it work?

clcarwin commented 7 years ago

This script can not do it. You can export every pytorch model's weight/bias to csv file, read it in lua code. The task can be done, If you are patient.