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 2dcf80bbb..1fa753fd5 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 cb6863876..03d9632f5 100644 --- a/egs/librispeech/ASR/pruned_transducer_stateless_d2v_v2/checkpoint.py +++ b/egs/librispeech/ASR/pruned_transducer_stateless_d2v_v2/checkpoint.py @@ -122,7 +122,6 @@ def load_checkpoint( """ TODO: document it """ - print(model) logging.info(f"Loading checkpoint from {filename}") checkpoint = torch.load(filename, map_location="cpu")