From 3dc4283d581e27f7592408ee703a0fd8fb3a2f1a Mon Sep 17 00:00:00 2001 From: dohe0342 Date: Mon, 12 Dec 2022 15:48:09 +0900 Subject: [PATCH] from local --- egs/librispeech/ASR/.run_v3.sh.swp | Bin 4096 -> 12288 bytes egs/librispeech/ASR/run_v3.sh | 7 ++++--- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/egs/librispeech/ASR/.run_v3.sh.swp b/egs/librispeech/ASR/.run_v3.sh.swp index 5e6826faaad89a2ce9c3ebf095cb4521e6d938e3..778eb3f41e93f7e440a5e8a3a3a0081c9975d5a8 100644 GIT binary patch literal 12288 zcmeI2J#W)M7{{+LASBu%x-lJThYICl$LSjbLVW{8q7tICfP@q-zDr`_*eBn)Z92fh z&Vmpl?0g9%B)$ORJ1~|376$%F9I5I6Wuww#=_kvNpL=r8@9e?KHT~WC7Qa#P8IH@0 z%`dzT`TUpj({C74X-E6Dg&PsaxGbRLN<8Lp*i_gslj2 z?M0z($vF0O+j?=-%pz;F4m;lJ_I)qQlg3`HVml`b(KQ($1OH|qcP+6p$!bA$_^QvA zuJM^GJO5ULvdI7$AOmE843GgbKnBPF8937hoS9%R(80N)i&Al(IB_m6=|l#|02v?y zWPl8i0Wv@a$N(8217v^48=`dAM(iT1KI;rCAOl#F|SS_=#!;laqk&9$3;*9$h-}h_$ z37f5W20N0qYPd`$R^_428rDgtV{L6i1$!QDL`lW;kW{IO9c diff --git a/egs/librispeech/ASR/run_v3.sh b/egs/librispeech/ASR/run_v3.sh index e65486d58..cbfb1b20b 100755 --- a/egs/librispeech/ASR/run_v3.sh +++ b/egs/librispeech/ASR/run_v3.sh @@ -1,6 +1,7 @@ git pull -export CUDA_VISIBLE_DEVICES="0,1,2,3,4,5,6,7" +#export CUDA_VISIBLE_DEVICES="0,1,2,3,4,5,6,7" +export CUDA_VISIBLE_DEVICES="0,1,2,3" ./pruned_transducer_stateless_d2v_v2/train.py \ --wandb true \ @@ -21,8 +22,8 @@ export CUDA_VISIBLE_DEVICES="0,1,2,3,4,5,6,7" --encoder-type d2v \ --additional-block True \ --encoder-dim 768 \ - --decoder-dim 768 \ - --joiner-dim 768 \ + --decoder-dim 512 \ + --joiner-dim 512 \ --prune-range 20 \ --context-size 2 \ --ctc-loss-scale 0.2