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
feat: Update SubpixelConvolutionalLayer to use PixelShuffle operation
SubpixelConvolutionalLayer now uses PixelShuffle TensorOperation for autodiff:
- Removed TODO fallback to manual implementation
- Clean autodiff implementation using PixelShuffle
- Full gradient computation through pixel shuffle operation
Layers with working autodiff: 16 (was 15)
0 commit comments