tensorflow-on-raspberry-pi icon indicating copy to clipboard operation
tensorflow-on-raspberry-pi copied to clipboard

Create Better Release Testing Protocol

Open samjabrahams opened this issue 8 years ago • 3 comments

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.

samjabrahams avatar Jul 18 '16 00:07 samjabrahams

Trying:

$ bazel test tensorflow/python/kernel_tests:*

samjabrahams avatar Jul 18 '16 03:07 samjabrahams

I tried this, but the bazel build failed.

AlexanderLitz avatar Aug 28 '16 00:08 AlexanderLitz

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

samjabrahams avatar Apr 29 '17 19:04 samjabrahams