diff --git a/egs/librispeech/ASR/pruned_transducer_stateless4/decode.py b/egs/librispeech/ASR/pruned_transducer_stateless4/decode.py index ada94ab22..75f653403 100755 --- a/egs/librispeech/ASR/pruned_transducer_stateless4/decode.py +++ b/egs/librispeech/ASR/pruned_transducer_stateless4/decode.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 # -# Copyright 2021 Xiaomi Corporation (Author: Fangjun Kuang, +# Copyright 2022 Xiaomi Corporation (Author: Fangjun Kuang, # Zengwei Yao) # # See ../../../../LICENSE for clarification regarding multiple authors @@ -557,7 +557,7 @@ def main(): filename_start = filenames[-1] filename_end = filenames[0] logging.info( - f"Calculating the averaged model over iteration checkpoints" + "Calculating the averaged model over iteration checkpoints" f" from {filename_start} (excluded) to {filename_end}" ) model.to(device) diff --git a/icefall/checkpoint.py b/icefall/checkpoint.py index bc59c8673..048bb525c 100644 --- a/icefall/checkpoint.py +++ b/icefall/checkpoint.py @@ -1,4 +1,4 @@ -# Copyright 2021 Xiaomi Corp. (authors: Fangjun Kuang, +# Copyright 2022 Xiaomi Corp. (authors: Fangjun Kuang, # Zengwei Yao) # # See ../../LICENSE for clarification regarding multiple authors