irfanICMLL / structure_knowledge_distillation

The official code for the paper 'Structured Knowledge Distillation for Semantic Segmentation'. (CVPR 2019 ORAL) and extension to other tasks.
BSD 2-Clause "Simplified" License
694 stars 104 forks source link

Can you provide the ResNet(1.0) baseline train log? #39

Closed aye0804 closed 2 years ago

aye0804 commented 3 years ago

I have trained ResNet(1.0) baseline without ImN and the result is 0.513. I can't reproduce the Baseline without ImN 0.575 in the paper.

irfanICMLL commented 3 years ago

Have you used this script? https://github.com/irfanICMLL/structure_knowledge_distillation/blob/cvpr_19/network/student_res18.py It is a little different from the official resnet18.