mirror of
https://github.com/k2-fsa/icefall.git
synced 2025-08-10 10:32:17 +00:00
update
This commit is contained in:
parent
7961b6bf23
commit
b796fdb883
@ -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
|
@ -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
|
@ -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
|
Loading…
x
Reference in New Issue
Block a user