-
Notifications
You must be signed in to change notification settings - Fork 5
Rational-quadratic spline transformations #15
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: main
Are you sure you want to change the base?
Conversation
CompatHelper: bump compat for DocStringExtensions to 0.9, (keep exist…
Thanks! @Micki-D want to start playing with this? @VasylHafych , should be wait for the atomic ops before merging? |
Yes, let's merge and review the final version. |
Yes, I'm actually already working on the atomic addition.
…________________________________
Von: Vasyl Hafych ***@***.***>
Gesendet: Dienstag, 28. Juni 2022 18:34:28
An: bat/EuclidianNormalizingFlows.jl
Cc: Dudkowiak, Michael; Mention
Betreff: Re: [bat/EuclidianNormalizingFlows.jl] Rational-quadratic spline transformations (PR #15)
Yes, let's merge and review the final version.
—
Reply to this email directly, view it on GitHub<#15 (comment)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/AUAIOCXACCLHQ657BHSMMS3VRMSRJANCNFSM52COYKPQ>.
You are receiving this because you were mentioned.Message ID: ***@***.***>
|
Codecov Report
@@ Coverage Diff @@
## main #15 +/- ##
===========================================
- Coverage 66.37% 34.32% -32.05%
===========================================
Files 6 7 +1
Lines 226 437 +211
===========================================
Hits 150 150
- Misses 76 287 +211
Continue to review full report at Codecov.
|
Remove @const macros Fix array indexing in Kernels Fix missing B arg Fix bugs, seperate param and param grad evaluation Fix example notebook
Pull out Array allocation from kernels Separate parameter evaluation and parameter and parameter gradient evaluation
…ix in Kernels Add minor changes
Remove Loops from pb_kernel(), rename utils, represent LogJac as Matr…
Hi @oschulz, @Micki-D,
Here is a draft of the Monotonic Rational-quadratic Splines used in the Neural Spline Flows paper. Pullbacks for gradient evaluations are already implemented, but yet without
@atomic
operations. There is a demo notebook that allows playing with toy fits.I will keep this WIP branch here to get your comments. Also, the updates with atomic operations should be pushed here soon.