hmmlillian / Neural-Color-Transfer

The source code of "single-reference color transfer" in "Progressive Color Transfer with Dense Semantic Correspondences".
https://arxiv.org/abs/1710.00756
73 stars 8 forks source link

CUBLAS_STATUS_SUCCESS(0 vs 13) #3

Closed carlblocking closed 4 years ago

carlblocking commented 4 years ago

作者你好 在使用您的程序处理自己图片的时候,出现 CUBLAS_STATUS_SUCCESS(0 vs 13) 问题,请问可能的原因是哪些呢?网上查询了相关资料并尝试后,并没有解决问题。 本人电脑显卡是1080Ti、操作系统是win10, cuda版本是8.0,并且安装了cublas补丁。假如可以的话,我可以发您两张图片跑一下看下结果吗?

hmmlillian commented 4 years ago

@carlblocking, I think you can disable TDR to solve this problem. To disable TDR, you may change the TDR-related registry keys like this https://docs.microsoft.com/en-us/windows-hardware/drivers/display/tdr-registry-keys, or use NVIDIA Nsight Development Platform (https://docs.nvidia.com/gameworks/content/developertools/desktop/timeout_detection_recovery.htm) if you use NVIDIA GPU on Windows.

carlblocking commented 4 years ago

It does work, thank you so much!