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
- Refactored CorrDiff losses and samplers to use the patching API
22
23
- Support for non-square images and patches in patch-based diffusion
24
+
- Updated CorrDiff training code to support multiple patch iterations to amortize regression cost and usage of `torch.compile`
25
+
- Refactored `physicsnemo/models/diffusion/layers.py` to optimize data type casting workflow, avoiding unnecessary casting under autocast mode
26
+
- Refactored Conv2d to enable fusion of conv2d with bias addition
27
+
- Refactored GroupNorm, UNetBlock, SongUNet, SongUNetPosEmbd to support usage of Apex GroupNorm, fusion of activation with GroupNorm, and AMP workflow.
28
+
- Updated SongUNetPosEmbd to avoid unnecessary HtoD Memcpy of `pos_embd`
29
+
- Updated `from_checkpoint` to accommodate usage of Apex GroupNorm
30
+
- Refactored CorrDiff NVTX annotation workflow to be configurable
0 commit comments