在spyder中用迁移学习 LSTM回归网格中遇到“ InternalError: cudaGetDevice() failed. Status: initialization error”,
2022-11-07 22:56:53.930821: I tensorflow/core/platform/cpu_feature_guard.cc:193] This TensorFlow binary is optimized with oneAPI Deep Neural Network Library (oneDNN) to use the following CPU instructions in performance-critical operations: AVX AVX2
To enable them in other operations, rebuild TensorFlow with the appropriate compiler flags.
这种问题该怎么解决??
我安装的GPU是这两个
conda install cudatoolkit=11.3.1
conda install cudnn=8.2.1
安装的TensorFlow是如下版本
pip install tensorflow==2.9.1
系统的CUDA版本如下,不知道是不是这个cudatoolkit版本过高的原因,我也不太懂
看过之前的答案说可以忽略,请问怎么忽略?
或者有详细一点的重新安装TensorFlow的步骤吗
或者有别的什么解决这个问题的详细方法吗?