Project-MONAI / Project-MONAI/tutorials
creating a demo about debugging with monai bundle configparser
Open
Nobody has claimed this yet.
- Dominant language
- Jupyter Notebook
- Stars
- 2.5k
- Forks
- 803
- Avg merge
- 6d 22h
- Merged PRs (30d)
- 3
Description
Is your feature request related to a problem? Please describe.
make a demo about how to debug monai bundle configs
follow up of https://github.com/Project-MONAI/MONAI/pull/5104, two ways to enter the debug mode:
- adds
_debug_: trueto the component in the config - run with a system
MONAI_DEBUG_CONFIGflag when starting a bundle.configparser from CLI:
MONAI_DEBUG_CONFIG=1 python -m my_test_5 run --config_file=my_test_5.yaml
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by reviewing follow-up PR #5104 and the bundle.configparser CLI example using my_test_5. The demo should show both debug entry points: _debug_: true in a component and the MONAI_DEBUG_CONFIG environment flag; no file or test location is named in the issue.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- documentation
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 25/100