forked from santi-pdp/segan_pytorch
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: add misalign pair in runnable wsegan script
- Loading branch information
Showing
1 changed file
with
2 additions
and
2 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,9 @@ | ||
#!/bin/bash | ||
|
||
|
||
python -u train.py --save_path ckpt_wsegan \ | ||
python -u train.py --save_path ckpt_wsegan_misalign \ | ||
--clean_trainset data_veu4/silent/clean_trainset_M4 \ | ||
--noisy_trainset data_veu4/silent/whisper_trainset_M4 \ | ||
--cache_dir data_silent_tmp --no_train_gen --batch_size 150 \ | ||
--wsegan --gnorm_type snorm --dnorm_type snorm --opt adam \ | ||
--data_stride 0.05 | ||
--data_stride 0.05 --misalign_pair |