↓ 1 callersFunction_noam_hold_annealing(initial_lr, step, warmup_steps, hold_steps,
decay_rate, min_lr)
OSUM-EChat/tts/cosyvoice/utils/scheduler.py:433
↓ 1 callersFunction_noam_hold_annealing(initial_lr, step, warmup_steps, hold_steps,
decay_rate, min_lr)
OSUM-EChat/wenet/utils/scheduler.py:438
↓ 1 callersMethod_sampler(self, encoder_out, encoder_out_mask, ys_pad, ys_pad_lens,
pre_acoustic_embeds)
OSUM/wenet/paraformer/paraformer.py:236
↓ 1 callersMethodbatch_to_cache Args: cache: [state_m, state_c] state_ms: [1*n_layers, bs, ...] state_cs: [1*n_layers, bs, ...]
OSUM/wenet/transducer/predictor.py:128
↓ 1 callersMethodcache_to_batch Args: cache : [[state_m_1, state_c_1], [state_m_1, state_c_1]...] Returns: new_caceh: [state_ms, state_cs],
OSUM/wenet/transducer/predictor.py:150