Created
November 15, 2019 03:48
-
-
Save tmwatchanan/e5ed23b4935dcfe3c5c57689d4fe7265 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
| 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() |
Author
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
In the case that you need to use a specific version of Tensorflow package, use this:
%pip install tensorflow==1.13.1