-
Notifications
You must be signed in to change notification settings - Fork 6
/
talkers_workflow.txt
4 lines (4 loc) · 1.02 KB
/
talkers_workflow.txt
1
2
3
4
THEANO_FLAGS="device=cpu" python run_exp_AB_phn_spkr.py --dataset-path=LUCID_11chars.joblib --dataset-name=LUCID_11chars --iterator-type=dtw_phn_spkr --batch-size=100 --nframes=11 --network-type=abnet --prefix-output-fname=testing --debug-print=1 --debug-time
THEANO_FLAGS="device=cpu" python test_run_AB_phn_spkr.py --dataset-path=LUCID_11chars.joblib --dataset-name=LUCID_11chars --iterator-type=dtw_phn_spkr --batch-size=100 --nframes=11 --network-type=abnet --prefix-output-fname=testing --debug-print=1 --debug-time
THEANO_FLAGS="device=gpu1" python run_exp_AB_phn_spkr.py --dataset-path=LUCID_9chars.joblib --dataset-name=LUCID_9chars --iterator-type=dtw_phn_spkr --batch-size=100 --nframes=11 --network-type=abnet --prefix-output-fname=testing --debug-print=1 --debug-time
THEANO_FLAGS="device=gpu1" python test_run_AB_phn_spkr.py --dataset-path=LUCID_9chars.joblib --dataset-name=LUCID_9chars --iterator-type=dtw_phn_spkr --batch-size=100 --nframes=11 --network-type=abnet --prefix-output-fname=testing --debug-print=1 --debug-time