You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 like it cannot proceed JSON with multiple instances in test set. I wonder how you did deserialization. Thanks for help!
The text was updated successfully, but these errors were encountered:
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 like it cannot proceed JSON with multiple instances in test set. I wonder how you did deserialization. Thanks for help!
The text was updated successfully, but these errors were encountered: