Skip to content
Discussion options

You must be logged in to vote

Solution: monai.networks.nets.DynUNet behaves different in evaluation mode (e.g. .eval()) in that mode won't ouput the outputs of the supervision heads. So be careful because you will get different shapes in training_step and validation_step (where .eval() is applied under the hood).

Replies: 2 comments 9 replies

Comment options

You must be logged in to vote
2 replies
@YerePhy
Comment options

@YerePhy
Comment options

Comment options

You must be logged in to vote
7 replies
@YerePhy
Comment options

@Nic-Ma
Comment options

@YerePhy
Comment options

@Nic-Ma
Comment options

@yiheng-wang-nv
Comment options

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