NifTK / NiftyNet

[unmaintained] An open-source convolutional neural networks platform for research in medical image analysis and image-guided therapy
http://niftynet.io
Apache License 2.0
1.36k stars 404 forks source link

Issue 280 allow choice feature normalization nnhack #389

Closed Zach-ER closed 5 years ago

Zach-ER commented 5 years ago

Status

READY

Description

Batch norm is not the only option! This PR allows the user to choose what type of feature normalization they wish to apply, if any. Options currently include 'batch', 'group', or 'instance' norm. If group, users also specify an integer for the number of groups.

Types of changes

Todos

Impacted Areas in Application

List general components of the application that this PR will affect: *More flexibility in building network architectures.