This website requires JavaScript.
Explore
Help
Register
Sign In
mirrors
/
fast-reid
mirror of
https://github.com/JDAI-CV/fast-reid.git
Watch
1
Star
0
Fork
You've already forked fast-reid
0
Code
Issues
Projects
Releases
Wiki
Activity
1b9799f601
fast-reid
/
fastreid
/
solver
/
optim
/
__init__.py
6 lines
89 B
Python
Raw
Normal View
History
Unescape
Escape
update version0.2 code
2020-03-25 10:58:26 +08:00
from
.
lamb
import
Lamb
feat: add swa algorithm Add swa and related config options, if it is enabled, model will do swa after regular training
2020-05-06 10:17:44 +08:00
from
.
swa
import
SWA
finish v0.2 ddp training
2020-07-06 16:57:43 +08:00
from
.
adam
import
Adam
from
.
sgd
import
SGD
update version0.2 code
2020-03-25 10:58:26 +08:00