neural-template-gen icon indicating copy to clipboard operation
neural-template-gen copied to clipboard

Results 11 neural-template-gen issues
Sort by recently updated
recently updated
newest added

…ng to the Google Drive directory from the original README.md

Thanks for your sharing. I find that in the file, there are many numbers in the summary, but I don't what does it mean. Could you tell me about it?

I'm still confused about how you processed the **.csv** files of E2E Challenge data, into **src_train.txt**, **train.txt**, **src_valid.txt**, and **valid.txt** files for training. Thank you!

Please add a license. Thanks!

I ran the following `python chsmm.py -data data/labee2e/ -emb_size 300 -hid_size 300 -layers 1 -dropout 0.3 -K 60 -L 4 -log_interval 100 -thresh 9 -lr 0.5 -sep_attn -unif_lenps -emb_drop -mlpinp...

When I using your code to run a chinese dataset(the format is the same as wikibio dataset), some error occurs during generation part--"IndexError: index 574664924280828 is out of range for...

I have followed the steps in mentioned in Read.md for generating text from src_uniq_valid.txt. For testing, I trained a model with a small amount of annotation data. I have rerun...

When I run your code on my own dataset, formated as e2e dataset, the train neglogev is inf. But When I run only a snippet of the full data, the...