如何免费使用谷歌服务器 - How to use Google GPU for free

  • 1.fan qiang
    Browsing websites outside of China
    这个具体怎么样操作就不介绍, 懂得都懂!
How to operate this specific operation will not be introduced.
if you know it, you will understand it! 
  • 2.申请谷歌账号
    Apply for a Google Account

官方链接在这里插入图片描述注意:最好是注册一个谷歌邮箱,因为外国发163或者qq邮箱容易被识别为垃圾邮箱!

PS: It is best to register a Google mailbox, because foreign 163 or qq mailboxes are easily identified as spam mailboxes! 

注册好之后,是这样!

After registering, that's it! 

在这里插入图片描述在这里插入图片描述

  • 3.在Google Drive上创建Colaboratory
    Create Colaboratory on Google Drive

首先,点击云端硬盘进入

 First, click on Google Drive to enter 

在这里插入图片描述
再,新建文件夹coder

Then, create a new folder [coder]

在这里插入图片描述
例如

for example

在这里插入图片描述最后创建Colaboratory

Finally, create Colaboratory 

点击Google Colaboratory进行创建run.ipynb

Click `Google Colaboratory` to create `run.ipynb` 

在这里插入图片描述例如

for example

在这里插入图片描述

  • 4.设置免费的GPU
    Set up free GPU

首先点击Edit->Notebook settings

First click on `Edit->Notebook settings` 

在这里插入图片描述
再,在Hardware acclerator中选择GPU,点击save

Then, select GPU in Hardware acclerator and click save. 

在这里插入图片描述

  • 5.授权与安装库
    Licensing and Installing Libraries
    需要输入代码code required
 !apt-get install -y -qq software-properties-common python-software-properties module-init-tools
 !add-apt-repository -y ppa:alessandro-strada/ppa 2>&1 > /dev/null
 !apt-get update -qq 2>&1 > /dev/null
 !apt-get -y install -qq google-drive-ocamlfuse fuse
 from google.colab import auth
 auth.authenticate_user()
 from oauth2client.client import GoogleCredentials
 creds = GoogleCredentials.get_application_default()
 import getpass
 !google-drive-ocamlfuse -headless -id={creds.client_id} -secret={creds.client_secret} < /dev/null 2>&1 | grep URL
 vcode = getpass.getpass()
 !echo {vcode} | google-drive-ocamlfuse -headless -id={creds.client_id} -secret={creds.client_secret}

在这里插入图片描述点击(click)在这里插入图片描述运行代码后的状态为下图:
The state after running the code is as follows:
在这里插入图片描述点击它给出的链接如下图:
Click on the link it gives as shown below:

在这里插入图片描述点击账号登录:
Click to log in
在这里插入图片描述会得到一大串验证码,将其复制,并且输入进刚才的空白格子中。
You will get a large string of verification codes, copy them, and enter them into the blank box just now.
在这里插入图片描述注意,一定要点击enter!
PS: be sure to click enter!

之后还有几次重复操作,便会提示成功!(使用的是别人的图,因为此时我已经有GPU了)
After several repetitions, it will prompt success! (I used someone else's picture, because I already have a GPU at this time)

在这里插入图片描述测试新申请的GPU:
Test the newly applied GPU:
在这里插入图片描述
success!

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值