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

Configure Caffe in one hour for Windows users.

Results 102 caffe-windows issues
Sort by recently updated
recently updated
newest added

Hi, I tried to build caffe on Windows 10 and VS2015. The Python version on my computer is Python3.5, however, I encountered the following issue while building the code: ```C...

您好,报错内容是: LINK : fatal error LNK1104: cannot open file 'python36.lib' 如何修改文件,才能找到python35.lib?? 谢谢

您好,当我编译pycaffe时报错,LNK1104 cannot open file 'python27.lib'。请问如何修改才使用python3.5???谢谢

win10 下 vs2017+cuda9.2可以编译吧?

I want to compile CPU caffe,and as you can see I set all of parameters about CUDA as "false" like below ![image](https://user-images.githubusercontent.com/30818917/53861045-e911d500-401d-11e9-867c-d7dec24e638a.png) ![image](https://user-images.githubusercontent.com/30818917/53861056-f29b3d00-401d-11e9-8791-48af9094efb1.png) ![image](https://user-images.githubusercontent.com/30818917/53861068-fcbd3b80-401d-11e9-928e-1609f667b358.png) ![image](https://user-images.githubusercontent.com/30818917/53861083-06df3a00-401e-11e9-9fe3-8caea4aed527.png) ![image](https://user-images.githubusercontent.com/30818917/53861097-1068a200-401e-11e9-8b01-35dd3b72d026.png) ![image](https://user-images.githubusercontent.com/30818917/53861111-1b233700-401e-11e9-92ea-deb55b393285.png) ![image](https://user-images.githubusercontent.com/30818917/53861115-22e2db80-401e-11e9-893a-f487d05a1bfc.png) BUT when...

使用的是ms分支,ubuntu14.04 cuda 8.0+cudnn v5,在TITAN X和GTX 1080显卡上train model的时候,均出现如下错误: > I0712 11:19:24.122469 15529 solver.cpp:336] Iteration 0, Testing net (#0) > F0712 11:19:24.439040 15529 math_functions.cu:79] Check failed: error == cudaSuccess (77 vs. 0)...

I am a newbie to deep learning and want to run a few algorithms developed in caffe. How do I access .\windows?

Hi,happynear: I have a question: Traceback (most recent call last): File "", line 1, in File "C:\Program Files\Anaconda3\lib\site-packages\caffe\__init__.py", line 1, in from .pycaffe import Net, SGDSolver, NesterovSolver, AdaGradSolver, RMSPropS olver,...