Ruolin Su
Results
2
issues of
Ruolin Su
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!
I got an issue when running evaluation: instance = self._json_to_instance(inputs) File "./dstqa/dstqa_predictor.py", line 43, in _json_to_instance dialog = json_dict['dialogue'] TypeError: list indices must be integers or slices, not str Seems...