GPU2020 GPU Cloud FAQ

Instance FAQs

Which GPUs does the instance have? What CPU? How many cores?

Each GPU2020 gpu.4x instances has four (4) vGPUs with 11 GB of VRAM, 3584 CUDA Cores, and performance equivalent to 4x 1080 Ti GPUs. For exact details see below:

Instance TypeGPUsGPU Memory (GB)vCPUsSystem Memory (GB)Instance SpeedOn-Demand Hourly Rate1-yr Reserved Effective Hourly Rate
GPU2020 gpu.4x4 GPUs11 GB / GPU8 vCPU Cores @ 3.5 GHz32 GB DDR4Up to 10 Gbps$1.50$1.25
How do I sign up and launch an instance?

This video guide shows you how to sign up and launch, it also walks you through installing and hosting a Jupyter Notebook on your instance.

How does the GPU2020 gpu.4x compare with an Amazon p3.8xlarge instance?

This comparison chart shows about how much you'll save by switching from AWS p3.8xlarge instances to GPU2020 gpu.4x instances. For every $1 spent on AWS, you'll typically only spend about $0.3 with GPU2020 GPU Cloud.

GPU2020 GPU Cloud vs AWS p3.8xlarge
How much do GPU2020 gpu.4x reserved instances cost?

Reserved instances are purchased by emailing enterprise@honghulabs.com. Here's a quick summary of how much you'll save by switching to reserved:

Contract TypeGPU CountUpfront CostMonthly BillEffective Hourly Rate
On-demand4$0.00$0.00$0.375 / hour / GPU
1-Year Reserved (33% Upfront)4$3,650.00$608.33$0.3125 / hour / GPU
1-Year Reserved (100% Upfront)4$9,898.80$0.00$0.2825 / hour / GPU
How fast is the instance-to-instance communication?

GPU2020 instances are connected to each other via a 10GbE network connection allowing for good scaling properties. However, there may be times of high peer-to-peer traffic which may reduce measured performance. A dedicated 10GbE intranet connection speed is not included in our service agreement.

How well do the instances scale for multi-node training with Horovod?

GPU2020 instances are designed to be used with more than one node. After you've spun up some instances, you can use tools like TensorFlow, Horovod, and OpenMPI to perform distributed computation. Here are some benchmarks that we've conducted which show the instances' scaling performance:

GPU2020 GPU Cloud Multi-Node Scaling with Horovod
# InstancesResNet50 BS=96Inception3 BS=128Xception BS=64VGG16 BS=128DenseNet121 BS=64
1660.4910.9329.4284.5645.1
21318.71769.9629.7550.21258.1
31861.52526.1928.8743.51824.8
42235.73204.31228895.32466
Scaling Efficiency3.393.513.733.153.83

Technical FAQ

How do I shutdown / terminate the instance? What happens when I run `sudo shutdown`?

To shut down an instance and stop being billed, you need to go to your instance dashboard, select the instance, and then click Terminate:

NOTE: Running sudo shutdown on your instance will not cause your instance to stop being billed nor will it erase data. You can select the instance and hit "Restart" on the instance dashboard to start the instance back up if you accidentally shut it down via the terminal. You are still billed for instances that have been shut down via the sudo shutdown command because all of your data is preserved and the instance is still being occupied. Owhen you terminate the instance via the dashboard will it stop being billed.

I'm new to SSH, how do I use this .pem private key?

If this is your first time using a ssh key, you can follow this tutorial to get started.

mkdir -p ~/.ssh
chmod 700 ~/.ssh
mv ~/Downloads/my-private-key.pem ~/.ssh/.
chmod 600 ~/.ssh/my-private-key.pem
ssh -i ~/.ssh/my-private-key.pem ubuntu@my-ip-address
How do I upload and download models & data to my instances via the terminal?

To copy files back and forth between your cloud instance and your local machine, use scp (secure copy).

# To move files from your local machine to the host machine:
scp -i ~/.ssh/my-key.pem local_file ubuntu@96.76.203.255:~/.

# To move remote files from your instance to your local machine:
scp -i ~/.ssh/my-key.pem ubuntu@96.76.203.255:~/model.ckpt .

Billing FAQ

When will I be billed for the instance time that I've used?

Billing occurs either at the end of the month or when you have exceeded your credit balance with GPU2020. In most cases you can expect to see a charge to your credit card once per month for an amount that will correspond with the amount you see on your Billing Dashboard.

Spin up an instance now!

GPU2020 Cloud GPU instances are ready to go out of the box so you can start coding TensorFlow and not fuss with Linux drivers.

If you're unsure of how your team could best use our GPU cloud, give us a call at +(886)910218322. We’ll walk you through the decision making process.