allegro / allRank

allRank is a framework for training learning-to-rank neural models based on PyTorch.
Apache License 2.0
865 stars 119 forks source link

AssertionError: val ndcg_5 got 0.7586661577224731. It was expected to be at least 0.76 #52

Closed metin-akyol closed 1 year ago

metin-akyol commented 1 year ago

Running the examples throws this error: Can this be ignored? Since this is is dummy data?

AssertionError: val ndcg_5 got 0.7586661577224731. It was expected to be at least 0.76

kretes commented 1 year ago

Yes, I think that given the small discrepancy 0.758 vs expected 0.76 this can be ignored. I think this check isn't robust enough and it might happen it fails accidentally

metin-akyol commented 1 year ago

Thank you for clarifying this, I appreciate it.