John Zielke

Results 11 issues of John Zielke

With [PEP 703](https://peps.python.org/pep-0703/) being accepted and implementation of it underway https://github.com/python/cpython/issues/108219 I think it would be great to prepare the Monai transforms early for execution on multiple threads. Especially with...

enhancement
Feature request

When using Monai Bundle Configuration, I frequently have the need to wrap some component or function call. Examples include torch.compile or loading some weights in the instantiated model/modify a layer....

enhancement
Feature request

**Is your feature request related to a problem? Please describe.** Knowing which transforms were applied to a sample can be very helpful in debugging the current transform pipeline and odd...

### Description This adds direct links to the respective source code of classes, methods, etc. to the docs. In my opinion these nicer and more useful than viewing the source...

Fixes #7563 . ### Description This PR introduces a _wrapper_ special keyword that can be used to wrap/decorate a existing model key. It is intended to be used with functions...

What is the appropriate way to disclose security related issues for this repository? I was unable to find a security policy.

### Problem To my knowledge, zfs does not keep a history of scrubs performed on the different pools. ### Description Record scrub information returned by "zpool status -v" in netdata....

feature request
needs triage

### Description The current maisi vae encoder only supports float32 and float16 with a parameter that needs to be set manually. This PR instead infers the norm datatype from the...

**Describe the bug** RandSimulateLowResolution currently calls [set_track_meta()](https://github.com/Project-MONAI/MONAI/blob/4986d7ffd2d351c9d66de0e0329884b1a26d5500/monai/transforms/spatial/array.py#L3533) which affects the global value. In case you are processing data in multiple threads, Python could release the GIL/switch the thread between the...

**Is your feature request related to a problem? Please describe.** Often, when refactoring models and code, parameters become obsolete, or new ones are added. As MONAI tries to maintain backward...