clcarwin / convert_torch_to_pytorch

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

Error with Resnet-200 (official from facebook) #30

Open vardaan123 opened 6 years ago

vardaan123 commented 6 years ago

I am trying to convert the Resnet-200 model available in the official fb repo. https://github.com/facebook/fb.resnet.torch/tree/master/pretrained but get the error torch.utils.serialization.read_lua_file.T7ReaderException: unknown type id -604711119. The file may be corrupted. In your README, you have mentioned that Resnet-200 can be converted. Could you please help me locate which Resnet-200 pre-trained model in Torch7 you are using