Conformer v0.1.0 #2
Rishit-dagli
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
This is the initial release of Conformer and implements the Conformer (Convolution-augmented Transformer for Speech Recognition) as a subclassed TensorFlow model. Conformer achieves the best of both worlds (transformers for content-based global interactions and CNNs to exploit local features) by studying how to combine convolution neural networks and transformers to model both local and global dependencies of an audio sequence in a parameter-efficient way.
Classes
You would majorly want to follow the examples and use the
ConformerConvModule
orConformerBlock
classes.This discussion was created from the release Conformer v0.1.0.
Beta Was this translation helpful? Give feedback.
All reactions