Vincent Lostanlen

Results 194 comments of Vincent Lostanlen

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

Hello @gdestouet. This is a good idea

this issue interacts with the T vs J idea in 1D. Tagging @janden and @pawarrick

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...