Variational-LSTM-Autoencoder icon indicating copy to clipboard operation
Variational-LSTM-Autoencoder copied to clipboard

Changes required to run it on CPU

Open gourango01 opened this issue 8 years ago • 0 comments

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 local _, loss = optim.adam(feval, params, optim_state)

gourango01 avatar Jan 16 '17 14:01 gourango01