-
Notifications
You must be signed in to change notification settings - Fork 5.4k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
00220d8
commit 4df192b
Showing
10 changed files
with
204 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
from easydict import EasyDict as edict | ||
|
||
# make training faster | ||
# our RAM is 256G | ||
# mount -t tmpfs -o size=140G tmpfs /train_tmp | ||
|
||
config = edict() | ||
config.margin_list = (1.0, 0.0, 0.4) | ||
config.network = "mbf" | ||
config.resume = False | ||
config.output = None | ||
config.embedding_size = 512 | ||
config.sample_rate = 1.0 | ||
config.interclass_filtering_threshold = 0 | ||
config.fp16 = True | ||
config.weight_decay = 1e-4 | ||
config.batch_size = 128 | ||
config.optimizer = "sgd" | ||
config.lr = 0.1 | ||
config.verbose = 2000 | ||
config.dali = False | ||
|
||
config.rec = "/train_tmp/WebFace12M" | ||
config.num_classes = 617970 | ||
config.num_image = 12720066 | ||
config.num_epoch = 20 | ||
config.warmup_epoch = 0 | ||
config.val_targets = [] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
|
||
from easydict import EasyDict as edict | ||
|
||
# make training faster | ||
# our RAM is 256G | ||
# mount -t tmpfs -o size=140G tmpfs /train_tmp | ||
|
||
config = edict() | ||
config.margin_list = (1.0, 0.0, 0.4) | ||
config.network = "r100" | ||
config.resume = False | ||
config.output = None | ||
config.embedding_size = 512 | ||
config.sample_rate = 0.2 | ||
config.interclass_filtering_threshold = 0 | ||
config.fp16 = True | ||
config.weight_decay = 5e-4 | ||
config.batch_size = 128 | ||
config.optimizer = "sgd" | ||
config.lr = 0.1 | ||
config.verbose = 2000 | ||
config.dali = False | ||
|
||
config.rec = "/train_tmp/WebFace12M" | ||
config.num_classes = 617970 | ||
config.num_image = 12720066 | ||
config.num_epoch = 20 | ||
config.warmup_epoch = 0 | ||
config.val_targets = [] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
|
||
from easydict import EasyDict as edict | ||
|
||
# make training faster | ||
# our RAM is 256G | ||
# mount -t tmpfs -o size=140G tmpfs /train_tmp | ||
|
||
config = edict() | ||
config.margin_list = (1.0, 0.0, 0.4) | ||
config.network = "r100" | ||
config.resume = False | ||
config.output = None | ||
config.embedding_size = 512 | ||
config.sample_rate = 1.0 | ||
config.interclass_filtering_threshold = 0 | ||
config.fp16 = True | ||
config.weight_decay = 5e-4 | ||
config.batch_size = 128 | ||
config.optimizer = "sgd" | ||
config.lr = 0.1 | ||
config.verbose = 2000 | ||
config.dali = False | ||
|
||
config.rec = "/train_tmp/WebFace12M" | ||
config.num_classes = 617970 | ||
config.num_image = 12720066 | ||
config.num_epoch = 20 | ||
config.warmup_epoch = 0 | ||
config.val_targets = [] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
from easydict import EasyDict as edict | ||
|
||
# make training faster | ||
# our RAM is 256G | ||
# mount -t tmpfs -o size=140G tmpfs /train_tmp | ||
|
||
config = edict() | ||
config.margin_list = (1.0, 0.0, 0.4) | ||
config.network = "r50" | ||
config.resume = False | ||
config.output = None | ||
config.embedding_size = 512 | ||
config.sample_rate = 1.0 | ||
config.interclass_filtering_threshold = 0 | ||
config.fp16 = True | ||
config.weight_decay = 5e-4 | ||
config.batch_size = 128 | ||
config.optimizer = "sgd" | ||
config.lr = 0.1 | ||
config.verbose = 2000 | ||
config.dali = False | ||
|
||
config.rec = "/train_tmp/WebFace12M" | ||
config.num_classes = 617970 | ||
config.num_image = 12720066 | ||
config.num_epoch = 20 | ||
config.warmup_epoch = 0 | ||
config.val_targets = [] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
from easydict import EasyDict as edict | ||
|
||
# make training faster | ||
# our RAM is 256G | ||
# mount -t tmpfs -o size=140G tmpfs /train_tmp | ||
|
||
config = edict() | ||
config.margin_list = (1.0, 0.0, 0.4) | ||
config.network = "mbf" | ||
config.resume = False | ||
config.output = None | ||
config.embedding_size = 512 | ||
config.sample_rate = 1.0 | ||
config.fp16 = True | ||
config.momentum = 0.9 | ||
config.weight_decay = 1e-4 | ||
config.batch_size = 128 | ||
config.lr = 0.1 | ||
config.verbose = 2000 | ||
config.dali = False | ||
|
||
config.rec = "/train_tmp/WebFace4M" | ||
config.num_classes = 205990 | ||
config.num_image = 4235242 | ||
config.num_epoch = 20 | ||
config.warmup_epoch = 0 | ||
config.val_targets = ['lfw', 'cfp_fp', "agedb_30"] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
from easydict import EasyDict as edict | ||
|
||
# make training faster | ||
# our RAM is 256G | ||
# mount -t tmpfs -o size=140G tmpfs /train_tmp | ||
|
||
config = edict() | ||
config.margin_list = (1.0, 0.0, 0.4) | ||
config.network = "r100" | ||
config.resume = False | ||
config.output = None | ||
config.embedding_size = 512 | ||
config.sample_rate = 1.0 | ||
config.fp16 = True | ||
config.momentum = 0.9 | ||
config.weight_decay = 5e-4 | ||
config.batch_size = 128 | ||
config.lr = 0.1 | ||
config.verbose = 2000 | ||
config.dali = False | ||
|
||
config.rec = "/train_tmp/WebFace4M" | ||
config.num_classes = 205990 | ||
config.num_image = 4235242 | ||
config.num_epoch = 20 | ||
config.warmup_epoch = 0 | ||
config.val_targets = ['lfw', 'cfp_fp', "agedb_30"] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
from easydict import EasyDict as edict | ||
|
||
# make training faster | ||
# our RAM is 256G | ||
# mount -t tmpfs -o size=140G tmpfs /train_tmp | ||
|
||
config = edict() | ||
config.margin_list = (1.0, 0.0, 0.4) | ||
config.network = "r50" | ||
config.resume = False | ||
config.output = None | ||
config.embedding_size = 512 | ||
config.sample_rate = 1.0 | ||
config.fp16 = True | ||
config.momentum = 0.9 | ||
config.weight_decay = 5e-4 | ||
config.batch_size = 128 | ||
config.lr = 0.1 | ||
config.verbose = 2000 | ||
config.dali = False | ||
|
||
config.rec = "/train_tmp/WebFace4M" | ||
config.num_classes = 205990 | ||
config.num_image = 4235242 | ||
config.num_epoch = 20 | ||
config.warmup_epoch = 0 | ||
config.val_targets = ['lfw', 'cfp_fp', "agedb_30"] |