Skip to content

Purpose of the two final convolutional layers #165

Answered by ASpeiser
tsuijenk asked this question in General
Discussion options

You must be logged in to vote

To expand a bit: the standard U-nets used for segmentation have just one binary output, while we have 10 output channels that also perform regression, therefore it makes sense to add some parameters at that stage.

Generally speaking though, changing details of the architecture (e.g. the exact number of layers, feature channels, nonlinearity, etc.) will not have a large impact on the performance of DECODE. The most important training hyperparameters are the learning rate and batch size. And the most important thing overall is to set up the simulation parameters correctly.

Oh, and we don't use any Batch normalization in our training. This has adverse effects, because absolute intensities ar…

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by Haydnspass
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
3 participants