mohit@mohit-nightfury:~/research/cloudcv/digits/digits$ ./digits-devserver
___ ___ ___ ___ _____ ___
| \_ _/ __|_ _|_ _/ __|
| |) | | (_ || | | | \__ \
|___/___\___|___| |_| |___/
cudaRuntimeGetVersion() failed with error #38
CAFFE_HOME "/home/mohit/research/cloudcv/caffe/caffe" is invalid:
caffe binary not found at "/home/mohit/research/cloudcv/caffe/caffe"
Default value for caffe_root "<PATHS>" invalid:
caffe binary not found in PATH
==================================== Caffe =====================================
Where is caffe installed?
Suggested values:
(P*) [PATH/PYTHONPATH] <PATHS>
>>
/home/mohit/research/cloudcv/caffe/caffe
>> /home/mohit/research/cloudcv/caffe/caffe
>> /home/mohit/research/cloudcv/caffe/caffe/.build_release/tools
>> /home/mohit/research/cloudcv/caffe/caffe/.build_release/tools/caffe
>> /home/mohit/research/cloudcv/caffe/caffe/build
>> /home/mohit/research/cloudcv/caffe/caffe/build/tools
>> /home/mohit/research/cloudcv/caffe/caffe/build/tools/caffe
ERROR: "<path-here>" is not a directoryInvalid input
mohit@mohit-nightfury:~/research/cloudcv/caffe/caffe$ make py
make: Nothing to be done for `py'.
mohit@mohit-nightfury:~/research/cloudcv/caffe/caffe/build$ make pymake: *** No rule to make target `py'. Stop.
mohit@mohit-nightfury:~/research/cloudcv/caffe/caffe/build$ make all[ 1%] Built target proto[ 81%] Built target caffe[ 82%] Built target caffe.bin[ 84%] Built target compute_image_mean[ 86%] Built target convert_imageset[ 86%] Built target device_query[ 87%] Built target extract_features[ 87%] Built target finetune_net[ 89%] Built target net_speed_benchmark[ 89%] Built target test_net[ 91%] Built target train_net[ 93%] Built target upgrade_net_proto_binary[ 94%] Built target upgrade_net_proto_text[ 94%] Built target convert_cifar_data[ 96%] Built target convert_mnist_data[ 98%] Built target convert_mnist_siamese_data[100%] Built target pycaffe
CXX/LD -o .build_release/tools/caffe.bin.build_release/lib/libcaffe-nv.so: undefined reference to `cv::imread(cv::String const&, int)'.build_release/lib/libcaffe-nv.so: undefined reference to `cv::imencode(cv::String const&, cv::_InputArray const&, std::vector<unsigned char, std::allocator<unsigned char> >&, std::vector<int, std::allocator<int> > const&)'.build_release/lib/libcaffe-nv.so: undefined reference to `cv::imdecode(cv::_InputArray const&, int)'collect2: error: ld returned 1 exit statusmake: *** [.build_release/tools/caffe.bin] Error 1
I am using cmake for Caffe installation
--
You received this message because you are subscribed to a topic in the Google Groups "DIGITS Users" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/digits-users/mIef4eiXjx0/unsubscribe.
To unsubscribe from this group and all its topics, send an email to digits-users...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/digits-users/fa180de6-50ad-418f-9e23-41e83e43efb0%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
2015-08-25 16:34:22 [20150825-163104-971b] [ERROR] Train Caffe Model:
Check failed: *ptr host allocation of size 116160000 failed
2015-08-25 16:34:28 [20150825-163104-971b] [ERROR] Train Caffe Model task failed with error code -6
Job Status Error
Initialized at 04:31:04 PM (1 second)
Running at 04:31:05 PM (3 minutes, 25 seconds)
Error at 04:34:31 PM
(Total - 3 minutes, 26 seconds)
Train Caffe Model Error
Initialized at 04:31:04 PM (1 second)
Running at 04:31:06 PM (3 minutes, 23 seconds)
Error at 04:34:29 PM
(Total - 3 minutes, 24 seconds)
ERROR: Check failed: *ptr host allocation of size 116160000 failed
conv2 needs backward computation.
pool1 needs backward computation.
norm1 needs backward computation.
relu1 needs backward computation.
conv1 needs backward computation.
label_data_1_split does not need backward computation.
data does not need backward computation.
This network produces output accuracy
This network produces output loss
Collecting Learning Rate and Weight Decay.
Network initialization done.
Memory required for data: 831529208
Solver scaffolding done.
Starting Optimization
Solving
Learning Rate Policy: step
Iteration 0, Testing net (#0)
Test net output #0: accuracy = 0.34
Test net output #1: loss = 1.09667 (* 1 = 1.09667 loss)
Check failed: *ptr host allocation of size 116160000 failed
--
You received this message because you are subscribed to a topic in the Google Groups "DIGITS Users" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/digits-users/mIef4eiXjx0/unsubscribe.
To unsubscribe from this group and all its topics, send an email to digits-users...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/digits-users/a608211d-4676-46aa-83f7-e4aae93570a5%40googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/digits-users/f1aae4e8-23c4-45df-81e7-e5fcb6255fd9%40googlegroups.com.
Please read through the blog I mentioned above, it has everything you'll need.
-Mohit