Thanks for this project, it clearly shows how to implement VAE in torch.
I ran 'main.lua' to train a model, then I tried python plot.py, but I got following error:
IOError: Unable to open file (Unable to open file: name = 'params/ff_epoch_740.hdf5', errno = 2, error message = 'no such file or directory', flags = 0, o_flags = 0)
Is plot.py the file that generate image? If so, how can I run this file? Thanks!
Thanks for this project, it clearly shows how to implement VAE in torch.
I ran 'main.lua' to train a model, then I tried
python plot.py
, but I got following error:Is plot.py the file that generate image? If so, how can I run this file? Thanks!