我正在使用TensorFlow后端的Keras。
我编写搜索脚本来调整CuDDNNLSTM超参数。
创建大约10个不同的CuDDNNLSTM网络后,我收到以下错误消息:
tensorflow\stream_executer\cuda\cuda_driver.cc:1108 could not synchronize on CUDA context: CUDA_ERROR_LAUNCH_FAILED
在搜索过程中。
在:_run,_do_run,_do_call中的tensorflow \ python \ client \ session.py
操作系统:WIN10 64x
Python:3.6.5
Keras版本:2.1.6
Tensorflow / GPU:1.10.0
CUDA:9.0
cuddn:7.3
GPU:GeForce GTX 1080 Ti
有人可能遇到这个问题吗?