1-3 李宏毅2021春季机器学习教程-Google Colab教学-助教许湛然

李宏毅老师的课程会配合着助教的讲解,也很有帮助。这堂课介绍一个可运行python代码的浏览器Colaboratory(简写为"Colab")。

Colab具有以下特性

  • 零配置要求(Zero configuration required)
  • 免费访问GPU(Free access to GPUs)
  • 容易共享(Easy sharing)

Colab 演示网址 : Google Colaboratory

在上面的网址中,我们将学习以下技能

  • 使用colab下载文件(Download files using colab)
  • 你的谷歌驱动器与谷歌colab建立连接(Connect google colab with your google drive)
  • Pytorch例子和常见错误(Pytorch examples and common errors)

一些有用的Linux命令 (in Colab):

  • ls : 列出当前目录中的所有文件(List all files in the current directory)
  • ls -l : 详细列出当前目录中的所有文件(List all files in the current directory with more detail)
  • pwd : 输出工作目录(Output the working directory)
  • mkdir : 创建目录(Create a directory)
  • cd : 移动到指定目录下(Move to directory)
  • gdown : 从谷歌驱动器下载文件(Download files from google drive)
  • wget : 从网上下载文件(Download files from the internet)
  • python : 执行python文件(Executes a python file)

说明:记录学习笔记,如果错误欢迎指正!写文章不易,转载请联系我。

猜你喜欢

转载自blog.csdn.net/csdn_xmj/article/details/120854683