Skip to content

Commit

Permalink
Fix validation output folder name in "How to use nnU-Net" documentation
Browse files Browse the repository at this point in the history
The folder in which the prediction output from validation cases are stored is named "validation". However, in the documentation, it is mentioned as "validation_raw".
  • Loading branch information
santhisenan authored Jun 14, 2024
1 parent 75c46fe commit e578a84
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion documentation/how_to_use_nnunet.md
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ a plot of the training (blue) and validation (red) loss during training. Also sh
average over all cases but pretend that there is only one validation case from which we sample patches). The reason for
this is that the 'global Dice' is easy to compute during training and is still quite useful to evaluate whether a model
is training at all or not. A proper validation takes way too long to be done each epoch. It is run at the end of the training.
- validation_raw: in this folder are the predicted validation cases after the training has finished. The summary.json file in here
- validation: in this folder are the predicted validation cases after the training has finished. The summary.json file in here
contains the validation metrics (a mean over all cases is provided at the start of the file). If `--npz` was set then
the compressed softmax outputs (saved as .npz files) are in here as well.

Expand Down

0 comments on commit e578a84

Please sign in to comment.