ethanhe42 / channel-pruning

Channel Pruning for Accelerating Very Deep Neural Networks (ICCV'17)
https://arxiv.org/abs/1707.06168
MIT License
1.07k stars 310 forks source link

error == cudaSuccess (38 vs. 0) no CUDA-capable device is detected #89

Closed young-fire closed 6 years ago

young-fire commented 6 years ago

All are welcome to create issues, but please google the problem first, and make sure it has not already been reported.

What steps reproduce the bug?

run python3 train.py -action c3 -caffe [GPU0] ,the error appear as follows!

What hardware and operating system/distribution are you running?

no lighting pack WARNING: Logging before InitGoogleLogging() is written to STDERR F0303 09:50:12.085932 3744 common.cpp:152] Check failed: error == cudaSuccess (38 vs. 0) no CUDA-capable device is detected

Operating system: ubuntu 16.04 CUDA version: 8.0 CUDNN version: v6 openCV version: 3.2.0 BLAS:
Python version: 3.5

If the bug is a crash, provide the backtrace.

zhongcl-thu commented 6 years ago

Do you solve this problem? @young-fire