Skip to content

Commit afce136

Browse files
committed
remove mention of num_iterations (see #1212)
1 parent 8b90a16 commit afce136

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

auto3dseg/notebooks/auto_runner.ipynb

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -273,13 +273,9 @@
273273
"\n",
274274
"`set_training_params` in `AutoRunner` provides an interface to change all algorithms' training parameters in one line. \n",
275275
"\n",
276-
"NOTE: \n",
277-
"**Auto3DSeg** uses MONAI bundle templates to perform training, validation, and inference.\n",
278-
"The number of epochs/iterations of training is specified by the config files in each template.\n",
279-
"Users can override these these values in the bundle templates.\n",
280-
"But users should consider that some bundle templates may use `num_iterations` and other may use `num_epochs` to iterate.\n",
276+
"As an example, see the code block below, which specifies e.g. the number of epochs used for training. Note that some algorithms may treat this as a maximum number of epochs.\n",
281277
"\n",
282-
"For demo purposes, below is a code block to convert num_epoch to iteration style and override all algorithms with the same training parameters.\n",
278+
"NOTE: \n",
283279
"The setup works fine for a machine that has GPUs less than or equal to 8.\n",
284280
"The datalist in this example is only using a subset of the original dataset.\n",
285281
"Users need to ensure the number of GPUs is not greater than the number that the training dataset can be partitioned.\n",

0 commit comments

Comments
 (0)