k3s/test/images/node-perf/tf-wide-deep
Bin Lu cd0e86b4fc node-perf/tf-wide-deep: add support for Arm64
Signed-off-by: Bin Lu <bin.lu@arm.com>
2019-03-11 14:03:32 +08:00
..
BASEIMAGE node-perf/tf-wide-deep: add support for Arm64 2019-03-11 14:03:32 +08:00
Dockerfile node-perf/tf-wide-deep: add support for Arm64 2019-03-11 14:03:32 +08:00
README.md delete all duplicate empty blanks 2019-02-23 10:28:04 +08:00
VERSION

README.md

Tensorflow Official Wide Deep Model

The container image described here predicts the income using the census income dataset in Tensorflow. For more information, see https://github.com/tensorflow/models/tree/master/official/wide_deep. This image is used as a workload in in node performance testing.

How to release:

# Build
$ cd $K8S_ROOT/test/images
$ make all WHAT=node-perf/tf-wide-deep

# Push
$ cd $K8S_ROOT/test/images
$ make all-push WHAT=node-perf/tf-wide-deep