Skip to content

Commit

Permalink
added conformerencoder to all.
Browse files Browse the repository at this point in the history
Signed-off-by: Vahid <vnoroozi@nvidia.com>
  • Loading branch information
VahidooX committed Nov 3, 2020
1 parent 9c1a652 commit 302b9f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nemo/collections/asr/parts/conformer_modules.py
Expand Up @@ -19,7 +19,7 @@
from nemo.collections.asr.parts.activations import Swish
from nemo.collections.asr.parts.multi_head_attention import MultiHeadAttention, RelPositionMultiHeadAttention

__all__ = ['ConformerConvolution', 'ConformerFeedForward']
__all__ = ['ConformerConvolution', 'ConformerFeedForward', 'ConformerEncoderBlock']


class ConformerEncoderBlock(torch.nn.Module):
Expand Down

0 comments on commit 302b9f3

Please sign in to comment.