- 在运行一段RNN代码时候突然出现h5py is running against HDF5 1.10.5 when it was built against 1.10.4,导致无法运行。我以为是包的版本太高了,从而降到了1.10.4,最后导致了更多的问题,以致重新创建了python的虚拟环境。
- 降到1.10.4之后提示我的GPU不能使用,只能使用CPU。
Your CPU supports instructions that this TensorFlow binary was not compiled to use: AVX AVX2。网上说Tensorflow版本问题,关键是我只是降了一个包的版本而已,没有动Tensorflow。最后我重新创建了python的虚拟环境,解决了不能用GPU的问题。 - 在我运行关于modle.fit的代码时,又出现了以前没有的Cannot convert a symbolic Tensor 问题,我估计是numpy包有问题,我打开了以前的环境发现它是1.19.3的版本,现在是2.x的版本,我又重新装了numpy解决了这个问题。现在重新恢复原状。
关于Tensorflow2.0出现h5py is running against HDF5 1.10.5 when it was built against 1.10.4解决方法
最新推荐文章于 2023-04-13 10:39:10 发布