Eric Kerfoot
Eric Kerfoot
Fixes # . ### Description At the moment this is a test to see if the conflicts and erroneously changed files can be resolved. ### Types of changes - [x]...
**Describe the bug** Numpy 2.0 was just released with some behavioural changes which are showing up as bugs. One that is seen in this trace: ``` Traceback (most recent call...
DRAFT PR. There are too many changes for Numpy compatibility to do right now, see next PR which fixes Numpy version. Fixes #7856. ### Description Adjusts the MAX_SEED value to...
**Is your feature request related to a problem? Please describe.** [Here](https://github.com/Project-MONAI/MONAI/blob/46e2b0eb9a7c8249177df775047fa098af26f6a6/monai/transforms/lazy/functional.py#L115) `Compose` will expand any data item which is a list or tuple and apply transforms individually to each element....
**Is your feature request related to a problem? Please describe.** We have the following to port: - [x] 2d_autoencoderkl --> #1823 - [x] 2d_controlnet --> #1815 - [x] 2d_ddpm -->...
**Describe the bug** The `runner.sh` script parses out the output from `jupytext` into something for feeding into pep8. `sed` is used in places to pick parts out, however for some...
**Is your feature request related to a problem? Please describe.** Zarr 3.x moved a number of types around and few other compatibility breaking changes. We currently try to support 2.x...
### Description This will update MONAI to be compatible with PyTorch 2.7. There appear to be few code changes with this release so hopefully this will be simply a matter...
This issues is to track current TensorRT work and related open issues. This should help us scope out what further support for TensorRT should be implemented in MONAI, or what...