-
Notifications
You must be signed in to change notification settings - Fork 69
Existing Examples that need to be "Reactant-ified" #1141
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
Comments
I tried this very morning the PINN2DPDE example, and it apparently does not work (I waited ~10mins, then closed the julia session). The old tutorial, using Zygote, works on CPU but doesn't on GPU. Any guess why, and on how to self-implement a PINN example in Lux.jl with GPU acceleration? |
The reactant one is run with every commit so that one should definitely work https://buildkite.com/julialang/lux-dot-jl/builds/5660/canvas?jid=01958752-c988-4112-861c-781adff1fedd#01958752-c988-4112-861c-781adff1fedd/123-377 (it takes around 15 mins to run the full tutorial). What is the error on Zygote end? |
I tried running the reactant tutorial in a script instead that in a Jupyter notebook and it seems to work (although it does not print anything to screen). However, I got the following warnings. Are these expected?
|
For the most part it should be harmless. Though it is an XLA bug (is also produced by Jax in certain cases). The main problem is reducing this to a small enough case which can be reproduced consistently |
The text was updated successfully, but these errors were encountered: