Replies: 1 comment
-
Hi @hw-ju, thanks for your interest in MONAI bundle! Hope it can help you! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi there!
To create my own MONAI Bundle for a pretrained model, shall I first use
init_bundle
to generate some default configuration files and then modify those files e.g., config files, metadata file?The doc for
init_bundle
says it can "Initialise a new bundle directory with some default configuration files and optionally network weights.", but what are the default configuration files and what shall users expect to modify in those default files by themselves?Besides,
init_bundle
can't automatically fill in entries likenetwork
,deterministic_transforms
in the tutorial spleen segmentationtrain.json
, correct?Could you help me to understand better? Thanks!
Beta Was this translation helpful? Give feedback.
All reactions