diff --git a/egs/librispeech/ASR/pruned_transducer_stateless5/.train.py.swp b/egs/librispeech/ASR/pruned_transducer_stateless5/.train.py.swp index f04e5efe0..6b24a18d8 100644 Binary files a/egs/librispeech/ASR/pruned_transducer_stateless5/.train.py.swp and b/egs/librispeech/ASR/pruned_transducer_stateless5/.train.py.swp differ diff --git a/egs/librispeech/ASR/pruned_transducer_stateless5/train.py b/egs/librispeech/ASR/pruned_transducer_stateless5/train.py index 847c80ab0..6b7122efc 100755 --- a/egs/librispeech/ASR/pruned_transducer_stateless5/train.py +++ b/egs/librispeech/ASR/pruned_transducer_stateless5/train.py @@ -965,6 +965,8 @@ def run(rank, world_size, args): logging.info("About to create model") model = get_transducer_model(params) + logging.info(model) + exit() num_param = sum([p.numel() for p in model.parameters()]) logging.info(f"Number of model parameters: {num_param}")