Skip to content

Instantly share code, notes, and snippets.

@tmwatchanan
Created November 15, 2019 03:48
Show Gist options
  • Select an option

  • Save tmwatchanan/e5ed23b4935dcfe3c5c57689d4fe7265 to your computer and use it in GitHub Desktop.

Select an option

Save tmwatchanan/e5ed23b4935dcfe3c5c57689d4fe7265 to your computer and use it in GitHub Desktop.
from google.colab import drive
drive.mount('/content/drive', force_remount=True)
import os
os.chdir("/content/drive/My Drive/Computer Engineering/Karn's Research Assistance/CCC Grading/dev/segmentation")
os.getcwd()
@tmwatchanan
Copy link
Copy Markdown
Author

In the case that you need to use a specific version of Tensorflow package, use this:
%pip install tensorflow==1.13.1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment