from local

This commit is contained in:
dohe0342 2023-03-29 20:56:12 +09:00
parent d8dc871a55
commit ffec4aee25
3 changed files with 1 additions and 0 deletions

Binary file not shown.

View File

@ -2,6 +2,7 @@ workstation=$3
if [ $workstation = "whale" ]; then
export CUDA_VISIBLE_DEVICES="0,1,2,3,4,5,6,7"
if [ ! -e ./pruned_transducer_stateless_d2v_v2/$1/.train.done ]; then
./pruned_transducer_stateless_d2v_v2/train_adapter.py \
--add-adapter True \
--adapter-lr 0.02 \