deep-person-reid/torchreid
Helmut Grohne 42185c4beb FeatureExtractor: avoid loading weights twice
When passing a model_path to the FeatureExtractor, weights are loaded twice.
One the pretrained once and then the given ones. Avoid the unnecessary load.
2022-01-19 09:25:20 +01:00
..
data linting code 2021-04-27 15:47:00 +08:00
engine avoid huge memory consumption at eval 2021-01-22 16:20:51 +08:00
losses Changed addmm_ to new pytorch API to remove deprecated warnings 2021-02-03 15:45:08 +02:00
metrics Changed addmm_ to new pytorch API to remove deprecated warnings 2021-02-03 15:45:08 +02:00
models linting code 2021-08-11 16:59:54 +08:00
optim linting and formatting code 2019-12-01 02:35:44 +00:00
utils FeatureExtractor: avoid loading weights twice 2022-01-19 09:25:20 +01:00
__init__.py v1.4.0: added cuhksysu 2021-04-27 15:31:30 +08:00