Vincent Lostanlen
Vincent Lostanlen
superseded by #922
Hello @flyIchtus , Right now, what you're doing is indeed the only way to have custom padding/unpadding in Kymatio 2D: pass `pre_pad=False` and roll up your own implementation, `order2_ind` in...
#926 has added zero-padding to 1D backends
#944
Hello @gdestouet. This is a good idea
this issue interacts with the T vs J idea in 1D. Tagging @janden and @pawarrick
best to ask @janden
Hello @timoteorp, this means you should increase T (at least by a factor of 2). Note that `2**14 = 16384`, so the limit is at `2**J == T` Are you...
Closing this issue. Kymatio is working as intended.