This commit is contained in:
yfyeung 2024-07-10 00:21:03 -07:00
parent 7961b6bf23
commit b796fdb883
3 changed files with 0 additions and 31 deletions

View File

@ -1,12 +0,0 @@
export CUDA_VISIBLE_DEVICES=2
for epoch in {30..30}; do
for ((avg=1; avg<=$epoch-1; avg++)); do
./zipformer_lstm/decode.py \
--epoch $epoch \
--avg $avg \
--exp-dir ./zipformer_lstm/exp_dropout0.2 \
--max-duration 2000 \
--decoding-method greedy_search
done
done

View File

@ -1,8 +0,0 @@
export CUDA_VISIBLE_DEVICES=$1
./zipformer_lstm/decode.py \
--epoch $2 \
--avg $3 \
--exp-dir ./zipformer_lstm/exp \
--max-duration 2000 \
--decoding-method beam_search

View File

@ -1,11 +0,0 @@
project=icefall-asr-librispeech-zipformer-2023-11-04
run=4V10032G_lstm1_decoderdropout0.2_bpe500
recipe=zipformer_lstm
wandb sync ${recipe}/exp_dropout0.2/tensorboard/ --sync-tensorboard -p $project --id $run
while true
do
wandb sync ${recipe}/exp_dropout0.2/tensorboard/ --sync-tensorboard -p $project --id $run --append
sleep 60
done