icefall icon indicating copy to clipboard operation
icefall copied to clipboard

设置了start_bacth似乎是无效的

Open alanshaoTT opened this issue 4 months ago • 2 comments

我的模型训练到batch_16000.pt时中断了 我想继续训练 我的脚本这样设置的 ./train.py
--world-size 8
--num-epochs 30
--start-batch 16000
--max-duration 40
--num-buckets 100
--on-the-fly-feats true
--exp-dir ./exp
--bpe-model data/lang_bpe_2000/bpe.model
但是模型似乎还是从bacth0继续训练的 image 我需要在train_one_epoch添加跳过batch的部分吗 其他的部分还需要修改吗??我使用的recipe是librispeech/ASR/pruned_transducer_stateless7

alanshaoTT avatar Oct 26 '24 13:10 alanshaoTT