Skip to content

Commit cbc8afa

Browse files
authored
[DLMED] update workflows to engines (#35)
Signed-off-by: Nic Ma <[email protected]>
1 parent fbfbce2 commit cbc8afa

File tree

5 files changed

+2
-2
lines changed

5 files changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -88,8 +88,8 @@ This notebook is a quick demo for devices, run the Ignite trainer engine on CPU,
8888
Illustrate reading NIfTI files and test speed of different transforms on different devices.
8989

9090
**modules**
91-
#### [workflows](./modules/workflows)
92-
Training and evaluation examples of 3D segmentation based on UNet3D and synthetic dataset. And GAN training and evaluation example for a medical image generative adversarial network. Easy run training script uses `GanTrainer` to train a 2D CT scan reconstruction network. Evaluation script generates random samples from a trained network.
91+
#### [engines](./modules/engines)
92+
Training and evaluation examples of 3D segmentation based on UNet3D and synthetic dataset with MONAI workflows, which contains engines, event-handlers, and post-transforms. And GAN training and evaluation example for a medical image generative adversarial network. Easy run training script uses `GanTrainer` to train a 2D CT scan reconstruction network. Evaluation script generates random samples from a trained network.
9393

9494
The examples are built with MONAI workflows, mainly contain: trainer/evaluator, handlers, post_transforms, etc.
9595
#### [3d_image_transforms](./modules/3d_image_transforms.ipynb)
File renamed without changes.

0 commit comments

Comments
 (0)