-
Notifications
You must be signed in to change notification settings - Fork 1
Diffusion model #60
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: develop
Are you sure you want to change the base?
Diffusion model #60
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## develop #60 +/- ##
===========================================
+ Coverage 96.60% 98.19% +1.59%
===========================================
Files 12 16 +4
Lines 412 775 +363
===========================================
+ Hits 398 761 +363
Misses 14 14
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
|
Would be nice to get this reviewed, but may make sense to wait until ComponentCollection has been merged to simplify things. |
Basic diffusion model. It's based off of the SampleModel branch since it creates SampleModels.
I've kept it a bit simpler than some of the other PRs in terms of allowed inputs, to get things flowing faster.
Once the overall structure is approved, I have ~6 more diffusion models to implement following the same style.