hustvl / YOLOS

[NeurIPS 2021] You Only Look at One Sequence

Home Page:https://arxiv.org/abs/2106.00666

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

AMP Support?

impiga opened this issue · comments

Thanks for your great work and releasing the code!

I find that in engine.py, AMP-related code is commented out. And I am wondering that if I can use AMP in this project. Would it speed up the training and would it hurt the performance?

Hi@impiga, thanks for your interests in our work!

We tried torch naive amp, and we observed no significant speed up and acc drop. Please also see facebookresearch/detr#127.

Thanks for your response!