Skip to content

Commit

Permalink
Merge pull request #5346 from b-flo/clean_up
Browse files Browse the repository at this point in the history
remove unused file + small typo/style
  • Loading branch information
b-flo committed Jul 25, 2023
2 parents 47f989a + 05c5bc0 commit 077497c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 173 deletions.
6 changes: 3 additions & 3 deletions espnet2/asr_transducer/encoder/building.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,9 +60,9 @@ def build_main_parameters(
short_chunk_threshold: Threshold for dynamic chunk selection.
short_chunk_size: Minimum number of frames during dynamic chunk training.
num_left_chunks: Number of left chunks the attention module can see.
(null or negative value means full context)
**activations_parameters: Parameters of the activation functions.
(See espnet2/asr_transducer/activation.py)
(null or negative value means full context)
**activation_parameters: Parameters of the activation functions.
(See espnet2/asr_transducer/activation.py)
Returns:
: Main encoder parameters
Expand Down
170 changes: 0 additions & 170 deletions espnet2/asr_transducer/encoder/modules/normalization.py

This file was deleted.

0 comments on commit 077497c

Please sign in to comment.