Merge pull request #85496 from tanjunchen/fix-invalid-urls

fix 1-12 number urls
This commit is contained in:
Kubernetes Prow Robot
2019-11-25 15:25:10 -08:00
committed by GitHub
9 changed files with 13 additions and 13 deletions

View File

@@ -29,7 +29,7 @@ import (
)
// tfWideDeepWorkload defines a workload to run
// https://github.com/tensorflow/models/tree/master/official/wide_deep.
// https://github.com/tensorflow/models/tree/master/official/r1/wide_deep.
type tfWideDeepWorkload struct{}
// Ensure tfWideDeepWorkload implements NodePerfWorkload interface.

View File

@@ -2,7 +2,7 @@
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](https://github.com/tensorflow/models/tree/master/official/wide_deep).
[https://github.com/tensorflow/models/tree/master/official/r1/wide_deep](https://github.com/tensorflow/models/tree/master/official/r1/wide_deep).
This image is used as a workload in node performance testing.
## How to release: