Wenqi Li

Results 104 issues of Wenqi Li

``` [2022-10-02T01:11:31.866Z] Running ./auto3dseg/notebooks/auto3dseg_autorunner_ref_api.ipynb [2022-10-02T01:11:32.125Z] Checking PEP8 compliance... [2022-10-02T01:11:32.690Z] Running notebook... [2022-10-02T01:11:32.690Z] Before: [2022-10-02T01:11:32.690Z] "max_epochs = 2000\n", [2022-10-02T01:11:32.690Z] After: [2022-10-02T01:11:32.690Z] "max_epochs = 1\n", [2022-10-02T01:11:36.872Z] MONAI version: 1.0.0+22.gffaa791c [2022-10-02T01:11:36.872Z] Numpy version:...

Signed-off-by: Wenqi Li Fixes # . ### Description A few sentences describing the changes proposed in this pull request. ### Checks - [ ] Notebook runs automatically `./runner [-p ]`

**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...

**Describe the bug** ``` 02:28:58 Running ./3d_segmentation/unet_segmentation_3d_ignite.ipynb 02:28:58 Checking PEP8 compliance... 02:28:59 Running notebook... 02:28:59 Before: 02:28:59 "max_epochs = 10\n", 02:28:59 After: 02:28:59 "max_epochs = 1\n", 02:29:03 MONAI version: 1.0.0rc1+9.ge98226dd...

part of https://github.com/Project-MONAI/MONAI/issues/5821

Feature request

Using the # character as a sigil or separator is slightly cumbersome because it's also the comment character in Python and Bash. Values mentioned on the command line need to...

Feature request

The metadata states what the network produces as its output but if the postprocessing transform sequence does a lot to change the shape and format of this output there will...

Feature request

detailed documentation about bundle.properties and usage on docs.monai.io https://github.com/Project-MONAI/MONAI/blob/dev/monai/bundle/properties.py#L78

documentation
Feature request

- command line API for bundle discovery, loading - pythonic access to prepare pretrained weights from servers - a few data examples provided for each bundle workflow

Feature request