Merge pull request #85496 from tanjunchen/fix-invalid-urls
fix 1-12 number urls
This commit is contained in:
@@ -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.
|
||||
|
@@ -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:
|
||||
|
Reference in New Issue
Block a user