my environment :
win10, Anaconda3 with python3.5, VS2015, CPU only
I just followed the steps on https://github.com/BVLC/caffe/tree/windows.
I built it successfully (run build_win.cmd and compile in VS2015 both) and then I copy the 'python/caffe' folder to the anaconda directory.
Should be able to import caffe in python at this step, but when I import caffe,
it crashes and just exits the python console. Is there anyone facing the same problem or having any solution for this problem? thx
using cmd python console to import caffe :
nothing shows on command line it just exit python console
using pycharm to import caffe: shows log: Process finished with exit code -1073741819 (0xC0000005)
User contributions licensed under CC BY-SA 3.0