from local

This commit is contained in:
dohe0342 2023-04-18 14:07:45 +09:00
parent d1781a37dd
commit 5d65ccfd71
3 changed files with 1 additions and 1 deletions

Binary file not shown.

View File

@ -30,7 +30,7 @@ if [ $workstation = "whale" ]; then
--ctc-loss-scale 0.2 --ctc-loss-scale 0.2
else else
export CUDA_VISIBLE_DEVICES="0,1,2,3" export CUDA_VISIBLE_DEVICES="0,1,2,3"
./pruned_transducer_stateless_d2v_v2/train.py \ ./pruned_transducer_stateless_d2v_v2/full_ft.py \
--wandb False \ --wandb False \
--input-strategy AudioSamples \ --input-strategy AudioSamples \
--enable-spec-aug False \ --enable-spec-aug False \