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
92b0929f6f
commit
faf06acca9
Binary file not shown.
@ -1208,7 +1208,7 @@ def run(rank, world_size, args, wb=None):
|
||||
)
|
||||
|
||||
logging.info(f"len name = {len(parameters_names)}")
|
||||
logging.info(f"len name = {len(list(model.parameters()))}")
|
||||
logging.info(f"len param = {len(list(model.parameters()))}")
|
||||
|
||||
optimizer = ScaledAdam(
|
||||
model.parameters(),
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user