SivilTaram / Persona-Dialogue-Generation

The code of ACL 2020 paper "You Impress Me: Dialogue Generation via Mutual Persona Perception"
MIT License
309 stars 46 forks source link

No such file or directory: train_receiver_both_original.txt #28

Closed eefaan closed 3 years ago

eefaan commented 3 years ago

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?

eefaan commented 3 years ago

I noticed there's a file named build_data.py, and I'll try it first.

eefaan commented 3 years ago

problem solved.