NeuralDialog-LAED icon indicating copy to clipboard operation
NeuralDialog-LAED copied to clipboard

PyTorch implementation for Interpretable Dialog Generation ACL 2018, It is released by Tiancheng Zhao (Tony) from Dialog Research Center, LTI, CMU

Results 4 NeuralDialog-LAED issues
Sort by recently updated
recently updated
newest added

Traceback (most recent call last): File "ptb-utt.py", line 155, in main(config) File "ptb-utt.py", line 97, in main prepare_dirs_loggers(config, os.path.basename(__file__)) File "C:\Users\hw\NeuralDialog-LAED-master\laed\utils.py", line 105, in prepare_dirs_loggers json.dump(config.__dict__, fp, indent=4, sort_keys=True) File...

afer running ptb-utt.py. I got error RuntimeError: cuda runtime error (30) : unknown error at /pytorch/aten/src/THC/THCGeneral.cpp:51

BOS and EOS have the same count in the vocabulary. The counter sort the utterances by frequency. Since BOS and EOS have the same count in the vocabulary, the order...