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
ecb581d7db
commit
91eb32b1e6
Binary file not shown.
Binary file not shown.
@ -80,6 +80,10 @@ class BatchedOptimizer(Optimizer):
|
||||
batches_names = defaultdict(
|
||||
list
|
||||
) # `batches` maps from tuple (dtype_as_str,*shape) to list of str
|
||||
|
||||
print(len(param_group))
|
||||
print(len(group_params_names))
|
||||
exit()
|
||||
|
||||
assert len(param_group) == len(group_params_names)
|
||||
for p, named_p in zip(param_group, group_params_names):
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user