jcjohnson / neural-style

Torch implementation of neural style algorithm
MIT License
18.3k stars 2.71k forks source link

HDF5Group:read() - no such child 'home' for [HDF5Group 33554432 /] #453

Open theheena opened 6 years ago

theheena commented 6 years ago

Hi everyone, I am training the model for new style image. I have followed every step as written in the readme file but I am facing following error:

`/home/jordi/torch/install/bin/luajit: /home/jordi/torch/install/share/lua/5.1/hdf5/group.lua:327: HDF5Group:read() - no such child 'home' for [HDF5Group 33554432 /]

stack traceback:

[C]: in function 'error'

/home/jordi/torch/install/share/lua/5.1/hdf5/group.lua:327: in function 'read'

./fast_neural_style/DataLoader.lua:38: in function '__init'

/home/jordi/torch/install/share/lua/5.1/torch/init.lua:91: in function </home/jordi/torch/install/share/lua/5.1/torch/init.lua:87>

[C]: in function 'DataLoader'

train.lua:140: in function 'main'

train.lua:329: in main chunk

[C]: in function 'dofile'

...ordi/torch/install/lib/luarocks/rocks/trepl/scm-1/bin/th:150: in main chunk

[C]: at 0x00405d50`

Can anyone please let me know how to solve this issue? I need its solution. Thanks