标签: python h5py
h5f_data = h5py.file('output/data.h5', 'w') AttributeError: module 'h5py' has no attribute 'file'
这是我第一次与h5py合作。我到处搜索它,但没有找到解决方案。如果您可以为我提供解决方案,将非常有帮助。
h5py