Skip to content

Latest commit

 

History

History
executable file
·
17 lines (11 loc) · 457 Bytes

File metadata and controls

executable file
·
17 lines (11 loc) · 457 Bytes

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.)