-
-
Notifications
You must be signed in to change notification settings - Fork 612
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
Simple L2 regularisation with Flux.params excruciatingly slow #2211
Comments
I'm guessing this is the same issue as #2040. Can you |
Hi, sorry for the late reply. Here is the output:
|
Looks like one and the same issue. See if #2040 (comment) works for you, and feel free to share more about your model on that issue if it doesn't. |
Duplicate of #2040 |
Here is an MWE, in which I try to apply L2 regularisation with a 27 to 27 dense layer; it takes around 3 second to finish 100 iterations without Flux.params but takes 16 mins to run 10 iterations.
Flux version: v0.13.14
Julia: 1.8.5
The text was updated successfully, but these errors were encountered: