Zenna Tavares
Zenna Tavares
Neat. This package could be useful if it helps with some algebraic simplification which at one point I was using Sympy to help with. Of course, the general problem of...
FWIW this worked previously on older versions of both Flux and ONNX
Looking at return `src/optim/init.lua` it seems like `function(fn, state, params)` is the general signature and it does supported non-flat params?
I could do that. It is is a looser type constraint (V2 could be anything) but the main problem is that I'll still be duplicating all the code that exists...
@femtomc Yes. Perhaps this is the same issue as #7 ? Rewriting it to use a while loop does not produce the same error.
Right, and in particular the type of `%4` will be a Union
Ok, I have not looked at the internals of Mjolnir but the older issues point to no support for Unions, so on the face of it it seems to be...
@MichaelHatherly I"m working on getting Sigma easier to load. I've been using julia version 0.3.10. And Docile 0.5.12. I just read about the bare strings earlier today, I'm going to...
Ok, awesome, thanks.
Another issue: can't write docs with Lexicon ``` julia julia> using Lexicon julia> save("docs/funcs.md", Sigma) Docile: updating package list... Docile: caching 1 module from 'Sigma'. INFO: writing documentation to docs/funcs.md...