Variational-LSTM-Autoencoder
Variational-LSTM-Autoencoder copied to clipboard
Variational Seq2Seq model
Getting following error while running the code on cpu with setting flag **gpuid** to -1 Error: invalid arguments: DoubleTensor LongTensor expected arguments: [*DoubleTensor*] DoubleTensor DoubleTensor at VLSTM-Autoencoder.lua:270: in main chunk...
Any idea if Jensen Shannon Divergence would work with this model instead of KLD ? My output is bad. Did you have any success?
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 in mode r at /Users/iorife/torch/pkg/torch/lib/TH/THDiskFile.c:649 ` You already mentioned in other...
Hi there: excuse the very basic question, but what's a reasonable vocabulary size for this model? Running my current corpus through the script's preprocessing step, I get ~1M words, which...