-
Notifications
You must be signed in to change notification settings - Fork 68
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
Warning with Flux.Bilinear #1341
Comments
So that trace doesnt actually show the error on the inside. Can you post the full error log? |
Here is the full output |
I don't see any error messages in your trace either -- just warnings. You can silcence them with |
Ok. Should |
Yeah that's something I've been leaning towards recently as we've added more type info regardless. The point of that warning is to let the user know that we've hit a cut off for how much type information Julia is going to provide, which could lead to Enzyme not being able to differentiate a function at all (or as performantly). |
When executing the following code
I get the Warning (only showing a tiny part)
I haven't had time to reduce it yet, but the culprit could be the
NNlib.batched_mul
operation hereThe text was updated successfully, but these errors were encountered: