speechbrain
speechbrain copied to clipboard
Conformer separation
I added a wrapper class to use conformer for separation.
Also a small fix to remove the 'optional' from pos_embs
argument of ConformerEncoder
forward function, as it requires specifying the positional embeddings (it is not optional).