This documentation is for nidl version 0.0.0
If you use the software, please do not hesitate to Report a Bug.
Deep learning for NeuroImaging in Python.
Note
This page is a reference documentation. It only explains the class signature, and not how to use it. Please refer to the gallery for the big picture.
Define the upsamping block in grided spherical UNet: upconv => (conv => BN => ReLU) * 2
Init UpGBlock.
in_ch : int
input features/channels.
out_ch : int
output features/channels.
Forward method.
Follow us
© 2025, nidl developers