Atten4Vis / ConditionalDETR

This repository is an official implementation of the ICCV 2021 paper "Conditional DETR for Fast Training Convergence". (https://arxiv.org/abs/2108.06152)
Apache License 2.0
358 stars 48 forks source link

Supported torch hub & fixed bug when using pytorch 1.9+ #23

Closed DeppMeng closed 2 years ago

DeppMeng commented 2 years ago
  1. Added hubconf.py for supporting torch hub
  2. Added document about supporting torch hub
  3. Fixed the 'can not import _LinearWithBias' bug when using PT1.9+