File tree Expand file tree Collapse file tree 1 file changed +16
-0
lines changed Expand file tree Collapse file tree 1 file changed +16
-0
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,22 @@ is to give you the quickest possible **practical** introduction to the
77cluster setup, slurm, and running an experiment with our frameword. It
88shouldn't take you more than 20 minutes.
99
10+ If you are on your laptop, remember you don't even need to set up a VPN to
11+ log in to your cluster machine. First ssh to an ssh gateway box, then ssh to
12+ a cluster machine. For example:
13+
14+ ```
15+ # Start on a computer connected to any wi-fi you like
16+
17+ 18+ # you're now on the staff ssh gateway box, inside the informatics network
19+
20+ ssh cdtcluster
21+ # you're now on the cdtcluster head node
22+ ```
23+
24+ More information available here: http://computing.help.inf.ed.ac.uk/external-login
25+
1026
1127## ` ./mnist `
1228Will allow you to test whether you're successfully using a GPU! It's based on
You can’t perform that action at this time.
0 commit comments