diff --git a/egs/librispeech/ASR/pruned_transducer_stateless_d2v_v2/.checkpoint.py.swp b/egs/librispeech/ASR/pruned_transducer_stateless_d2v_v2/.checkpoint.py.swp index d61582ea1..9674590ff 100644 Binary files a/egs/librispeech/ASR/pruned_transducer_stateless_d2v_v2/.checkpoint.py.swp and b/egs/librispeech/ASR/pruned_transducer_stateless_d2v_v2/.checkpoint.py.swp differ diff --git a/egs/librispeech/ASR/pruned_transducer_stateless_d2v_v2/checkpoint.py b/egs/librispeech/ASR/pruned_transducer_stateless_d2v_v2/checkpoint.py index 03d9632f5..cb6863876 100644 --- a/egs/librispeech/ASR/pruned_transducer_stateless_d2v_v2/checkpoint.py +++ b/egs/librispeech/ASR/pruned_transducer_stateless_d2v_v2/checkpoint.py @@ -122,6 +122,7 @@ def load_checkpoint( """ TODO: document it """ + print(model) logging.info(f"Loading checkpoint from {filename}") checkpoint = torch.load(filename, map_location="cpu")