Skip to content

MiniProject 3: Multi-label Classification of Image Data COMP 551 (001/002), Fall 2020, McGill University

License

Notifications You must be signed in to change notification settings

du-hr/MNIST-CNN

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

55 Commits
 
 
 
 
 
 
 
 

Repository files navigation

MNIST-CNN

MiniProject 3: Multi-label Classification of Image Data COMP 551 (001/002), Fall 2020, McGill University

Importing the MNIST_synthetic.h5 Dataset

  1. Please un-zip the MNIST_synthetic.zip file in this repository.
  2. Upload the H5PY dataset directly to the home directory of your Goole Drive.
  3. Open the Jupyter Notebook in Google Colab. Make sure you use the same Google account as the previous step.
  4. Run the Jupyter Notebook in Google Colab. Please follow the instrcutions given by Google Colab at runtime in order to grant the program access to the H5PY dataset saved in your Google Drive.

Loading Private Notebooks

Loading a notebook from a private GitHub repository is possible, but requires an additional step to allow Colab to access your files. Do the following:

  1. Navigate to http://colab.research.google.com/github.
  2. Click the "Include Private Repos" checkbox.
  3. In the popup window, sign-in to your Github account and authorize Colab to read the private files.
  4. Your private repositories and notebooks will now be available via the github navigation pane.

Saving Notebooks To GitHub or Drive

Any time you open a GitHub hosted notebook in Colab, it opens a new editable view of the notebook. You can run and modify the notebook without worrying about overwriting the source.

If you would like to save your changes from within Colab, you can use the File menu to save the modified notebook either to Google Drive or back to GitHub. Choose File→Save a copy in Drive or File→Save a copy to GitHub and follow the resulting prompts. To save a Colab notebook to GitHub requires giving Colab permission to push the commit to your repository.

About

MiniProject 3: Multi-label Classification of Image Data COMP 551 (001/002), Fall 2020, McGill University

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published