![]() |
![]() |
#45 |
ἀβουλία
"Mr. Meeseeks"
Jan 2012
California, USA
32×241 Posts |
![]()
"Fixed" the problem, put !apt-get -y install cuda-cudart-10-0
before it launches bootstrap.pl |
![]() |
![]() |
![]() |
#46 |
If I May
"Chris Halsall"
Sep 2002
Barbados
2×3×1,567 Posts |
![]() |
![]() |
![]() |
![]() |
#47 |
1976 Toyota Corona years forever!
"Wayne"
Nov 2006
Saskatchewan, Canada
2×3×5×151 Posts |
![]() |
![]() |
![]() |
![]() |
#48 |
May 2011
Orange Park, FL
86810 Posts |
![]()
Sometimes my multiple Colab sessions get "out of sync" — that is, the uptime values are not the same.
Is there any way to stop and restart a notebook so the uptime restarts at zero? So far whenever I restart one, the uptime value resumes where it left off. I could just let them all run out, but that would waste two sessions while the shortest one runs out (24 hours on the paid tier). |
![]() |
![]() |
![]() |
#49 | |
If I May
"Chris Halsall"
Sep 2002
Barbados
940210 Posts |
![]() Quote:
I /believe/ this gives you a freshly launched runtime, but I could be wrong. If that doesn't help, try the "Factory reset runtime" menu time. Failing all of that not working, try "Manage Sessions" -> "Terminate" on the pop-up window, assuming that option isn't greyed out. I'd test this myself, but I don't want to risk losing any of my current seven T4s... ![]() BTW, thanks for beta testing the P-1'ing CPU side-job thingy. Looks like it's working nominally. |
|
![]() |
![]() |
![]() |
#50 |
May 2011
Orange Park, FL
22×7×31 Posts |
![]()
The Colab CPU doesn't work like I thought it would. I thought I would get a second executing cell with scrolling output like the GPU process. The CPU process seems to run secretly.
Could you give a simplified explanation as to how this works? |
![]() |
![]() |
![]() |
#51 |
If I May
"Chris Halsall"
Sep 2002
Barbados
100100101110102 Posts |
![]()
Under the Notebook concept, only a single "Section" can run at a time. Thus, it would be impossible to have a second scrolling section of the output. This interface concept is more designed for education. We're doing this at the sufferance of (and thanks to) Google -- we work with what we've been given...
Thus, the GPU72_TF Notebook launches a subprocess that runs in the background, fetching, working, and reporting on the CPU "work units". Now that I'm happy that the code is sane (including with the server interaction, and restarting), the next step is to make the progress lines from the CPU process available to the GPU process, to report in the same window output to the humans. |
![]() |
![]() |
![]() |
#52 | |
May 2011
Orange Park, FL
22×7×31 Posts |
![]() Quote:
Factory reset runtime started over at zero. |
|
![]() |
![]() |
![]() |
#53 |
Jan 2020
5×7 Posts |
![]()
I can't say I've ever seen this before but somehow I'm stuck in a self test loop and can't get out of it. Any suggestions? I've done interrupt execution and then did run all and it just picked right back up with the test.
20200415_143255 ( 0:28): running a simple selftest... 20200415_143301 ( 0:28): Selftest statistics 20200415_143301 ( 0:28): number of tests 107 20200415_143301 ( 0:28): successfull tests 107 20200415_143301 ( 0:28): selftest PASSED! 20200415_143301 ( 0:28): Fetching initial work... 20200415_143302 ( 0:28): Running GPU type Tesla P100-PCIE-16GB Edit: If I stop execution I get... Exiting... 20200415_143808 INFO: Comms spider starting... 20200415_143808 INFO: Gracefull shutdown... Use of uninitialized value $AID in concatenation (.) or string at ./comms.pl line 309. Done. Last fiddled with by mrk74 on 2020-04-15 at 14:39 |
![]() |
![]() |
![]() |
#54 | |
If I May
"Chris Halsall"
Sep 2002
Barbados
2·3·1,567 Posts |
![]() Quote:
I made a mistake in a change to the assignment code-path just now, moving LG72D down to 99M for a while. If you just rerun your Notebook things should be sane again. |
|
![]() |
![]() |
![]() |
#55 |
Jan 2020
5·7 Posts |
![]() |
![]() |
![]() |