Skip to content

Commit 0a54dd0

Browse files
committed
readme
1 parent 2f598c3 commit 0a54dd0

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

googlecloud.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
1-
# Setting up a VM with GPU in Google Cloud Platform
1+
# ⚡️ Setting up a VM with GPU in Google Cloud Platform
22

3-
## Google Cloud Platform
3+
## ☁️ Google Cloud Platform
44

55
Google Cloud Platform is a public cloud vendor that offers a wide variety of computing services, running on Google infrastructure. It is extremely useful for spinning up resources on demand, that otherwise would require a large upfront investment in hardware and set up time.
66

77
There are many cloud vendors - the largest being Amazon Web Services (AWS), Microsoft Azure and Google Cloud Platform (GCP). Through these cloud platforms, you can spin up servers, databases other services through the online user interface and easily turn them off or tear them down when you are finished using them. This makes cloud computing an excellent choice for anyone who wants to get started with state-of-the-art machine learning, because you can get access to powerful resources at the click of a button, without having to invest significant amounts of money in your own hardware.
88

99
In this book, we will demonstrate how to set up a virtual server with a GPU on Google Cloud Platform. You can use this environment to run the codebase that accompanies this book on accelerated GPU hardware, for faster training.
1010

11-
## Getting started
11+
## 🚀 Getting started
1212

1313
### Get a Google Cloud Platform Account
1414

@@ -92,7 +92,7 @@ Congratulations - you're now running the Generative Deep Learning codebase on a
9292

9393
If you navigate to `http://127.0.0.1:8888/` in your browser, you should see Jupyter Lab, as VS Code automatically forwards the Jupyter Lab port in the container to the same port on your machine. If not, check that the ports are mapped under the 'Ports' tab in VSCode.
9494

95-
## Starting and stopping the virtual machine
95+
## 🚦 Starting and stopping the virtual machine
9696

9797
When you are not using the virtual machine, it's important to turn it off so that you don't incur unnecessary charges.
9898

0 commit comments

Comments
 (0)