-
Notifications
You must be signed in to change notification settings - Fork 140
self.M
, self.N
should be deprecated in 1D and 2D
#881
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue a 8000 nd contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
self.M
and self.N
should be deprecatedself.M
, self.N
, self.O
should be deprecated
What about 3d? |
@MuawizChaudhary there is no padding in 3d, so the semantics are different. |
the title |
self.M
, self.N
, self.O
should be deprecatedself.M
, self.N
should be deprecated
self.M
, self.N
should be deprecatedself.M
, self.N
should be deprecated in 1D and 2D
@MuawizChaudhary the main goal of this was to allow non-power-of-two inputs in Scattering1D, in the prospect of JTFS. This goal is fulfilled now. The longer-term goal is to allow
these are all questions worth asking between v0.3 and v0.4 |
Uh oh!
There was an error while loading. Please reload this page.
for consistency with 1D #857
we should rename
self.M_padded
andself.N_padded
toself._M_padded
andself._N_padded
same for 3D,self._O_padded
etc.The text was updated successfully, but these errors were encountered: