Variational-Recurrent-Autoencoder-Tensorflow
Variational-Recurrent-Autoencoder-Tensorflow copied to clipboard
A tensorflow implementation of "Generating Sentences from a Continuous Space"
Bumps [tensorflow-gpu](https://github.com/tensorflow/tensorflow) from 0.12.1 to 2.7.2. Release notes Sourced from tensorflow-gpu's releases. TensorFlow 2.7.2 Release 2.7.2 This releases introduces several vulnerability fixes: Fixes a code injection in saved_model_cli (CVE-2022-29216) Fixes...
These errors show up (after making a few changes for TF version compatibility). The code-base seems to be heavily outdated. 
Hi, I trained this model in the default config, on 100 thousand cleaned sentences taken from the google corpus, for ~16000 steps. When I was running the sampling tasks, it...
It's been training on a single-GPU machine for 3 days, and there is no sign of finishing. How long should it take?
Thanks for your great work! I wonder have you tried using LSTM to run the model? Seems this error will occur when I set `use_lstm=True`: `TypeError: 'Tensor' object is not...
Bumps [tensorflow-gpu](https://github.com/tensorflow/tensorflow) from 0.12.1 to 2.12.0. Release notes Sourced from tensorflow-gpu's releases. TensorFlow 2.12.0 Release 2.12.0 TensorFlow Breaking Changes Build, Compilation and Packaging Removed redundant packages tensorflow-gpu and tf-nightly-gpu. These...