mirror of
https://github.com/k2-fsa/icefall.git
synced 2025-08-17 13:12:19 +00:00
12 lines
347 B
Bash
Executable File
12 lines
347 B
Bash
Executable File
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
|