caffe_demos
caffe_demos copied to clipboard
Results
3
caffe_demos issues
Sort by
recently updated
recently updated
newest added
an error
1
hi i run your code iris_tuto.py and i got an error Check failed: status >= 0 (-1 vs. 0) Failed to get dataset ndims for data i checked iris_train_data well...
By the help of @samedcildir, 69th line is changed to adapt the newest Caffe and also the default no of cores is set to 1.
Hi: Why you use SigmoidCrossEntropyLoss instead of using softmax loss and function here. It is not very intuitive to me. Thanks :)