mirror of
https://github.com/k2-fsa/icefall.git
synced 2025-12-11 06:55:27 +00:00
from local
This commit is contained in:
parent
573a79b08d
commit
411c531925
Binary file not shown.
Binary file not shown.
@ -1231,6 +1231,7 @@ def run(rank, world_size, args, wb=None):
|
||||
|
||||
if rank == 0:
|
||||
print(enc_names)
|
||||
|
||||
optimizer_enc = ScaledAdam(
|
||||
enc_param,
|
||||
lr=params.peak_enc_lr,
|
||||
|
||||
@ -13,7 +13,7 @@ export CUDA_VISIBLE_DEVICES="0,1,2,3,4,5,6,7"
|
||||
--full-libri 0 \
|
||||
--exp-dir ./pruned_transducer_stateless_d2v_v2/$1 \
|
||||
--max-duration 250 \
|
||||
--freeze-finetune-updates 500 \
|
||||
--freeze-finetune-updates 200 \
|
||||
--use-fp16 1 \
|
||||
--peak-enc-lr 0.0001 \
|
||||
--peak-dec-lr 0.003 \
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user