mirror of
https://github.com/JDAI-CV/fast-reid.git
synced 2025-06-03 14:50:47 +08:00
In `any_softmax`, all operations are in-place, so pass into the `logits.clone()` to prevent outside logits changed.
In `any_softmax`, all operations are in-place, so pass into the `logits.clone()` to prevent outside logits changed.