Variational-Recurrent-Autoencoder-Tensorflow icon indicating copy to clipboard operation
Variational-Recurrent-Autoencoder-Tensorflow copied to clipboard

A tensorflow implementation of "Generating Sentences from a Continuous Space"

Results 9 Variational-Recurrent-Autoencoder-Tensorflow issues
Sort by recently updated
recently updated
newest added

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...

dependencies

These errors show up (after making a few changes for TF version compatibility). The code-base seems to be heavily outdated. ![image](https://user-images.githubusercontent.com/10141323/27269654-48ae2520-54d6-11e7-8e01-415c35e1dd0b.png)

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...

dependencies