保存.h5格式文件时报错:
module 'h5py' has no attribute 'File'
可能原因:
安装时混用pip和conda
解决方法:
cmd中输入
pip uninstall h5py
然后在anaconda中输入
conda intall h5py
来源:CSDN
作者:Xenonon
链接:https://blog.csdn.net/Xenonon/article/details/104634625