hdf5 - 我可以创建指向 hyperslab 的 HDF5 链接吗?

标签 hdf5 h5py

是否可以在 HDF5 中创建指向数据集超切片的链接?

例如,我有一个大小为 1000 x 3 的数据集,将 (a,b,c) 表示为时间的函数,比方说。现在我想要一个仅指向“a”数据(1000 x 1)的链接。这可能吗?

[经过广泛的 google 搜索,我学到了宝贵的一课,即“链接”在 google 查询中基本上是无用的。而且我无法从 HDF5 文档中得知,所以如果这是愚蠢的,我很抱歉。]

最佳答案

在(非常有帮助的)HDF5 服务台询问后,我发现答案是否定的。对于寻找此功能的其他人:重新设计您的代码/数据结构。

对我来说不幸的是,代码不是我的,数据结构是由其他顽固的人设置的。

关于hdf5 - 我可以创建指向 hyperslab 的 HDF5 链接吗?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/9710831/

相关文章:

c++ - 在 netbeans 中包含 hdf5 的库

python - 尝试将 HDF5 数据集与 Keras 一起使用时出错

python - 在python中加载matlab稀疏矩阵(matlab v 7.3)

python - 如何从预训练模型保存的h5文件中找到层数?

matlab - 使用 scipy.io 加载 .mat 文件时出错(ValueError : Mat 4 mopt wrong format)

python h5py文件读取 "OSError: Unable to open file (bad superblock version number)"

python - h5py 的复合数据类型 : datatype inside an attribute

python - 大 HDF5 数据集,如何在每个纪元后高效地洗牌

python - 使用 OpenCV readNetFromTensorFlow : Error: Unknown layer type Shape in op decoder_stage0_upsampling/Shape 运行 Keras DNN 模型 (UNet)

lua - 在Torch中将表写入文件