-
Hello, Chenyou Fan! When I am trying to train as per your instructions, I am getting error .
Traceback (most recent call last):
File "finetune.py", line 397, in
File "finetune.py", line 21…
-
### System configuration
* Operating system: ubuntu14.04
* Compiler: gcc4.8
* CUDA version (if applicable): 8.0
* CUDNN version (if applicable): 6.0
* Python version (if using pycaffe):2.7
Hi…
-
I'm trying to get caffe installed on a new Ubuntu 16.04 install. (i want to do a CPU only compile. )
Initially, i installed all the dependencies following these instructions: https://gist.github.com/…
-
i am using opencv3.4.0, cuda 9.1, cudnn 7.1 in ubuntu 16.04, but getting error while compilation.
[note: i can compile sucessfully nvidia version of caffe and original caffe in same environment.]
…
-
when i install caffe ,make all ,make test successfully,but make runtest failed
### Issue summary
[ PASSED ] 2138 tests.
[ FAILED ] 1 test, listed below:
[ FAILED ] BatchReindexLayerTest/…
-
### Issue summary
apt-get install caffe-cuda
I want to use anaconda with the module pycaffe, i have installed caffe
with manual of http://caffe.berkeleyvision.org/install_apt.html,
but i want t…
-
I have successfully run Caffe on Ubuntu 12.04. I am wondering whether Caffe is able to run on Windows system?
-
I recently clone this repository and build caffe provided in this repository. Firstly I use python2.7 on the server with command `python2.7 train.py -action c3 -caffe 2 ` and obtain a syntax error. S…
-
Hi, I'm new to DIGITS and like its WebUI.
I trained a classification model with AlexNet and Kaggle's cats and dogs dataset. By altering the learning rate, my training curves show that after the 1st…
-
### Issue summary
I installed caffe and it works fine. After pycaffe is compiled, I tried to use it to draw network structure. However the generated png file looks strange, the text inside the box …