Predicting Generalization in Deep Learning Forum

Go back to competition Back to thread list Post in this thread

> Submission status "running" for long time

Hi, I have one submission showing "running" status for quite a long time. It is the baseline and I wonder how much time does it usually cost?

Thanks

Posted by: AFK @ Aug. 4, 2020, 11:24 a.m.

Hi , i have the same problem i have submitted a solution that's still in running phase from yesterday ...

Posted by: mostafa00791 @ Aug. 5, 2020, 5:55 p.m.

AFK: it seems that your submission has finished. Do you have an estimate how long it was stuck for. This problem happens from now and then. Usually resubmitting or asking us to re-run it should do the trick.

mostafa00791: I believe your submission is still running rather than stuck. I noticed that you are looping over the entire dataset. Perhaps reducing the number of examples would help. Another potential problem is that you are not using the @tf.function decorator which means you are rebuilding the computational graph every time you call the function.

Posted by: ydjiang @ Aug. 5, 2020, 11:34 p.m.
Post in this thread