-
Notifications
You must be signed in to change notification settings - Fork 20
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
ML_AGNzoo doesn't finish executing #324
Comments
The ZTF-WISE case also timed out in local and CI-based automated execution. |
I ended up letting it run for at least 4 hours but it never finished that cell. This was on Fornax. @bsipocz reported having the same problem locally. I see the following warnings which make me wonder if either a) it can't do some calculation without
@xoubish any ideas? |
It doesn't take that long for me running it. I think the whole notebook took less than ~20 minutes. But commenting DTW distance and using the other ones (e.g., Manhattan, euclidean, ...) would speed things up a lot. |
I have to restart again with a fixed download cell and see, it may just run into CircleCI resources (my latest renderings are actually useless here) |
OK, so the cell hits the timeout limit of 900s on my laptop. It's configurable, so I'm changing it to 1200s for now. But nevertheless, if it makes sense for the content to change for a more speedy metric, then we may want to change it anyway.
|
It fails for me using both the root and science_demo kernels in the Default Astrophysics image and the Large server type. |
Is this is the new deployment? Did you try the Dev image? |
Same results in the new and old deployments, and in the Dev Astrophysics image on new deployment. |
FWIW, I let the notebook run on my laptop and manually killed it after it was still running, spending 1hr20mins on the last cell. Right now I disabled its execution in CI. |
@xoubish Did you mean to have the line in section 4 with |
The last cell also has a DTW distance, and it's plotted up as such for a comparison of 4. |
Shooby just confirmed on slack that we can comment out all the cases of dtw_distance (or replace depending on the situation; I haven't gone back yet to look at the last cell). |
I've had this notebook running for about an hour and it's still not done. It has been stuck on the second cell in section '4) Repeating the above, this time with ZTF + WISE manifold' for most of the time. It hasn't crashed (
top
shows that the CPU is still in use), though there are a bunch of warnings. I don't know whether this is normal/expected or not.Originally posted by @troyraen in #321 (comment)
The text was updated successfully, but these errors were encountered: