Skip to content

Latest commit

 

History

History
 
 

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

Running TensorPy Examples

(NOTE: If you didn't install TensorFlow and TensorPy properly from the README instructions, these scripts won't work.)

./test_classify_image.sh

./test_classify_page.sh

You can also perform classifications from Python scripts:

python test_python_classify.py

(NOTE: If you see any *.pyc files appear as you run tests, that is compiled bytecode, which is a natural result of running Python code.)