Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion documentation/how_to_use_nnunet.md
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ explicitly tell nnU-Net to use it.
- checkpoint_final.pth: checkpoint file of the final model (after training has ended). This is what is used for both
validation and inference.
- network_architecture.pdf (only if hiddenlayer is installed!): a pdf document with a figure of the network architecture in it.
- progress.png: Shows losses, pseudo dice, learning rate and epoch times ofer the course of the training. At the top is
- progress.png: Shows losses, pseudo dice, learning rate and epoch times over the course of the training. At the top is
a plot of the training (blue) and validation (red) loss during training. Also shows an approximation of
the dice (green) as well as a moving average of it (dotted green line). This approximation is the average Dice score
of the foreground classes. **It needs to be taken with a big (!)
Expand Down