fbcotter / scatnet_learn

Repo containing code to do the learnable scatternet/invariant convolutional layer
28 stars 5 forks source link

Use of scatnet_learn for audio signals #2

Open sujoyrc opened 3 years ago

sujoyrc commented 3 years ago

I would like to use the learnable scatternet for audio signals and would like to check if there any issues / observations / experiences on this.

fbcotter commented 3 years ago

Hey @sujoyrc, sorry for the slow reply. No there would be no issues with doing this. It would require a little bit of work to implement however. I'd have to update the pytorch_wavelets repo to do a 1D DTCWT, and then update this repo to use it. I'll add this to the backlog and let you know when I get it done.

sujoyrc commented 3 years ago

Did you get time to do this ?