Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有一个数据集,其形式是 matlab 文件。 该数据集包含 600,000 个样本,每个样本都是 7×256 的矩阵。 我的数据不是图像而是信号。 我想使用 caffe 的 CNN 来训练数据。 那么如何将其转换为 LMDB 作为 CNN 的输入。
我非常需要解决方案!
将 matlab 中的数据直接转换为 lmdb 可能有点棘手。
为什么不尝试将数据导出到 hdf5 二进制文件(matlab 和 caffe 都支持)?
这是一个描述如何做到这一点的答案。