hi, thanks for sharing this impressive work first.
I'd like to run train_receiver_model.py with IS_ORIGINAL=True, but I got error messages like:
[Errno 2] No such file or directory: '/home/....../Persona-Dialogue-Generation/data/ConvAI2/train_receiver_both_original.txt'
File "/home/....../Persona-Dialogue-Generation/tasks/convai2receiver/agents.py", line 53, in yield_persona
I found that the persona_path was set to receiver_both_original in line 256 of tasks/convai2receiver/agents.py. However, the file was not contained by the original Convai2 dataset. 😄 Could you please give me a hint about what this file is actually?
hi, thanks for sharing this impressive work first.
I'd like to run
train_receiver_model.py
withIS_ORIGINAL=True
, but I got error messages like:I found that the
persona_path
was set toreceiver_both_original
in line 256 oftasks/convai2receiver/agents.py
. However, the file was not contained by the original Convai2 dataset. 😄 Could you please give me a hint about what this file is actually?