Wait for a few seconds and get an automatic reply. Click Refill With GiftCard.
In the pop-up page, Enter your Gift Card number and email and click Apply.
After successfully applying the gift card, close the page and return to your email app.
Wait for the following response. Click "Request x hr" to set up an instance.
Click the orange button displaying the remaining time of this instance.
Done! Coding time now.
Oh wait. At least check out the GPU. To do this, let's start a Terminal.
I personally prefer using gpustat
to check out the GPUs. Type in pip install gpustat --user
to install it and run gpustat
.
It's a Tesla K80.
Should I worry about losing all my uploaded files when the instance time is up?
By far I've tried two 1hr instances and found they share the storage, so most probably you can still access your data until your whole 50hr is used up. However, it's good practice to backup your data.
If you have any questions or suggestions, please post them in the comment section below.
In case you are not familiar with Jupyter, check out this great introduction article. Although the interactive environment is easy to use for beginners, it's not convenient when dealing with multiple code files. We recommend to code on local machine with your favorite IDE and upload your code to the instance and run it in Terminal.