liaoxingyu
|
7e652fea2a
|
feat: Add contiguous parameters support
Support contiguous parameters to train faster. It can split parameters into different contiguous groups by freeze_layer, lr and weight decay.
|
2021-07-05 11:10:37 +08:00 |
liaoxingyu
|
91ff631184
|
Minor changes
Some minor changes, such as class name changing, remove extra blank line, etc.
|
2021-05-31 17:27:14 +08:00 |
liaoxingyu
|
0da5917064
|
bugfix for ClasDataset
|
2021-04-08 11:01:15 +08:00 |
liaoxingyu
|
44cee30dfc
|
update fastreid v1.2
Summary:
1. refactor dataloader and heads
2. bugfix in fastattr, fastclas, fastface and partialreid
3. partial-fc supported in fastface
|
2021-04-02 21:33:13 +08:00 |
Xingyu Liao
|
fb36b23678
|
bugfix for attribute project (#450)
Summary: refactor sample weight in attribute recognition;
change all options to False in defaults.py and modify yaml files
|
2021-03-31 17:07:19 +08:00 |
Xingyu Liao
|
be0a089e1f
|
bugfix & merge classification transforms (#448)
Summary: change heads definition in project and config file, merge classification transforms into default transforms
|
2021-03-30 15:47:14 +08:00 |
Xingyu Liao
|
664ba4ae11
|
save idx2class dict when training classification (#444)
|
2021-03-26 20:51:52 +08:00 |
Xingyu Liao
|
890224f25c
|
support classification in fastreid (#443)
Summary: support classification and refactor build_dataloader which can support explicit parameters passing
|
2021-03-26 20:17:39 +08:00 |