odedrot314

Results 3 comments of odedrot314

Hi I came across the same issue of receiving Nans with Cosine due to devision by zero. I looked to see if there is an open issue about it and...

Hi Virginia If I understand correctly the code here: https://github.com/Project-MONAI/GenerativeModels/blob/main/generative/networks/schedulers/scheduler.py has been replaced with: https://github.com/Project-MONAI/MONAI/blob/dev/monai/networks/schedulers/scheduler.py The cosine function is exactly the same so I don't expect any difference. I rewrote...

Class_label conditioning is not really implemented in full as far as I understand in 2d_ddpm_classifier_free_guidance_tutorial 1. There is no interpolation in the sampling part of inference. 2. "-1" cannot be...