Skip to content

Instantly share code, notes, and snippets.

@tmwatchanan
Created December 26, 2019 10:05
Show Gist options
  • Select an option

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

Select an option

Save tmwatchanan/aa57bf8dd9a30f0257155c47b67e81f3 to your computer and use it in GitHub Desktop.
# gdrive mount
from google.colab import drive
drive.flush_and_unmount()
drive.mount('/content/drive', force_remount=True)
import os
os.chdir("/content/drive/My Drive/Computer Engineering/Karn's Research Assistance/Food Scanner/src/")
os.getcwd()
# package installation
%pip install munch
%pip install -U PyYAML
%pip install tensorflow==1.13.1
%pip install scikit-image==0.15.0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment