jiasenlu / AdaptiveAttention

Implementation of "Knowing When to Look: Adaptive Attention via A Visual Sentinel for Image Captioning"
https://arxiv.org/abs/1612.01887
Other
334 stars 74 forks source link

Unsupported hdf5 version #19

Open mojesty opened 6 years ago

mojesty commented 6 years ago

Line utils = require 'misc.utils' fails with the following traceback: /home/****/torch/install/share/lua/5.1/hdf5/ffi.lua:71: Unsupported HDF5 version: 1.10.1

I installed it as was described in the torch-hdf5 repo, and version 1.10 must be newer than 1.8... I also ran dpkg -s libhdf5-dev which gave me Version: 1.8.16+docs-4ubuntu1 which is again newer than 1.8.14 Could you help?