In-class discussion: Introductory workshop

Usually this would be a gaming laptop, like the MSI laptops.

It will be much more expensive than desktop with same specs. But if you need something portable with good enough GPU (1080) – consider asus rog zephyrus

I have put my AWS id in International-AWS google sheet file.
Do I have to put it on Data Institute DL 1_2 sheet as well? How do I access it?

1 Like

Omar,
I suggest you start with the free credits on cloud services mentioned by Jeremy.
Then if you need more info about building your own DL rig, create a post in the forums and I’ll post a few blog/guide links.

3 Likes

Can we use google cloud platform for this course? If so can you give us a guide for that?

We have different treats for different services. At least sign up for paperspace and AWS.

1 Like

Omar,

I have been thinking about building my own rig. Could you share the blogs/guides you talked about?

Paperspace will only charge us if the machine is running, right?

What’s the billing zip for the visa card? anyone got idea?

Google platform also has Nvidia GPUs, so I think it is possible to use it on this course. Also, Google provided something like 100-300$ credits when I’ve tried it half of year ago.

1 Like

This is a nice guide.

3 Likes

There is a thread discussing getting set up on google cloud (How to set up env using Google Cloud?), although I think it will be easier to follow along directly with the course if you are using one of the options Jeremy is officialy supporting.

1 Like

It’s your address zip code.

1 Like

I am not sure we can use google cloud platform. If you figure out how to use it. Please add that to the forums.

I’ve requested a P5000 machine with Paperspace with fast.ai as the message. Been about 10 min, I think. Can’t activate yet. Does it usually take longer?

Hey folks,
I have created a setup shell script to get a google Cloud instance ready for the course.
The script installs Python 3.6, PIP3, latest Theano, TensorFlow, Keras & PyThorch

It is assumed you have just created an instance with a K80 / P100 GPU and logged in with SSH:
just use:

wget https://gist.github.com/marvin-hansen/333bf5f5d59fe25c27dc3e056872eb5d
chmod + x setup.sh
sudo ./setup.sh

Have fun

8 Likes

I chose the M4000 machine and it gave me the billing information.

Paperspace, Is it suitable for web-cam video streaming? to test our model

Yes, but there are some monthly charges, as Jeremy mentioned.

1 Like

Thanks much!. Will go through it.