-
Notifications
You must be signed in to change notification settings - Fork 395
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
cuDNN v5 support? #14
Comments
I have the same problem,have you solved it yet?@ekcheng |
related to #237 |
Hi, I forked this repo and added cudnn 5 and ubuntu 16.04 support for the faster-rcnn branch: |
@nils489 Thanks it does work! remember to checkout faster-rcnn branch! |
@sharpstill @askerlee As @shijx12 already said, check out the faster-rcnn branch. If you try to compile the master branch, it will fail. As I said in my original post:
The caffe.proto in the faster-rcnn branch does contain roi_pooling_param
@askerlee Probably @sharpstill checked out the wrong branch... |
@nils489 when I try to run demo:
|
@nils489 E0416 11:20:37.078045 62161 io.cpp:90] Could not open or find file examples/images/fish-bike.jpg Following is the working environment: Am I missing some step or doing something wrong?? |
make runtest didn't work for me either. But the build was sufficient to train fast-rcnn and run inference on videos.
Am 16. April 2018 08:51:42 MESZ schrieb shilpastp <[email protected]>:
…
@nils489
I am able to compile the caffe for py-faster-rcnn successfully. I am
getting make runtest error:
E0416 11:20:37.078045 62161 io.cpp:90] Could not open or find file
examples/images/fish-bike.jpg
F0416 11:20:37.078090 62161 image_data_layer.cpp:124] Check failed:
cv_img.data Could not load examples/images/fish-bike.jpg
*** Check failure stack trace: ***
@ 0x7f5f396ef5cd google::LogMessage::Fail()
@ 0x7f5f396f1433 google::LogMessage::SendToLog()
@ 0x7f5f396ef15b google::LogMessage::Flush()
@ 0x7f5f396f1e1e google::LogMessageFatal::~LogMessageFatal()
@ 0x7f5f36e74a5e caffe::ImageDataLayer<>::load_batch()
@ 0x7f5f36f058bf
caffe::BasePrefetchingDataLayer<>::InternalThreadEntry()
@ 0x7f5f37048115 caffe::InternalThread::entry()
@ 0x7f5f37c0f5d5 (unknown)
@ 0x7f5f3649f6ba start_thread
@ 0x7f5f361d541d clone
@ (nil) (unknown)
Makefile:526: recipe for target 'runtest' failed
make: *** [runtest] Aborted (core dumped)
Following is the working environment:
Ubuntu 16.04 LTS
CUDA Version 8.0.61
Driver Version: 384.111
GPU: GeForce GTX 1080
cuDNN v5
Am I missing some step or doing something wrong??
--
You are receiving this because you were mentioned.
Reply to this email directly or view it on GitHub:
#14 (comment)
--
Diese Nachricht wurde von meinem Android-Gerät mit K-9 Mail gesendet.
|
The errors are still there and the cuda has already been updated to the latest version. I tried to rebase the branch onto the master branch. Surprised, we still have the errors. Illustrated every year when I need to install caffe onto a new machine, always new errors occur! |
Rebase the branch onto the lastest caffe and resolved conflicts solved the prolbem. |
@ekcheng This can be closed now. |
Attempting to build
caffe-fast-rcnn
with cuDNN v5 leads to these types of errors:Any plans to update
caffe-fast-rcnn
to support cuDNN v5 and the newer Pascal GPUs?Seems like the main
caffe
just recently added support for cuDNN v5 per BVLC/caffe#3969Thanks!
The text was updated successfully, but these errors were encountered: