From e535525a643bba5040d6ca24e38ecb005c171409 Mon Sep 17 00:00:00 2001 From: tangy5 Date: Mon, 30 Jan 2023 21:44:01 -0800 Subject: [PATCH] add basic config files Signed-off-by: tangy5 --- models/wholeBody_ct_segmentation/docs/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/models/wholeBody_ct_segmentation/docs/README.md b/models/wholeBody_ct_segmentation/docs/README.md index 969c91be..f38869c3 100644 --- a/models/wholeBody_ct_segmentation/docs/README.md +++ b/models/wholeBody_ct_segmentation/docs/README.md @@ -50,10 +50,10 @@ One channel #### Training Loss -![A graph showing the training loss over 1260 epochs (10080 iterations).](https://developer.download.nvidia.com/assets/Clara/Images/clara_pt_spleen_ct_segmentation_train_2.png) +![A graph showing the training loss over 200 epochs (over 100,000 iterations).] #### Validation Dice -![A graph showing the validation mean Dice over 1260 epochs.](https://developer.download.nvidia.com/assets/Clara/Images/clara_pt_spleen_ct_segmentation_val_2.png) +![A graph showing the validation mean Dice over 100 epochs.] ## MONAI Bundle Commands In addition to the Pythonic APIs, a few command line interfaces (CLI) are provided to interact with the bundle. The CLI supports flexible use cases, such as overriding configs at runtime and predefining arguments in a file.