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
Preserve input dtype in per-instance FFT/bias transforms; guard subsample target
Ghosting, Spike, Motion and BiasField computed in float32 and only cast
back to the input dtype for applied elements, so per-instance gating
could mix dtypes and break torch.cat for non-float32 batches. Cast every
per-element output back to the input dtype (matching the Blur
convention). Added a dtype-preservation regression test.
Also reject non-positive subsample targets in _subsample_for_quantile
with a clear ValueError now that subsample_size is caller-exposed.
0 commit comments