Variational-LSTM-Autoencoder
Variational-LSTM-Autoencoder copied to clipboard
Are *.t7 files generated by the code automatically?
Hi, I'm trying to get your variational lstm AE working and I'm running into this error:
/Users/iorife/torch/install/bin/luajit: cannot open <corpus/mask.t7> in mode r at /Users/iorife/torch/pkg/torch/lib/TH/THDiskFile.c:649
You already mentioned in other issue (LSTM-Autoencoder) that:
the .t7 files are generated by the code automatically
Should I have run something else to generate this data? I'm not sure how to obtain {data, mask}.t7 so that BatchLoaderC.text_to_tensor is happy.
Thanks again!! cheers!