Skip to content

Latest commit

 

History

History
57 lines (25 loc) · 597 Bytes

File metadata and controls

57 lines (25 loc) · 597 Bytes

Colab

修改-笔记本设置-GPU

加内存

https://colab.research.google.com/drive/155S_bb3viIoL0wAwkIyr1r8XQu4ARwA9?usp=sharing

挂载云盘

from google.colab import drive
drive.mount('/content/drive')
import os
os.chdir("/content/drive/My Drive")
!ls

!git clone https://github.com/DuanYaQi/latent_3d_points_Pytorch.git

cd latent_3d_points_Pytorch

!sh download_data.sh

查看配置

! /opt/bin/nvidia-smi

同步

drive.flush_and_unmount()