Networks#
End-to-end classification and general-purpose networks composing the modules above, plus the UNet-ConvNeXt baselines used in benchmark comparisons.
Classification & general-purpose#
|
Residual network with global-average-pool readout for classification. |
|
General-purpose residual network backbone (see module docstring for architecture). |
|
ViT-5 classification network. |
Baselines#
UNet-ConvNeXt baselines ported from
The Well, used as PDE-task
reference points. UNetConvNextV2 fixes the upstream
finest-skip bug; see the module docstring for the diff.
|
UNet with ConvNeXt blocks — channels-first (NCHW / NCDHW) interface. |
|
UNet-ConvNeXt with the dict-based channels-last interface expected by WELLRegressionWrapper. |
|
UNet-ConvNeXt with corrected skip connections. |
|
Like |