mirror of
https://github.com/k2-fsa/icefall.git
synced 2025-08-09 01:52:41 +00:00
Increase model_warm_step to 4k
This commit is contained in:
parent
8a8134b9e5
commit
262388134d
@ -296,7 +296,7 @@ def get_params() -> AttributeDict:
|
|||||||
"embedding_dim": 512,
|
"embedding_dim": 512,
|
||||||
# parameters for Noam
|
# parameters for Noam
|
||||||
"warm_step": 60000, # For the 100h subset, use 8k
|
"warm_step": 60000, # For the 100h subset, use 8k
|
||||||
"model_warm_step": 3000, # arg given to model, not for lrate
|
"model_warm_step": 4000, # arg given to model, not for lrate
|
||||||
"env_info": get_env_info(),
|
"env_info": get_env_info(),
|
||||||
}
|
}
|
||||||
)
|
)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user