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
226d180832
commit
46090c08b1
Binary file not shown.
Binary file not shown.
@ -201,6 +201,7 @@ class ScaledAdam(BatchedOptimizer):
|
||||
)
|
||||
|
||||
super(ScaledAdam, self).__init__(params, defaults)
|
||||
print('fuck!@!!!', len(self.param_groups))
|
||||
assert len(self.param_groups) == len(parameters_names)
|
||||
self.parameters_names = parameters_names
|
||||
self.show_dominant_parameters = show_dominant_parameters
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user