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
eca419b219
commit
92b0929f6f
Binary file not shown.
Binary file not shown.
@ -1206,6 +1206,10 @@ def run(rank, world_size, args, wb=None):
|
||||
parameters_names.append(
|
||||
[name_param_pair[0] for name_param_pair in model.named_parameters()]
|
||||
)
|
||||
|
||||
logging.info(f"len name = {len(parameters_names)}")
|
||||
logging.info(f"len name = {len(list(model.parameters()))}")
|
||||
|
||||
optimizer = ScaledAdam(
|
||||
model.parameters(),
|
||||
lr=params.base_lr,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user