Project-MONAI / MONAI

AI Toolkit for Healthcare Imaging
https://monai.io/
Apache License 2.0
5.5k stars 1.01k forks source link

Scheduler Clip Fix #7855

Closed virginiafdez closed 1 week ago

virginiafdez commented 1 week ago

Fixes # .

Description

Fixes a bug in the inferer and adds clipping parameters to the DDIM/DDPM schedulers.

Types of changes

ericspod commented 1 week ago

One of the fails is related to #7856.

ericspod commented 1 week ago

See #7857 for the fix that you might need here for the fails you're seeing with some tests.

ericspod commented 1 week ago

There are too many changes for Numpy 2.0 to do so I have #7859 to force a Numpy version <2.0.

ericspod commented 1 week ago

@KumoLiu @Nic-Ma I think we're good to merge this into this branch, @virginiafdez can then work on merging dev into it then finally the result into dev to complete the port. If you one of you could please trigger blossom we can do the last tests. Thanks!

Nic-Ma commented 1 week ago

/build