I'm working on a machine learning application and have to do transformation on large scale of data. I want to call the function like pywt.cwt((batch_size, signal_length)), but it seems only dim=1 supported. Is there any plan for supporting this feature?
I'm working on a machine learning application and have to do transformation on large scale of data. I want to call the function like
pywt.cwt((batch_size, signal_length)), but it seems onlydim=1supported. Is there any plan for supporting this feature?