dixiematt8

Results 5 issues of dixiematt8

I tried to run train_vae.py ``` Traceback (most recent call last): File "train_vae.py", line 40, in dataset = SST_Dataset() File "/n/w1-bjayakumar/Others_Models/controlled-text-generation/ctextgen/dataset.py", line 8, in __init__ self.TEXT = data.Field(init_token='', eos_token='', lower=True,...

I love your work. I am wondering when will you guys finish WIP in TF exercises.

> TranslateEnfrWmt32k.generate_data(PARAMS['DATA_DIR'], PARAMS['TMP_DIR']) I am getting an error Should it be? TranslateEnfrWmt32k().generate_data(PARAMS['DATA_DIR'], PARAMS['TMP_DIR'])

How do you do the decoding and check bleu score using the library?

use this line Joint_Loss = tf.add(Y1_Loss, Y2_Loss) instead of plus