diff --git a/egs/librispeech/ASR/pruned_transducer_stateless_d2v_v2/.bias_compare.py.swp b/egs/librispeech/ASR/pruned_transducer_stateless_d2v_v2/.bias_compare.py.swp index 9bacff0af..41407350d 100644 Binary files a/egs/librispeech/ASR/pruned_transducer_stateless_d2v_v2/.bias_compare.py.swp and b/egs/librispeech/ASR/pruned_transducer_stateless_d2v_v2/.bias_compare.py.swp differ diff --git a/egs/librispeech/ASR/pruned_transducer_stateless_d2v_v2/bias_compare.py b/egs/librispeech/ASR/pruned_transducer_stateless_d2v_v2/bias_compare.py index 878c8ec51..0a4ebaf92 100644 --- a/egs/librispeech/ASR/pruned_transducer_stateless_d2v_v2/bias_compare.py +++ b/egs/librispeech/ASR/pruned_transducer_stateless_d2v_v2/bias_compare.py @@ -8,3 +8,4 @@ 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]) +