Chung-I/Variational-Recurrent-Autoencoder-Tensorflow

I'm sorry to trouble you...can you update the code with the version1.0 of tf or tell me what should be changed

tuanshanyou opened this issue ยท 8 comments

I'm sorry to trouble you...can you update the code with the version1.0 of tf or tell me what should be changed
suzil commented

There's a script that will auto-upgrade code to TF 1.0 included in the TF repo: https://www.tensorflow.org/install/migration

I ran the auto-upgrade script, and it fixed some issues, but there were still a few manual changes I had to make before I got it working with the latest tensorflow. @tuanshanyou if you still need it, I can fork it and push my version

@superMDguy would be happy to get that fork!

Ok, I'll get it ready to push. I also added support for loading pretrained GloVe word vectors. Do you want me to keep that code in or take it out?

sounds awesome!

Here it is: https://github.com/superMDguy/Variational-Recurrent-Autoencoder-Tensorflow.

I did a lot of cleanup as well to remove old references to "en" and "fr" vocab. If you have any problems with it, feel free to create an issue on the repo.

@superMDguy could not create an issue on your repo... any chance you can add minimal sample files needed to run the usage examples?

For the GloVe embeddings? Or input.txt/output.txt? Also, I enabled issues, don't know why they were disabled before.