- Python Deep Learning Cookbook
- Indra den Bakker
- 128字
- 2021-07-02 15:43:10
How to do it...
- You need to request an increase in the GPU quota before you launch a compute instance with a GPU for the first time. Go to https://console.cloud.google.com/projectselector/iam-admin/quotas.
- First, select the project you want to use and apply the Metric and Region filters accordingly. The GPU instances should show up as follows:

Figure 1.1: Google Cloud Platform dashboard for increasing the GPU quotas
- Select the quota you want to change, click on EDIT QUOTAS, and follow the steps.
- You will get an e-mail confirmation when your quota has been increased.
- Afterwards, you can create a GPU-enabled machine.
- When launching a machine, make sure you tick the Allow HTTP traffic and Allow HTTPs traffic boxes if you want to use a Jupyter notebook.
推薦閱讀
- Mastering Ext JS(Second Edition)
- ReSharper Essentials
- Computer Vision for the Web
- Vue.js 2 and Bootstrap 4 Web Development
- PyQt從入門到精通
- The Computer Vision Workshop
- Python完全自學教程
- C語言程序設計實驗指導 (第2版)
- 深入淺出React和Redux
- The Professional ScrumMaster’s Handbook
- LabVIEW虛擬儀器程序設計從入門到精通(第二版)
- Android傳感器開發與智能設備案例實戰
- PHP編程基礎與實踐教程
- ExtJS Web應用程序開發指南第2版
- PostgreSQL 12 High Availability Cookbook