huhengtong / UKD_CVPR2020

The source code for the CVPR2020 paper "Creating Something from Nothing: Unsupervised Knowledge Distillation for Cross-Modal Hashing".
20 stars 12 forks source link

teacher_model/map.py ,Missing def MAP() #6

Open limycml opened 4 years ago

limycml commented 4 years ago

def MAP(sess, model): You deleted the function, the function is needed, right?

huhengtong commented 4 years ago

Sorry for that, I have fixed it.

limycml commented 4 years ago

Thank you very much.