fast-reid/fastreid/solver/optim
liaoxingyu a327a70f0d v0.3 update
Summary:
1. change DPP training in apex way;
2. make warmup scheduler by iter and lr scheduler by epoch;
3. replace random erasing with torchvision implementation;
4. naming modification in config file
2020-12-07 14:19:20 +08:00
..
__init__.py v0.3 update 2020-12-07 14:19:20 +08:00
adam.py fix memory leak in sgd #217 2020-09-10 10:50:22 +08:00
lamb.py finish v0.2 ddp training 2020-07-06 16:57:43 +08:00
sgd.py fix memory leak in sgd #217 2020-09-10 10:50:22 +08:00
swa.py onnx/trt support 2020-07-29 17:43:39 +08:00