Skip to content

Commit

Permalink
feat: add misalign pair in runnable wsegan script
Browse files Browse the repository at this point in the history
  • Loading branch information
santi-pdp committed Nov 14, 2018
1 parent f5e120f commit 4205612
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions run_wsegan_train.sh
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

0 comments on commit 4205612

Please sign in to comment.