![]() |
|
|
#408 |
|
If I May
"Chris Halsall"
Sep 2002
Barbados
262716 Posts |
|
|
|
|
|
|
#409 |
|
Jun 2019
Boston, MA
3×13 Posts |
I'm still a bit confused about using Kaggle. If I leave a job running in the edit window, it seems to time out and power off after a short while (well before the 6 hour max) making me lose everything. I tried committing, but then I'm confused as to how to re-enter the session and the see the output from my code cells or how to download any output files from the committed session. When I click on the committed session I see the "code" page which I can't really discern, and if I click "edit" it seems to just open a new draft session...
Can someone give me some basic pointers on this? |
|
|
|
|
|
#410 | |
|
"Ed Hall"
Dec 2009
Adirondack Mtns
2·33·71 Posts |
Quote:
Code:
checking cuda.h usability... yes checking cuda.h presence... yes checking for cuda.h... yes checking that CUDA Toolkit version is at least 3.0... no configure: error: a newer version of the CUDA Toolkit is needed Code:
cuda-toolkit-10-0/unknown,now 10.0.130-1 amd64 [installed,automatic] CUDA Toolkit 10.0 meta-package cuda-toolkit-10-1/unknown,now 10.1.243-1 amd64 [installed] CUDA Toolkit 10.1 meta-package More later. Thanks all! |
|
|
|
|
|
|
#411 | |
|
If I May
"Chris Halsall"
Sep 2002
Barbados
9,767 Posts |
Quote:
I have found that the Kaggle Browser-based User Interface (UI) somewhat confusing. Right now I have a GPU attached instance up and running, working away. But the UI tells me that "The kernel is powered off. Click this banner to turn it back on." Two things: 1. I'm logged into the instance "tail -f"'ing logs. I know it's still running. 2. My "GPU Quota" continues to count down. I once wasted ~8.5 hours of a 9-hour instance "happening" this way... I've found that clicking on the banner causes a restart of the instance -- any SSH connections immediately drop, and the instance which becomes available by way of the UI is "virgin" (although it's "uptime" might be several hours). With regards to "Committed" jobs, my understanding is there is somewhere within the VM's FS you can place data for later harvesting. I haven't investigated that myself; I believe others here have. As an aside, it's a good thing I "Hash". Last Saturday was ~12 km up and down steep hills. And interacting with humans in "meat-space". If it wasn't for that weekly event, I might never get off my sorry little ass...
|
|
|
|
|
|
|
#412 | |
|
Feb 2005
Colorado
5·131 Posts |
Quote:
Please note that files are not saved, only screen output is retained. What I have done in the code you see here is run some ECM curves (via GMP-ECM), which is configured to save its output to a file called ecm-out.txt. Then, in my code, after the line that invokes ecm, I use !cat ecm-out.txt to send it to the (virtual) screen. After the run is complete, I can call up that commit (V7 in this case), and simply copy/paste the output into a local text file. Hope this helps... |
|
|
|
|
|
|
#413 | |
|
Jun 2019
Boston, MA
3·13 Posts |
Quote:
How are you able to see things are still running with power “off” without access to the code cells? It seems I’m missing something... |
|
|
|
|
|
|
#414 | |
|
Feb 2005
Colorado
65510 Posts |
Quote:
|
|
|
|
|
|
|
#415 | |
|
If I May
"Chris Halsall"
Sep 2002
Barbados
9,767 Posts |
Quote:
These instances are full-blown Ubuntu (read: Linux) environments. Although all incoming network traffic is firewalled, all outgoing (and "established") traffic is allowed. Thanks to the GPL, it is relatively trivial to get shell access into things like this. Last fiddled with by chalsall on 2019-10-21 at 23:42 Reason: Error in URL. |
|
|
|
|
|
|
#416 | |
|
Jun 2019
Boston, MA
478 Posts |
Quote:
|
|
|
|
|
|
|
#417 | |
|
Feb 2005
Colorado
5·131 Posts |
Quote:
I don't know about the other executables people are running. If they won't exit, I assume the job is killed after 9 hours, but then the cat statement(s) would never get a chance to execute. ![]() However, if the executable can send its output data to the screen as it is running, then you probably could go into the job after 9 hours and retrieve that screen output. Last fiddled with by PhilF on 2019-10-21 at 23:42 |
|
|
|
|
|
|
#418 | ||
|
Jun 2003
2·3·7·112 Posts |
Quote:
Quote:
Yes. In the Output tab, all the files in the kaggle folder will be available once the session completes (either the code has run to completion, or session was killed after 9 hours (CPU) / 6 hrs (GPU)) EDIT:- Key to the kingdom: https://www.kaggle.com/<yourid>/<yourkernel>/ Last fiddled with by axn on 2019-10-22 at 02:54 |
||
|
|
|
![]() |
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Alternatives to Google Colab | kriesel | Cloud Computing | 11 | 2020-01-14 18:45 |
| Notebook | enzocreti | enzocreti | 0 | 2019-02-15 08:20 |
| Computer Diet causes Machine Check Exception -- need heuristics help | Christenson | Hardware | 32 | 2011-12-25 08:17 |
| Computer diet - Need help | garo | Hardware | 41 | 2011-10-06 04:06 |
| Workunit diet ? | dsouza123 | NFSNET Discussion | 5 | 2004-02-27 00:42 |