-
Notifications
You must be signed in to change notification settings - Fork 2
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
Incorrect Code Generation for anonymous functions #9
Comments
avik-pal
added a commit
to LuxDL/Lux.jl
that referenced
this issue
Jul 4, 2023
avik-pal
added a commit
to LuxDL/Lux.jl
that referenced
this issue
Jul 4, 2023
avik-pal
added a commit
to LuxDL/Lux.jl
that referenced
this issue
Jul 4, 2023
avik-pal
added a commit
to LuxDL/Lux.jl
that referenced
this issue
Jul 4, 2023
Thanks - essentially a dup of #8 but I'll ensure both issues are covered by tests. |
Merged
6 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
(args...) -> copy(l.weight)
gets rewritten aswhich causes a syntax error.
Example File where this occurs: https://github.com/LuxDL/Lux.jl/blob/f34e95d17608fd1d8610792b500db091d615361c/ext/LuxFluxTransformExt.jl
The text was updated successfully, but these errors were encountered: