clcarwin / convert_torch_to_pytorch

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

unknown type id 21810 3808. #22

Closed herleeyandi closed 6 years ago

herleeyandi commented 6 years ago

Hello I run the script and get this error torch.utils.serialization.read_lua_file.T7ReaderException: unknown type id 218103808. here is link for the model LINK

clcarwin commented 6 years ago

Package nngraph is not supported.

xxAna commented 4 years ago

@clcarwin Thank you for your sharing. And I wonder if there are any ways to convert a torch model in nngraph to pytorch?