Skip to content

Commit

Permalink
fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
anxiangsir committed Mar 29, 2022
1 parent a2ab56d commit 48ecbc7
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
config.fp16 = True
config.momentum = 0.9
config.weight_decay = 5e-4
config.batch_size = 512
config.batch_size = 128
config.lr = 0.4
config.verbose = 2000
config.dali = False
Expand Down
2 changes: 1 addition & 1 deletion recognition/arcface_torch/configs/wf42m_pfc03_32gpu_r18.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
config.fp16 = True
config.momentum = 0.9
config.weight_decay = 5e-4
config.batch_size = 512
config.batch_size = 128
config.lr = 0.4
config.verbose = 2000
config.dali = False
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
config.fp16 = True
config.momentum = 0.9
config.weight_decay = 5e-4
config.batch_size = 512
config.batch_size = 128
config.lr = 0.4
config.verbose = 2000
config.dali = False
Expand Down
2 changes: 1 addition & 1 deletion recognition/arcface_torch/configs/wf42m_pfc03_32gpu_r50.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
config.fp16 = True
config.momentum = 0.9
config.weight_decay = 5e-4
config.batch_size = 512
config.batch_size = 128
config.lr = 0.4
config.verbose = 2000
config.dali = False
Expand Down

0 comments on commit 48ecbc7

Please sign in to comment.