Merge remote-tracking branch 'origin/master'

# Conflicts:
#	README.md
#	modeling/backbones/resnet.py
This commit is contained in:
L1aoXingyu 2019-08-26 23:11:32 +08:00
commit a9d1b5080e

View File

@ -19,7 +19,7 @@ DATALOADER:
SOLVER:
OPT: 'adam'
LOSSTYPE: ('softmax', 'triplet')
LOSSTYPE: ('softmax_smooth', 'triplet')
MAX_EPOCHS: 150
BASE_LR: 0.00035
WEIGHT_DECAY: 0.0005