GoogleColab中常用Linux命令
kai (¬‿¬)

Google Colab的使用类似于 Jupyter Notebook,区别是可以使用官方提供的GPU,无需自行配置

1
2
3
4
5
6
7
8
ls
ls -l
pwd
mkdir <dirname>
cd <dirname>
gdown # download files from google drive
wget # download files from the internet
python <python_file> # Executes a python file
  • 本文标题:GoogleColab中常用Linux命令
  • 本文作者:kai
  • 创建时间:2022-05-18 10:35:45
  • 本文链接:https://kainote.top/2022/05/18/GoogleColab中常用Linux命令/
  • 版权声明:本博客所有文章除特别声明外,均采用 BY-NC-SA 许可协议。转载请注明出处!
 评论