pierluigiferrari / caffe_weight_converter

Caffe-to-Keras weight converter. Can also export weights as Numpy arrays for further processing.
GNU General Public License v3.0
69 stars 25 forks source link

Caffe version compatibility #11

Open rubeea opened 4 years ago

rubeea commented 4 years ago

Can you post the link to the appropriate version of the Caffe and PyCaffe to be used with the following requirements:

OS: Windows 10 Python 3.6 Tensorflow-gpu 1.12 CUDA 9

Thanks in advance

shafu0x commented 4 years ago

Hey, run your code inside this Docker container. Worked for me.

rubeea commented 4 years ago

Hey, run your code inside this Docker container. Worked for me.

Hi, I am new to Docker. The container you suggested is for running caffe I suppose? How can I edit the CMD command in it to run the caffe_weight_converter project's python files?

Any help will be highly appreciated.

Thanks in advance