-
-
Notifications
You must be signed in to change notification settings - Fork 5.5k
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
Inference performance regression vs 1.2 (NeuralNetDiffEq) #33337
Labels
Milestone
Comments
KristofferC
added
regression
Regression in behavior compared to a previous version
compiler:latency
Compiler latency
labels
Sep 20, 2019
KristofferC
changed the title
Inference performance regression vs 1.2 (NeuralNedDiffEq)
Inference performance regression vs 1.2 (NeuralNetDiffEq)
Sep 20, 2019
Looking into this. |
Bisect points to
|
We are in a subtyping problem that takes ~forever inside Line 2631 in bc36752
It's something like
|
JeffBezanson
added a commit
that referenced
this issue
Sep 21, 2019
JeffBezanson
added a commit
that referenced
this issue
Sep 21, 2019
JeffBezanson
added a commit
that referenced
this issue
Sep 21, 2019
JeffBezanson
added a commit
that referenced
this issue
Sep 23, 2019
JeffBezanson
added a commit
that referenced
this issue
Oct 1, 2019
JeffBezanson
added a commit
that referenced
this issue
Oct 2, 2019
KristofferC
pushed a commit
that referenced
this issue
Oct 3, 2019
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Using NeuralNetDiffEq with the code
it finishes in about 8 seconds on 1.2 while on 1.3 it never seems to start. Interrupting it gives the following stacktrace but not sure how useful that is:
The text was updated successfully, but these errors were encountered: