clementfarabet / torch-ios

Torch7 for iOS.
Other
196 stars 42 forks source link

Add loadcaffe to torch-ios #28

Open codevui opened 8 years ago

codevui commented 8 years ago

Can anybody show me how to implement loadcaffe (https://github.com/szagoruyko/loadcaffe) to torch-ios ?

kurtjacobsdev commented 8 years ago

A workaround would be to load the model on a desktop and convert it using loadcaffe and then serialise it using Torch7 native format. You will then be able to load the model using torch-ios.