Chelsea Sidrane
Chelsea Sidrane
I'm having the same issue: unicode completion doesn't work in the main editor. ``` julia> versioninfo() Julia Version 1.6.1 Commit 6aaedecc44 (2021-04-23 05:59 UTC) Platform Info: OS: Linux (x86_64-pc-linux-gnu) CPU:...
Sorry what is a metagraph? Is that structure without weights?
Oh that seems to contain everything I want: https://chromium.googlesource.com/external/github.com/tensorflow/tensorflow/+/r0.10/tensorflow/g3doc/how_tos/meta_graph/index.md Thanks!
Got the unsupported keyword thing too with: ``` Plots v1.22.2 ``` And ``` Julia Version 1.6.1 Commit 6aaedecc44 (2021-04-23 05:59 UTC) Platform Info: OS: Linux (x86_64-pc-linux-gnu) CPU: AMD Ryzen 7...
My attempt at a minimal example produced syntax error, unexpected symbol errors ``` (set-logic QF_NRA_ODE) (declare-fun f () Real) (declare-fun fp () Real) (define-ode flow1 ((= d/dt[f] fp))) (check-sat) (get-model)...
What about differentiation only for smooth (infinitely differentiable) functions? What do you mean by "you need to explicitly define it with its own function form"?
Ok that does help. I have fewer error messages. I do still get this though: ``` julia> variable = Basic(:θ) θ julia> jldsave("test2.jld2"; variable) julia> data = load("test2.jld2") Dict{String, Any}...
Cool! Makes sense why it would fail. I have gotten around this error by converting the Basic variables to Expr type before saving. The conversion between this and Basic is...
Also thank you again for this knowledge that the SymEngine Basic variables wrap a memory pointer! I have been having other memory issues (segfaults) when trying to parallelize my code...
Another fun message: ``` julia> BSON.load("run_data/run_78477.bson", Main) ERROR: MethodError: no method matching (Dict{Symbol, Vector{T}} where T