tensorflow-on-raspberry-pi
tensorflow-on-raspberry-pi copied to clipboard
Create Better Release Testing Protocol
Release 0.9 got screwed up due to changes in the official master. Need a create a routine to properly test capabilities of RPi TensorFlow binaries.
/contrib/testing may be what we want.
Trying:
$ bazel test tensorflow/python/kernel_tests:*
I tried this, but the bazel build failed.
I think the tests will have to be relatively custom "basic functionality" tests. Basically check to make sure that TensorFlow commands work.
- Test operators
- Test
tensorboard
command