You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
backward incompatible change:
- nn modules now in `PyTorchAug.nn`, rather than in `PyTorchAug` directly
new functionality:
- anything in `nn` can now be used, without having to explicitly add to the program
- this also paves the way for being able to easily (and perhaps automatically) handle other types, like nnx etc