kuleshov / teaching-material

Teaching materials for the machine learning and deep learning classes at Stanford and Cornell
1.1k stars 1.41k forks source link

Python version mismatch between CS231n site and notebook #13

Open kannankumar opened 6 years ago

kannankumar commented 6 years ago

Original CS231n follows Python3.5 for the class, however the notebook seems to be still at Python2.7.

From Original CS231n site: image

From the IPython Notebook: image

Maybe the repo needs updating to the Python3.5/ 3.6 used by the course.

chesnay commented 5 years ago

I amended the code, so that It can be used with python 3.6:

Please find the link: https://github.com/fchesnay/cs228-material/blob/master/tutorials/python/cs228-python-tutorial.ipynb

kannankumar commented 5 years ago

Did you create a PR to this repo?