├── LICENSE ├── README.md ├── model_recurrentgan_tf.py └── recurrentgan_tf.py /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StoicGilgamesh/LSTM-GAN-/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StoicGilgamesh/LSTM-GAN-/HEAD/README.md -------------------------------------------------------------------------------- /model_recurrentgan_tf.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StoicGilgamesh/LSTM-GAN-/HEAD/model_recurrentgan_tf.py -------------------------------------------------------------------------------- /recurrentgan_tf.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StoicGilgamesh/LSTM-GAN-/HEAD/recurrentgan_tf.py --------------------------------------------------------------------------------