asteroid-team / asteroid-filterbanks

Asteroid's filterbanks :rocket:
https://asteroid-team.github.io/
MIT License
80 stars 20 forks source link

Where is the make_parallel_enc_dec funciton? #19

Closed wrz1999 closed 1 year ago

wrz1999 commented 1 year ago

Hello! Where is the make_parallel_enc_dec funciton? Is it deleted?

mpariente commented 1 year ago

It's in asteroid-filterbanks : https://github.com/asteroid-team/asteroid-filterbanks

wrz1999 commented 1 year ago

Which file has it? How to call the function? Thank you.

mpariente commented 1 year ago

https://github.com/asteroid-team/asteroid-filterbanks/blob/master/asteroid_filterbanks/__init__.py#L14

wrz1999 commented 1 year ago

I saw the "make_parallel_enc_dec" function in a project. This function needs to input the number of channels to turn multi-channel audio into two-dimensional features. Is there any difference between this one and the current one? What's meaning of the "parallel"? The "make_parallel_enc_dec" function appears in this project: https://github.com/hangtingchen/Beam-Guided-TasNet/blob/main/model.py

mpariente commented 1 year ago

It does not exist in Asteroid. You should open an issue in the repo you linked to.