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
e9c6177808
commit
eba141384a
Binary file not shown.
@ -7,5 +7,5 @@ base_model, bias_model = base_model['model'], bias_model['model']
|
||||
|
||||
for key in base_model.keys():
|
||||
if 'bias' in key:
|
||||
print(key, base_model[key], bias_model[key])
|
||||
|
||||
l1_diff = torch.abs(base_model[key]-bias_model[key]).sum()
|
||||
print(key, l1_diff)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user