我在使用GeForce 940M的笔记本电脑上第一次使用Tensorflow运行CIFAR-10分类。我正在使用预定义的参数运行训练,如下所示:
python cifar10_train.py
在步骤1800之后,我收到以下错误:
E tensorflow/stream_executor/cuda/cuda_event.cc:33] Error polling for event status: failed to query event: CUDA_ERROR_ILLEGAL_ADDRESS
E tensorflow/stream_executor/cuda/cuda_driver.cc:1182] failed to enqueue async memcpy from device to host: CUDA_ERROR_ILLEGAL_ADDRESS; host dst: 0x7ff8e9bf26c0; GPU src: 0x5011c0600; size: 16=0x10
F tensorflow/core/common_runtime/gpu/gpu_event_mgr.cc:105] Unexpected Event status: 1
I tensorflow/stream_executor/stream.cc:3304] stream 0x35e7190 did not block host until done; was already in an error state
Aborted (core dumped)
有人有任何想法吗?
非常感谢您的帮助!任何建议都非常感谢!