- Clone,
sh get_deps.sh
, andmake run
https://github.com/lantiga/RedisTF pip install redis tensorflow
cd models
- Run
python tf-minimal.py
to prepare a minimal graph - The attached
redistf-py.py
demonstrates how to run the test in the README from Python:
$ python redistf-py.py
Setting the graph: OK
Setting tensor t1: OK
Setting tensor t2: OK
Running the thing: OK
Resulting values: ['4', '9']
- Success!