k8s.io/kubernetes@v1.29.3/test/images/node-perf/tf-wide-deep/README.md (about)

     1  ## Tensorflow Official Wide Deep Model
     2  
     3  The container image described here predicts the income using the census income dataset in Tensorflow. For more
     4  information, see
     5  [https://github.com/tensorflow/models/tree/v2.0/official/r1/wide_deep](https://github.com/tensorflow/models/tree/v2.0/official/r1/wide_deep).
     6  This image is used as a workload in node performance testing.
     7  
     8  ## How to release:
     9  ```
    10  # Build
    11  $ cd $K8S_ROOT/test/images
    12  $ make all WHAT=node-perf/tf-wide-deep
    13  
    14  # Push
    15  $ cd $K8S_ROOT/test/images
    16  $ make all-push WHAT=node-perf/tf-wide-deep
    17  ```