-
-
Notifications
You must be signed in to change notification settings - Fork 202
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
docs: update and cleanup tutorials and examples #815
Conversation
strategy = QuadratureTraining() | ||
strategy = GridTraining(0.01) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We shouldn't default to grid training.
Looks like tests fail? |
Yeah, doc build is timing out. Currently checking examples which are slow and trying to speed it up. |
eaf48fa
to
29882a2
Compare
I'm not sure the regular queue would work because some want to use GPUs? |
fce9a16
to
dd1a181
Compare
Yes, I was testing out the build times in the normal queue. I have reverted back to GPU queue |
Do we know which ones take a long time? @mortenpi is it possible to make the documenter debug output spit out timing information? |
I look at the timestamps of the debug logs. I have fixed one of the tutorial which got stuck for more than 12hrs. Hopefully the build should go through this time and I will record the times for each example and tutorial. |
22c5949
to
565c073
Compare
73185fc
to
6cb0134
Compare
6cb0134
to
01e3111
Compare
No description provided.