检查失败:CUDA_SUCCESS == cuCtxSetCurrent

时间:2019-11-18 06:54:35

标签: tensorflow tf.keras

  • 当我在(1)之后运行hparams Dashboard时,第一个试验运行正常,但是对于第二个试验,我收到此错误消息(2),然后停止工作。
  • 我正在使用:带有tensorflow_GPU的keras; use_multiprocessing = True(在'model.fit_generator'中); python = 3.6.7; tensorFlow = 2.0.0; keras = 2.2.4-tf。
  • 这很奇怪,因为它仅在成功的第一次审判后才发生。
  • 我尝试使用'K.clear_session()',但没有帮助。

(1)

https://www.tensorflow.org/tensorboard/hyperparameter_tuning_with_hparams

(2)

---开始试用:运行-0

!所有运行文件都在这里!

---开始试用:运行1

第1/2集

F tensorflow / stream_executor / cuda / cuda_driver.cc:225]检查失败:CUDA_SUCCESS == cuCtxSetCurrent(cuda_context-> context())(0 vs. 3)

!然后什么都没有发生了!

0 个答案:

没有答案