NTMC-Community / MatchZoo

Facilitating the design, comparison and sharing of deep text matching models.
Apache License 2.0
3.82k stars 898 forks source link

No data provided for "match_histogram". Need data for each key in: ['text_left', 'match_histogram'] #762

Closed LorraineLo4 closed 5 years ago

LorraineLo4 commented 5 years ago

I came across issue below when running DRMM:

No data provided for "match_histogram". Need data for each key in: ['text_left', 'match_histogram']

data used: mz.datasets.wiki_qa.load_data('train', task='ranking') processor: preprocessor = mz.preprocessors.BasicPreprocessor(fixed_length_left=10, fixed_length_right=100, remove_stop_words=False)

Where is the match_histogram in the code??

Thank you.