minor fix for configs

pull/525/head
liaoxingyu 2021-06-23 17:49:35 +08:00
parent 10b04b75ff
commit 2fee8327fa
3 changed files with 2 additions and 1 deletions
projects
FastAttr/fastattr
FastRetri/configs

View File

@ -6,7 +6,6 @@
from .attr_evaluation import AttrEvaluator
from .config import add_attr_config
from .data_build import build_attr_train_loader, build_attr_test_loader
from .datasets import *
from .modeling import *
from .attr_dataset import AttrDataset

View File

@ -22,6 +22,7 @@ SOLVER:
BASE_LR: 0.05
ETA_MIN_LR: 0.0005
NESTEROV: False
MOMENTUM: 0.
TEST:

View File

@ -22,6 +22,7 @@ SOLVER:
BASE_LR: 0.02
ETA_MIN_LR: 0.00002
NESTEROV: False
MOMENTUM: 0.
TEST: