Fix decimation at order 2 or more in the transform.
Open
bug
- Dominant language
- Jupyter Notebook
- Stars
- 5
- Forks
- 4
- PR merge metrics
- No merged PRs in 30d
Description
Looks like we need to decimate first round, as we are by the scale of the wavelet.
But in higher orders, we decimate by the difference in scales, see:
https://github.com/kymatio/kymatio/blob/master/kymatio/scattering2d/scattering2d.py
for an example.
Change the decimation to match the MATLAB/Kymatio implementation.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.