Skip to content

dpretet/tftutorials

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TensorFlow Tutorials

Picked from TensorFlow web site

To install the virtualenv's dependencies:

pip install -r requirements.txt

To activate the virtualenv

source .venv/bin/activate

To deactivate it and return to your regular shell

deactivate