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.
@ -81,6 +81,10 @@ class BatchedOptimizer(Optimizer):
|
|||||||
list
|
list
|
||||||
) # `batches` maps from tuple (dtype_as_str,*shape) to list of str
|
) # `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)
|
assert len(param_group) == len(group_params_names)
|
||||||
for p, named_p in zip(param_group, group_params_names):
|
for p, named_p in zip(param_group, group_params_names):
|
||||||
key = (str(p.dtype), *p.shape)
|
key = (str(p.dtype), *p.shape)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user