Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
lexkoro committed Apr 16, 2024
1 parent 945e472 commit 1d52473
Show file tree
Hide file tree
Showing 25 changed files with 124 additions and 1,532 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ filelists/val.txt
.idea/vcs.xml
.idea/inspectionProfiles/profiles_settings.xml
.idea/inspectionProfiles/Project_Default.xml
pretrain/
/workspace/pretrained_models/
.vscode/launch.json

trained/**/
Expand Down
495 changes: 1 addition & 494 deletions README.md

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions configs/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
0.99
],
"eps": 1e-09,
"batch_size": 24,
"batch_size": 16,
"fp16_run": false,
"half_type": "fp16",
"lr_decay": 0.999875,
Expand All @@ -28,8 +28,8 @@
"vol_aug": false
},
"data": {
"training_files": "filelists/gametts_train.txt",
"validation_files": "filelists/gametts_val.txt",
"training_files": "/workspace/vc_train.csv",
"validation_files": "/workspace/vc_test.csv",
"max_wav_value": 32768.0,
"sampling_rate": 22050,
"filter_length": 1024,
Expand Down
Loading

0 comments on commit 1d52473

Please sign in to comment.