Skip to content

Latest commit

 

History

History
 
 

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

README.md

MONAI bundle

This folder contains the getting started tutorial and below code examples of training / inference for MONAI bundle parser.

A simple example to introduce the MONAI bundle config and parsing.

Example shows the use cases of bringing customized python components, such as transform, network, and metrics, in a configuration-based workflow.

Example shows how to parse the config files in your own python program, instantiate necessary components with python program and execute the inference.