You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 7, 2025. It is now read-only.
We have increasing numbers of DDPM tutorials that all start with the same model training code before we get into the 'meat' of the tutorial - e.g comparing different schedulers, doing inpainting, using likelihoods for anomaly detection. It means users probably will need an hour to run a tutorial and it also slows down our tutorial development.
I'm thinking it could be helpful to train a good model and give users the option to grab the pre-trained model rather than train their own. What do you guys think? We could store the weights on google drive and download them the way @Warvito dis for the RadImagenet models, here.