cem

Results 3 issues of cem

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...

I am starting a pull request for source separation models with efficient transformers. I am using the pull request #767 as the basis of the implementation.

enhancement
work in progress

I tried to use the parallelenv class for creating parallel episodes. I used this minigrid environment: https://github.com/maximecb/gym-minigrid/blob/master/README.md (with MiniGrid-Empty-5x5-v0) The rewards should be (1 - c*time_taken_toreachgreen) (where c is a...