akanazawa / cmr

Project repo for Learning Category-Specific Mesh Reconstruction from Image Collections
MIT License
474 stars 84 forks source link

cupy.cuda.cudnn.CuDNNError: CUDNN_STATUS_EXECUTION_FAILED #16

Closed QHan1st closed 4 years ago

QHan1st commented 4 years ago

When I run "python -m cmr.demo --name bird_net --num_train_epoch 500 --img_path cmr/demo_data/img1.jpg" , it shows that "cupy.cuda.cudnn.CuDNNError: CUDNN_STATUS_EXECUTION_FAILED".Is this my environment error of cupy and chainer? My environment is that:cuda10,cudnn7.4,chainer6.2,cupy6.2. @akanazawa @shubhtuls

akanazawa commented 4 years ago

This sounds like a cupy/CUDA environment issue.