src.model.multiscale_cnn module#
- class src.model.multiscale_cnn.MultiScaleCNN(*args: Any, **kwargs: Any)[source]#
Bases:
ModuleMulti-scale convolutional neural network module.
Uses convolution layers with different kernel sizes (3x3, 5x5) and dilation rates in parallel to capture map information at multiple scales, from local detail to larger structure.