-
Notifications
You must be signed in to change notification settings - Fork 42
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
separate identification and verification; fix bugs
- Loading branch information
1 parent
7051c3e
commit 86c2412
Showing
20 changed files
with
473 additions
and
63 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
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
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 @@ | ||
PRINT_FREQ: 200 | ||
VAL_FREQ: 10 | ||
|
||
CUDNN: | ||
BENCHMARK: true | ||
DETERMINISTIC: false | ||
ENABLED: true | ||
|
||
DATASET: | ||
DATA_DIR: '/path/to/VoxCeleb1' | ||
SUB_DIR: 'merged' | ||
NUM_WORKERS: 0 | ||
PARTIAL_N_FRAMES: 300 | ||
|
||
TRAIN: | ||
BATCH_SIZE: 256 | ||
LR: 0.01 | ||
LR_MIN: 0.001 | ||
BETA1: 0.9 | ||
BETA2: 0.999 | ||
|
||
BEGIN_EPOCH: 0 | ||
END_EPOCH: 301 | ||
|
||
MODEL: | ||
NAME: 'resnet18' | ||
NUM_CLASSES: 1251 | ||
INIT_CHANNELS: 64 |
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 @@ | ||
PRINT_FREQ: 200 | ||
VAL_FREQ: 10 | ||
|
||
CUDNN: | ||
BENCHMARK: true | ||
DETERMINISTIC: false | ||
ENABLED: true | ||
|
||
DATASET: | ||
DATA_DIR: '/path/to/VoxCeleb1' | ||
SUB_DIR: 'merged' | ||
NUM_WORKERS: 0 | ||
PARTIAL_N_FRAMES: 300 | ||
|
||
TRAIN: | ||
BATCH_SIZE: 128 | ||
LR: 0.01 | ||
LR_MIN: 0.001 | ||
BETA1: 0.9 | ||
BETA2: 0.999 | ||
|
||
BEGIN_EPOCH: 0 | ||
END_EPOCH: 301 | ||
|
||
MODEL: | ||
NAME: 'resnet34' | ||
NUM_CLASSES: 1251 | ||
INIT_CHANNELS: 64 |
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,29 @@ | ||
PRINT_FREQ: 200 | ||
VAL_FREQ: 10 | ||
|
||
CUDNN: | ||
BENCHMARK: true | ||
DETERMINISTIC: false | ||
ENABLED: true | ||
|
||
DATASET: | ||
DATA_DIR: '/path/to/VoxCeleb1' | ||
SUB_DIR: 'dev' | ||
NUM_WORKERS: 0 | ||
PARTIAL_N_FRAMES: 300 | ||
|
||
TRAIN: | ||
BATCH_SIZE: 48 | ||
LR: 0.01 | ||
LR_MIN: 0.001 | ||
BETA1: 0.9 | ||
BETA2: 0.999 | ||
|
||
BEGIN_EPOCH: 0 | ||
END_EPOCH: 301 | ||
|
||
MODEL: | ||
NAME: 'model' | ||
NUM_CLASSES: 1211 | ||
LAYERS: 8 | ||
INIT_CHANNELS: 64 |
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
Oops, something went wrong.