Image caption work in lua.
On the basis of Torch7 framework.
Under Development.
- torch7 http://torch.ch/docs/getting-started.html
- several packages besides default torch7:
(1) dp: luarocks install dp
(2) fs: luarocks install fs
(3) rnn: luarocks install rnn
(4) hdf5: luarocks install hdf5
This file reads the raw sentences, and prepares them into json files to be further processed
This file converts the json files into h5 file, to be further read by lua script
TODO: 1)intergrate TorchPrepare.py and prepo.py into one single file, as preprocessing