caffe-windows
caffe-windows copied to clipboard
How to use Conda Python3 in caffe?
How to use Conda Python3 in caffe?
import sys sys.path.append("/caffe-windows/python") import caffe
Hi I got this
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "C:\Users\Meir\source\repos\caffe-windows-ms\caffe-windows-ms\python\caffe\__init__.py", line 1, in <module>
from .pycaffe import Net, SGDSolver, NesterovSolver, AdaGradSolver, RMSPropSolver, AdaDeltaSolver, AdamSolver, NCCL, Timer
File "C:\Users\Meir\source\repos\caffe-windows-ms\caffe-windows-ms\python\caffe\pycaffe.py", line 13, in <module>
from ._caffe import Net, SGDSolver, NesterovSolver, AdaGradSolver, \
ModuleNotFoundError: No module named 'caffe._caffe'
What should I do?