Project-MONAI / Project-MONAI/MONAI
Enhance bundle logging logic
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 8.7k
- Forks
- 1.6k
- Avg merge
- 5d 1h
- Merged PRs (30d)
- 20
Description
There are issues with using logging.conf to document the arguments recorded by _log_input_summary. Additionally, when more than one GPU is utilized, the output becomes messy and unmanageable.
https://github.com/Project-MONAI/model-zoo/blob/dev/models/brats_mri_generative_diffusion/configs/logging.conf
https://github.com/Project-MONAI/MONAI/blob/02c7f53a2ea5835623df6ad12943d58202a42e04/monai/bundle/scripts.py#L118
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 reading monai/bundle/scripts.py around _log_input_summary and compare it with the referenced model-zoo logging.conf. Identify how the documented arguments and multi-GPU output should differ; the work is done when logging.conf accurately documents the recorded arguments and multi-GPU logs are manageable.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- distributed-systems, tooling
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 35/100