'Development/Deep Learning'에 해당되는 글 1건

  1. 2020.02.04 failed to create cublas handle: CUBLAS_STATUS_ALLOC_FAILED


failed to create cublas handle: CUBLAS_STATUS_ALLOC_FAILED

Development/Deep Learning 2020. 2. 4. 14:44
E tensorflow/stream_executor/cuda/cuda_blas.cc:238] failed to create cublas handle: CUBLAS_STATUS_ALLOC_FAILED

 

Windows 10에서 tensorflow gpu 버전을 backend로 keras를 사용하는 경우에 실행 시 위와 같은 오류 메시지가 발생하면 메모리 부족일 수 있음.

사용하지 않는 프로그램을 종료하여 여유 메모리를 확보한 후 재실행.

 

 

: