Domas Linkevicius
Domas Linkevicius
Tried again with Enzyme v0.8.3, still getting the error. It (at least superficially) seems similar, but the report is longer. [Here](https://gist.github.com/dom-linkevicius/f8d3bdf1545ee935b969ac1bee22628a) is the full crash report after updating Enzyme.
It is a bit difficult for me to comment in general, but it may be due to the stiffness of the system you are trying to learn and the instability...
Yes, that is what I meant when I said underflow in time, the step-size dt goes to 0 and solver gets stuck. In theory modifying the error tolerance in adaptive...
Hello, this was quite a while ago and my solution was to move from Python and PyTorch/torchdiffeq to Julia and DifferentialEquations.jl/Flux.jl. Looking at the code you mentioned, I think it...
Ah, many thanks! Hadn't read the SciMLSensitivity docs (and didn't click in my head) that `AutoForwardDiff` would override/ignore `sensealg` and switching to `AutoZygote` was the key.
Sorry, my fault, I gave an incorrect example, it's more like the following: ```julia this_is_some_random_code_expression_that_includes_a_long_string_over_multiple_lines == """ [TAB][TAB][TAB][TAB][TAB][TAB][TAB]this is the first part of some long string that is split over...
Hi @Suavesito-Olimpiada I was wondering if this is currently usable in any way? I'm looking for specifically this feature, tried pulling the branch but errors for the example case in...
Hi, I tried again using this PR, found my mistake in trying to install it the previous time, but the PR itself seems to throw incorrectly for over-determined systems. For...
There also seem to be some numerical issues. Taking as an example: ```julia var = @variables a, b, c eqn = [a + b + c ~ 2, 6a -...
I see, thank you for the information. Is it at all possible to read NWBv1 files in any way with previous versions of pynwb or convert v1 to v2?