Skip to content

Instantly share code, notes, and snippets.

@Mehdi-Amine
Created November 5, 2021 16:05
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Mehdi-Amine/e18f8e9be1169ab25ef6ec20f398a389 to your computer and use it in GitHub Desktop.
Save Mehdi-Amine/e18f8e9be1169ab25ef6ec20f398a389 to your computer and use it in GitHub Desktop.
Cloning the git repository to set up colab nb environment
from google.colab import drive
drive.mount('/content/gdrive')
%cd gdrive/MyDrive/auto-drive/pytorch-auto-drive/
!git clone https://github.com/voldemortX/pytorch-auto-drive.git
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment