Created
December 26, 2019 10:05
-
-
Save tmwatchanan/aa57bf8dd9a30f0257155c47b67e81f3 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # 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