Skip to content

Pseudo dice and training duration #1935

Answered by aspil
Peaceandmaths asked this question in Q&A
Discussion options

You must be logged in to vote
  1. It is computed on the validation set.
  2. Training time doesn't scale linearly with dataset size due to nnunet's patch-based training approach. Instead of going over the entire dataset explicitly during training, a patch-based approach is used where the model sees parts of images (patches) instead of the entire images. Each epoch consists of a number of iterations, where each iteration processes a batch of these patches (see code). The training time is independent of the dataset size because the total iterations are independent of the dataset size. Fabian explains the concept here.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by Peaceandmaths
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