kuanghuei / SCAN

PyTorch source code for "Stacked Cross Attention for Image-Text Matching" (ECCV 2018)
Apache License 2.0
549 stars 113 forks source link

validate at every val_step about Le #33

Open AbyssLEE opened 4 years ago

AbyssLEE commented 4 years ago

Training Le continued to decline. Before the 6500th iteration, when the validate function is called, the LE of the test is falling, while the recall is rising, and everything is fine. But after that, the LE of the test started to rise, but the recall is still getting better, why?