- Deep Learning with PyTorch Quick Start Guide
- David Julian
- 231字
- 2021-07-02 15:00:09
Digital Ocean
Digital Ocean offers one of the simplest entry points into cloud computing. It offers predictable simple payment structures and straightforward server administration. Unfortunately, Digital Ocean does not currently support GPUs. The functionality revolves around droplets, pre-built instances of virtual private servers. The following are the steps required to set up a droplet:
- Sign up for an account with Digital Ocean. Go to https://www.digitalocean.com/.
- Click on the Create button and choose New Droplet.
- Select the Ubuntu distribution of Linux and choose the two gigabyte plan or above.
- Select the CPU optimization if required. The default values should be fine to get started.
- Optionally, set up public/private key encryption.
- Set up an SSH client (for example, PuTTY) using the information contained in the email sent to you.
- Connect to your droplet via your SSH client and curl the latest Anaconda installer. You can find the address location of the installer for your particular environment at https://repo.continuum.io/.
- Install PyTorch using this command:
conda install pytorch torchvision -c pytorch
Once you have spun up your droplet, you can access the Linux command through an SSH client. From Command Prompt, you can curl the latest Anaconda installer available from: https://www.anaconda.com/download/#linux.
An installation script is also available from the continuum archive at https://repo.continuum.io/archive/. Full step-by-step instructions are available from the Digital Ocean tutorials section.
- Hands-On Intelligent Agents with OpenAI Gym
- Microsoft Power BI Quick Start Guide
- Project 2007項目管理實用詳解
- 嵌入式系統及其開發應用
- Deep Learning Quick Reference
- PyTorch深度學習實戰
- 數據產品經理:解決方案與案例分析
- B2B2C網上商城開發指南
- 運動控制器與交流伺服系統的調試和應用
- Ruby on Rails敏捷開發最佳實踐
- 工業機器人應用案例集錦
- Learn QGIS
- Linux系統管理員工具集
- Linux Shell Scripting Cookbook(Third Edition)
- Hands-On DevOps