Skip to content

Feature Maps ft. Patch Size #475

Answered by FabianIsensee
abergsneider asked this question in Q&A
Discussion options

You must be logged in to vote

This is where is comes from:

self.network = Generic_UNet(self.num_input_channels, self.base_num_features, self.num_classes,

self.base_num_features is what you are looking for. This number is saved in the plans file, see here:

self.base_num_features = plans['base_num_features']

It was set to 30 in the initial nnU-Net (which did not support mixed precision yet) and was later changed to 32 when mixed precision support was added. 30 and 32 are very similar, there was no segmentation performance differenc…

Replies: 2 comments 2 replies

Comment options

You must be logged in to vote
1 reply
@abergsneider
Comment options

Comment options

You must be logged in to vote
1 reply
@abergsneider
Comment options

Answer selected by abergsneider
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants