from local

This commit is contained in:
dohe0342 2023-04-03 18:27:32 +09:00
parent 74b288499b
commit 387d88f2e5
2 changed files with 1 additions and 1 deletions

View File

@ -52,7 +52,7 @@ if [ $workstation = "whale" ]; then
# --joiner-dim 768 \
# --prune-range 10
else
export CUDA_VISIBLE_DEVICES="0,1,2,3,4,5,6,7"
export CUDA_VISIBLE_DEVICES="0,1,2,3"
if [ ! -e ./pruned_transducer_stateless_d2v_v2/$1/.train.done ]; then
./pruned_transducer_stateless_d2v_v2/train_adapter.py \
--num-buckets 2 \