from local

This commit is contained in:
dohe0342 2023-06-09 15:57:21 +09:00
parent f11cfd4ebe
commit 9c88e635fd
3 changed files with 0 additions and 20 deletions

Binary file not shown.

View File

@ -33,26 +33,6 @@ if [ $workstation = "whale" ]; then
#touch ./pruned_transducer_stateless_d2v_v2/$1/.train.done
fi
# ./pruned_transducer_stateless_d2v_v2/train_adapter.py \
# --add-adapter True \
# --adapter-lr 0.001 \
# --gender female
# --wandb False \
# --input-strategy AudioSamples \
# --enable-spec-aug False \
# --multi-optim False \
# --world-size 8 \
# --num-epochs 10 \
# --full-libri 1 \
# --exp-dir ./pruned_transducer_stateless_d2v_v2/$1 \
# --max-duration 200 \
# --use-fp16 0 \
# --encoder-type d2v \
# --additional-block True \
# --encoder-dim 768 \
# --decoder-dim 768 \
# --joiner-dim 768 \
# --prune-range 10
else
export CUDA_VISIBLE_DEVICES="0,1,2,3"
#rm ./pruned_transducer_stateless_d2v_v2/$1/.train.done

Binary file not shown.