clcarwin / convert_torch_to_pytorch

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

convert resnet200 model has this error #3

Closed AMDS123 closed 7 years ago

AMDS123 commented 7 years ago

AttributeError: type object 'FloatStorage' has no attribute 'from_buffer'

clcarwin commented 7 years ago

I can not reproduce the error. Can you provide more info? such as full error stack, os version, pytorch version.

My system: OS X 10.11.1 pip list | grep torch output torch (0.1.10+ce536aa)