Skip to content
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

Flux.setup buggy and broken in latest v.0.13.17 #2394

Closed
rcherukuri12 opened this issue Mar 11, 2024 · 3 comments
Closed

Flux.setup buggy and broken in latest v.0.13.17 #2394

rcherukuri12 opened this issue Mar 11, 2024 · 3 comments

Comments

@rcherukuri12
Copy link

rcherukuri12 commented Mar 11, 2024

All documentation and training code examples are broken and don't work.( on apple silicon )

I switched back to using Ignite.jl approach
It just works

May be the Flux.jl package experts can look at what "elegance" is and switch to Ignite.jl and adopt it ?

@mcabbott
Copy link
Member

Note that v0.13.17 is quite far from the latest, released 17 Jun 2023. This may mean you have ancient versions of some packages... I would try ] add Flux@0.14.13 before anything else.

Then, can you post what errors you see, say from this http://fluxml.ai/Flux.jl/stable/models/quickstart/ ? Without a stack trace it's very hard to guess.

https://github.com/jondeuce/Ignite.jl looks neat, but appears to be at a higher level -- its example still calls setup(Adam(1f-3), model) so that has to work first.

@rcherukuri12
Copy link
Author

Thank you ...I switched and was able to run. Flux.setup(...) was the one that was blowing up in that version.
Now I have to go back and see if I can run ReinforcementLearning.jl

closing this issue.

@rcherukuri12
Copy link
Author

updated version works.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants