AdaptiveAttention
AdaptiveAttention copied to clipboard
Unsupported hdf5 version
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?