lltcggie / waifu2x-caffe

waifu2xのCaffe版
MIT License
8.04k stars 839 forks source link

waifu2x caffe ver 1.1.8.4 A fatal error has occurred. There is a possibility the split size is too large. #111

Closed YukiSakuma closed 5 years ago

YukiSakuma commented 6 years ago

And then waifu2x-caffe crashes, Using cudnn64_7.dll library Previous version doesn't have this error and crash

error output log shows only this

cudnn_conv_layer.cpp:54] Check failed: status == CUDNN_STATUS_SUCCESS (4 vs. 0) CUDNN_STATUS_INTERNAL_ERROR

GPU driver 388.71

1a57danc3 commented 6 years ago

Use cudnn-9.2-windows10-x64-v7.1(cudnn64_7.dll), this error already-exists.

mattreecebentley commented 5 years ago

What do you mean ky0nch3ng? Be specific

ghost commented 5 years ago

Fixed it. Better late than never, right? Until the pull request is merged, you can work around it by using a metadata editor to edit cudnn64_7.dll so that both the "File version" and "Product version" in the Details tab of the Properties menu start with a 6.

lltcggie commented 5 years ago

cuDNNの動作チェックでバージョンが古くても通していたのが問題だったので、v7.3未満はエラーになるようにしました。