Ayushi Dalmia
Ayushi Dalmia
Hi, I have digged in the documentation of the tutorial here: https://google.github.io/seq2seq/nmt/ However, it is unclear to me on how to create `vocab_source` and `vocab_target` for my own dataset.
Hi, It would be great if you can update the readme. The current readme follows a stale branch.
Currently I am doing the following: ``` path = os.environ.get('DATABASE_PATH') if path==None: print "SET DATABASE_PATH, using --env key=value" sys.exit() api = falcon.API(middleware=[cors.middleware]) ``` And when I run, I run as...
Hi, I was trying to run this on a graph. However, the embeddings vec_1st.txt, vec_2nd.txt, and vec_all.txt do not generate the embeddings of all the nodes as in the original...