After moving to an approach where we have `prediction_type`, I think we forgot to remove the "predict_epsilon" argument from the DDPM class. https://github.com/Project-MONAI/GenerativeModels/blob/a673a19542227c7c92c09452b3a79ffdd4c3f082/generative/networks/schedulers/ddpm.py#L186
After moving to an approach where we have
prediction_type, I think we forgot to remove the "predict_epsilon" argument from the DDPM class.GenerativeModels/generative/networks/schedulers/ddpm.py
Line 186 in a673a19