Hello, I was using topaz for module training, everything was fine when the epochs was 10, But when I change the number of epochs to 20, or 30, "RuntimeWarning: overflow encountered in exp"this error happened. Anyone knows why? Thanks!
is there a red error part below ?
No, I figured out that it just showed this warning, but it can keep running and finished after 3h. it seems that this will be shown if the running time is over 1 h.
1 Like
yes many times the job hangs or says, “overflow” but it is still running. Unless there is a red error message it can complete to some degree. You can also check the output on your file system in the cryosparc project/job directory.
1 Like
Python can be good at that. It’s not a bad thing that it doesn’t just do expected stuff in the background (look at all the buffer overflow vulnerabilities in the past) but adding “this isn’t the end of the world” (or similar) to the warning might be a bit more friendly.