harryhan618 / SCNN_Pytorch

Pytorch implementation of "Spatial As Deep: Spatial CNN for Traffic Scene Understanding"
MIT License
250 stars 68 forks source link

how to convert pytorch model to caffe model? #42

Closed snowflake119 closed 4 years ago

snowflake119 commented 4 years ago

Dear sir : I have trained the scnn net ,now I want to convert the scnn pytorch model to caffe model ,I have no idea ,can you give me some advice ,thank you

harryhan618 commented 4 years ago

Sorry, you are asking something that is unrelated to this repo. This repo has nothing to do with caffe. You have to figure out how to use caffe yourself. Good luck.