Conversation
apaszke
left a comment
There was a problem hiding this comment.
The Add instance for indices is questionable, but I'll allow it 😛 Would you rather merge it now or once the grad stuff is fixed?
|
I don't know whether this is still under active development, but while trying to reproduce #587 I ported the code to current Dex syntax. The main difference is that function arguments are now "required" as far as the function definition is concerned, but one can pass |
|
@axch does the example complete without errors now? If so, we should submit it! |
|
Neat. I can do a review if that is helpful. I am hoping to finish some of these up this summer. Got a bit busy during the term and haven't caught up on language changes |
Preliminary implementation of CKY CRF with constraints for @duvenaud
Wrote this code a while ago, now trying to clean it up to run under the state effect and use helpers to abstract some of the nasty indexing functions.
Would really like to make this a monoid, but that will require some List acrobatics. Not sure if that is worth it.