Yahui Liu
Yahui Liu
可以自己写一个列表
@skylineJLU 在CIFAR-10 官网上有如下描述: There is another file, called batches.meta.txt. This is an ASCII file that maps numeric labels in the range 0-9 to meaningful class names. It is merely a...
yes, we will release later.
Hi @shaoshuai-luo, did you try with this repo: [yhlleo/DeepSegmentor](https://github.com/yhlleo/DeepSegmentor)? I think you can find the answer there.
Thank you for you reply. When I run the command, the output is same as yours, but the `make` turn out to be failed. Here is the output: ``` #define...
After I changed the cudnn from version v4 into v3, then the `make` passed.
If I run the file `solve.py` (after download the data and caffemodels), some errors occur as follow: ``` E0505 16:49:01.775686 21977 common.cpp:113] Cannot create Cublas handle. Cublas won't be available....
I re-make my caffe project: ``` make clean make all -j8 make test -j8 make runtest -j8 make distribute make pycaffe make matcaffe ``` The above issue is solved, but...