Please follow the instructions bellow before attending to the workshop.
https://www.tensorflow.org/install/
-
Run:
$ sudo install_dependencies.sh
you can pass --python-version (2 or 3) as a parameter, if you don't pass it it will install the dependencies for both versions of Python. -
Install dependencies manyally:
python2 -m pip install jupyter numpy pandas matplotlib pillow
python3 -m pip install jupyter numpy pandas matplotlib pillow
If you are not familiar with Jupyter notebooks please visit the website and play with it
- Clone this repo or download it
- cd tensorflow-workshop
- jupyter notebook
- run test_install.ipynb
Thanks! Can you please file an issue? We'll be doing this samples for a couple times, and future developers will appreciate your help.
General disclaimer, this is my personal repo and not an official Google product. If you'd like to use this code, say, to build a mission critical component of your giant space laser, you should know there's no warranty, etc.