-
Notifications
You must be signed in to change notification settings - Fork 780
Closed
Labels
documentationImprovements or additions to documentationImprovements or additions to documentation
Description
Is your feature request related to a problem? Please describe.
As we already have the first monai bundle example and overall documentation & syntax introduction, it would be nice to develop a step by step tutorial notebook to show how to build a regular training bundle package. Key concepts:
- Define data preprocessing, net, optimizer, workflow, etc.
- How to launch training.
- Override config content at runtime.
- How to customize logic with python code.
- Define metadata.
- How to verify metadata format.
- How to export trained checkpoint to TorchScript.
Referring to Hydra tutorial: https://hydra.cc/docs/intro/.
Thanks.
cpopticcpoptic
Metadata
Metadata
Assignees
Labels
documentationImprovements or additions to documentationImprovements or additions to documentation