Suraj Pai

Results 29 issues of Suraj Pai

Because config is instantiated only on the main process and then DDP is initialized, objects that are initialized in the config are not DDP aware. Maybe there is a way...

bug

## 🚀 Feature Request A lot of dataloader arguments are mentioned in `system` parameters. For example, `batch_size`, `drop_last_batch`. Would be good to have a way to set other parameters of...

enhancement

## 🚀 Feature Request Reorganize Lighter internally to interface with BundleWorkflows. This way, Lighter can be run with the monai bundle interfaces as well. ## Related Issue https://github.com/project-lighter/lighter/issues/3 ## 🔈...

enhancement

https://github.com/project-lighter/lighter/blob/5741df30c4cd1b86c76216247cb67f3748ecf1d6/lighter/callbacks/writer/table.py#L25C28-L25C28

Fixes #7646 ### Description A few sentences describing the changes proposed in this pull request. ### Types of changes - [x] Non-breaking change (fix or new feature that would not...

**Is your feature request related to a problem? Please describe.** There seems to be some demand for ConvNeXt based architectures #4798 implemented in MONAI. Having a ConvNeXt-based segmentation model could...

Contribution wanted
Feature request

Currently, there are separate mode keys for `metrics` but not for `metrics` within `postprocessing`. This results in an inconsistency as different metrics might require different functions here.

enhancement

### Project to be claimed `PROJECT_NAME`: https://pypi.org/project/lighter ### Your PyPI username `USER_NAME`: https://pypi.org/user/surajpaib ### Reasons for the request I am writing to request the transfer of the PyPI package name...

PEP 541

Fixes #7786 ### Description Added MedNext architectures implementation for MONAI. Since a lot of the code is heavily sourced from the original MedNext repo, https://github.com/MIC-DKFZ/MedNeXt, I wanted to check if...