Closed LymanBin closed 4 years ago
I also refer to this, but when I run, I get an error: "ValueError: No data provided for" char_left ". Need data for each key in: ['text_left', 'text_right', 'char_left', 'char_right', 'match_left', 'match_right'] " I was wondering if I did not call it properly except for these parameters. Is there a tutorial on the diin model?
I think you may need to preprocess your data with its designated preprocessor:
alright, thank you very much
Does this help?
https://github.com/NTMC-Community/MatchZoo/blob/fe0ccdd82500d116a7f945539ed05566fce90434/matchzoo/contrib/models/diin.py#L17-L41