The activation function of a ResBlock is currently hard coded. It would be nice if we could set it ourselves to a specific activation function. https://github.com/Project-MONAI/MONAI/blob/73d9afa0e21ed190a8582f2ef087d3a98388bec6/monai/networks/blocks/segresnet_block.py#L69
The activation function of a ResBlock is currently hard coded. It would be nice if we could set it ourselves to a specific activation function.
MONAI/monai/networks/blocks/segresnet_block.py
Line 69 in 73d9afa