caffe-tensorflow icon indicating copy to clipboard operation
caffe-tensorflow copied to clipboard

Add a big note to the readme, that this project does only support python 2

Open Netzeband opened this issue 8 years ago • 3 comments

I wasted so much time to get this running on my python 3 setup, before I gave up.

Please add a note to the readme, that this project is only supporting legacy python versions like 2.7 and thus it will never run on Windows.

Netzeband avatar Jun 16 '17 12:06 Netzeband

+1 You saved me! I was also suffering from this issue. Then I shifted to Linux and converted my model using the script. There it was a smooth process. Thank you!

sandareka avatar Aug 01 '17 16:08 sandareka

+1

zhuyinheng avatar Aug 11 '17 03:08 zhuyinheng

If you have such a problem using different Python versions consider running it with docker:

https://github.com/nicolov/segmentation_keras/tree/master/conversion https://github.com/ivanzhovannik/convert_caffe_windows

ivanzhovannik avatar Feb 08 '18 18:02 ivanzhovannik