QMRITools`
QMRITools`
MakeNode
MakeNode[scale,conn,blockConfig]
makes a node for a UNET. The input scale defines the input and output scaling, is either an integer or a vector of lenth dim. The input conn defines the connections, is a list of two integer values defining the number of input and output ports. The blockConfig is defined as {{blockType, settings}, {features,..}, {act, dim}}.
Details
- The following options can be given:
-
DropoutRate 0 DropoutRate is an option for MakeUnet. It specifies how musch dropout is used after each block. It is a value between 0 and 1, default is .2. RescaleMethod "Pool" RescaleMethod is an option for MakeUnet. It specifies how the network rescales. It can be "Conv" or "Pool".