【tensorflow报错记录】InternalError: Attempting to perform BLAS operation using StreamExecutor without BL

InternalError: Attempting to perform BLAS operation using StreamExecutor without BLAS support
[[node sequential/dense/MatMul (defined at Users\Administrator\AppData\Local\Temp\ipykernel_1920\1893904801.py:1) ]] [Op:__inference_train_function_568]

Function call stack:
train_function

原因如下:

添加链接描述

  • 这个问题是因为当 keras 使用 gpu 运行时。它使用几乎所有的 vram
  • 其实就是使用 jupyter notebook运行 了多个内核,现在只保留一个内核即可

你可能感兴趣的:(机器学习,python,tensorflow,深度学习,机器学习)