-
Notifications
You must be signed in to change notification settings - Fork 6.8k
ctc_loss with large alphabet size raises CUDA error #12493
Comments
@hallazie Thank you for reporting the issue. We will look into this |
I'm trying to build the master branch from source but encountered some problems. I'll notify you once I verified it. |
@hallazie Please let me know if you have encountered specific installation issue. We'd love to help. Ideally, you should be able to just run pip install on your Windows as |
This issue is solved by installing newer release |
##Enviroment:
python2.7/windows7_64bit
mxnet-1.2.0
Nvidia Driver Version 397.31
Error Message:
[15:41:28] G:\deeplearn\mxnet\dmlc-core\include\dmlc/logging.h:308: [15:41:28] g:\deeplearn\mxnet\mshadow\mshadow./stream_gpu-inl.h:62: Check failed: e == cudaSuccess CUDA: unknown error
[15:41:28] G:\deeplearn\mxnet\dmlc-core\include\dmlc/logging.h:308: [15:41:28] g:\deeplearn\mxnet\src\engine./threaded_engine.h:370: [15:41:28] g:\deeplearn\mxnet\mshadow\mshadow./stream_gpu-inl.h:62: Check failed: e == cudaSuccess CUDA: unknown error
Minimum reproducible example
when
alphabet_size=200
the code works fine, whenalphabet_size=3000
(for chinese ocr task) the code crashes.The text was updated successfully, but these errors were encountered: