使用Torch RNN时出错

时间:2017-05-10 00:51:23

标签: python-2.7 lua torch luarocks

我按照github.com/jcjohnson/torch-rnn上的说明操作,让它一直工作到培训部分。当我使用th train.lua -input_h5 my_data.h5 -input_json my_data.json时,我收到错误Error: unable to locate HDF5 header file at /usr/local/Cellar/hdf5/1.10.0-patch1/include;/usr/include;/usr/local/opt/szip/include/hdf5.h 我是luarocks和火炬的新手,所以我不确定是什么错。我安装了火炬-hd5f。任何建议将非常感谢。

1 个答案:

答案 0 :(得分:0)

检查头文件是否存在以及路径是否正确。

如果缺少头文件,则跳过预处理步骤。如果头文件存在,它可能在您的数据目录中,而不是与sample.lua代码在同一目录中: th train.lua -input_h5 data / my_data.h5 -input_json data / my_data.json