fast-reid/fastreid/modeling
liaoxingyu 6300bd756e Bugfix for cls_layer
In `any_softmax`, all operations are in-place, so pass into the `logits.clone()` to prevent outside logits changed.
2021-05-31 17:32:24 +08:00
..
backbones Support vision transformer backbone 2021-05-31 17:08:57 +08:00
heads Bugfix for cls_layer 2021-05-31 17:32:24 +08:00
losses Minor changes 2021-05-31 17:27:14 +08:00
meta_arch Support self-distill with EMA updated model 2021-05-31 17:17:24 +08:00
__init__.py update docs 2021-01-23 15:25:58 +08:00