Wenqi Li

Results 104 issues of Wenqi Li

``` [2022-12-19T17:36:30.048Z] Running ./auto3dseg/notebooks/hpo_optuna.ipynb [2022-12-19T17:36:30.048Z] Checking PEP8 compliance... [2022-12-19T17:36:30.609Z] Running notebook... [2022-12-19T17:36:30.609Z] Before: [2022-12-19T17:36:30.609Z] "max_epochs = 2\n", [2022-12-19T17:36:30.609Z] After: [2022-12-19T17:36:30.609Z] "max_epochs = 1\n", [2022-12-19T17:36:34.777Z] MONAI version: 1.1.0rc1+49.gb159ce78 [2022-12-19T17:36:34.777Z] Numpy version:...

**Is your feature request related to a problem? Please describe.** according to this list: https://github.com/Project-MONAI/tutorials/tree/main/auto3dseg#demystifying-auto3dseg-components would be great to rename the notebooks, for example: `data_analyzer.ipynb` -> `step_1_data_analyzer.ipynb` cc @mingxin-zheng @Nic-Ma...

**Is your feature request related to a problem? Please describe.** PR https://github.com/Project-MONAI/MONAI/pull/2253 implements a generic version of resnet for spatial 1/2/3D inputs. It'd be very useful for MONAI to provide...

Feature request

https://github.com/Project-MONAI/model-zoo/blob/cf5e0322ee25b178b6cf841f3bd81e0a8adf2b16/models/spleen_ct_segmentation/configs/multi_gpu_train.json#L18 the multi-gpu override essentially set the trainer handlers to `$@train#handlers[:-2]` for the worker nodes. but because of the `@train#handlers` reference, the config parser will still trigger handler constructor calls...

bug

**Is your feature request related to a problem? Please describe.** The current metadata format supports specific versions of dependencies: https://github.com/Project-MONAI/model-zoo/blob/ff6175a18bda80c2093cd6fb2a493055cccacf70/models/brats_mri_segmentation/configs/metadata.json#L28-L30 would be great to extend the syntax to have more...

Feature request

> Currently, bundles usually leverage this line config to run with correct logging: > https://github.com/Project-MONAI/model-zoo/blob/dev/models/spleen_ct_segmentation/configs/logging.conf#L11 > Please show the recommendation change or how to update the existing bundles? > CC...

Currently quite a few bundles use the inverted version of preprocessed original labels as the reference during evaluation: https://github.com/Project-MONAI/model-zoo/blob/987f49fe9e0f20f047a2252c1ace38bd760cfb33/models/spleen_ct_segmentation/configs/evaluate.json#L12-L21 which is different from the approach taken in the tutorial using...

**Is your feature request related to a problem? Please describe.** currently we don't have enough quota for LFS data: ![Screenshot 2023-02-13 at 09 21 35](https://user-images.githubusercontent.com/831580/218419861-9181450c-336f-4af9-9e5a-ecc977af8810.png)

would be great if we can create an initial pypi release of this repository, so that `pip install MetricsReloaded` and the downstream applications can rely on it. please see also...

enhancement