wsdm_cup_2020_solution icon indicating copy to clipboard operation
wsdm_cup_2020_solution copied to clipboard

bert pairwise rank model can not eval or predict

Open tigerbaby-wh opened this issue 4 years ago • 1 comments

The model training is ok. But when eval or predict, bug occurs! It does not matter the data. I have change train data and dev data, and the bug also occurs. I find that the code of eval or predict does not in the model. So I want to learn the code about the parts of eval and predict. Thank you.

tigerbaby-wh avatar Jul 23 '20 09:07 tigerbaby-wh

The inference code is same as the original bert run_classifier.py https://github.com/google-research/bert/blob/master/run_classifier.py

myeclipse avatar Nov 03 '20 09:11 myeclipse