squareRoot3 / Target-Guided-Conversation

"Target-Guided Open-Domain Conversation" in ACL 2019
https://aclanthology.org/P19-1565/
149 stars 23 forks source link

关于程序运行的疑问 #1

Closed qichaotang closed 5 years ago

qichaotang commented 5 years ago

https://github.com/squareRoot3/Target-Guided-Conversation/blob/master/config/data_config.py#L78 _keywords_path = 'tx_data/test/keywords_vocab.txt' 此行是不是写错了? 按照 readme.txt 里面执行的步骤,此个文件是空的。 还有执行 python prepare_data.py ,产出的 train test valid 文件夹很多是空的

qichaotang commented 5 years ago

image

qichaotang commented 5 years ago

请问下,此个程序是否有问题?

squareRoot3 commented 5 years ago

程序应该没有问题, 已经有人成功运行了. 执行完 python prepare_data.py, 所有的文件和文件夹都应该是非空的. 可能的原因第一个是系统, 我只在linux上跑过, 其它系统可能要改几处代码. 第二个是不能直接执行python preprocess/prepare_data.py, 要先cd进文件夹再执行. 可以先看下prepare_data.py的代码来确定下原因.

qichaotang commented 5 years ago

感谢您的回复,请问能够提供您处理得出的 tx_data 文件夹,我好对比下,哪里出了问题

squareRoot3 commented 5 years ago

This link (Onedrive) includes processed data and trained agents, and I will upload one copy to Google Drive Later.

https://stusudaeducn-my.sharepoint.com/:u:/g/personal/jhtang_stu_suda_edu_cn/ETRWfjQskRVAoU3yU722Mj4BnBnr7AHvgxQdZzdp_iz0uQ?e=6VwLWC

qichaotang commented 5 years ago

ok,tks

squareRoot3 commented 5 years ago

Google Drive: https://drive.google.com/file/d/1cNLPCzOC7MHECaPwOOk0M5rn5T3EIVHQ/view?usp=sharing