Caffe_torch_pytorch_converter icon indicating copy to clipboard operation
Caffe_torch_pytorch_converter copied to clipboard

Lua/Torch to PyTorch

Open The-Gupta opened this issue 7 years ago • 1 comments

Could someone help convert Torch files with .lua extension like this into PyTorch?

The-Gupta avatar Dec 20 '17 07:12 The-Gupta

You don't need this repo to do that; if you have torch weights file, you can simply convert them to pytorch using this function: torch.utils.serialization.load_lua

engharat avatar Mar 06 '18 17:03 engharat