Hello @ADLab-AutoDrive
Thank you for open-sourcing your work!
I wanted to reproduce the 72.19% in Table 2, which I assume corresponds to this configuration file
I found that the student model did not train from scratch as pretrained: True
Because it was not described in the paper and doesn't look like a fair comparison (other baselines in Table 2 trained student model from scratch), I thought it was a mistake and reran the experiment with pretrained: False, but the resulting accuracy was 68.34%, which is far from the reported result.
Could you clarify configs used in the paper?