-
-
Notifications
You must be signed in to change notification settings - Fork 71
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
Update the tutorial of Neural Graph ODE #635
Conversation
copy paste code
finish
Should update this PR once SciML/DiffEqFlux.jl#727 is fixed. |
For now this will run with CPU on the CI machine, but we will switch the CI to GPU shortly after. |
Co-authored-by: Christopher Rackauckas <accounts@chrisrackauckas.com>
delete the output
try blocking the output of downloading Cora
add env vari
Bummer, we will have to add DATADEPS_ALWAYS_ACCEPT in the environment |
Very glad to hear that |
That's fine, that's expected for CI. |
It looks like I omitted the |
I assume it might be nice to really show some of the intermediate print out results. But I was thinking these docs would have an issue being all built, and indeed it looks like they will come out to a few hours in total 😅, so I need to find a way to split the docs build here across multiple CI machines and merge it. |
Totally agreed. But what if I want to go inside a function and explain things? Is it possible to do so? The scope might be a problem |
I haven't changed that btw, but I think it is kinda nice to break |
That's a good point. It does have the downside of not testing that part, but it would decrease times a bunch and give a bit more control over what is "displayed". Feel free to go either way. |
remove doctest on the last block
Awesome thanks. We'll circle back around to the other bits but for now, it's working so that's at least a lot better. |
oh hot damn what a week 😅 |
seen in PR #662 too. I removed it now. |
Closes SciML/DiffEqFlux.jl#684