Project-MONAI / Project-MONAI/tutorials

creating a demo about debugging with monai bundle configparser

Open
#914 1 comment 0 reactions 0 assignees View on GitHub

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_: true to the component in the config
  • run with a system MONAI_DEBUG_CONFIG flag 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

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.