Merge pull request #113282 from xmcqueen/master

Image Version Bump in Manifest for Node Perf Test tf-wide-deep
This commit is contained in:
Kubernetes Prow Robot
2022-11-01 19:58:45 -07:00
committed by GitHub
2 changed files with 2 additions and 2 deletions

View File

@@ -56,7 +56,7 @@ func (w tfWideDeepWorkload) PodSpec() v1.PodSpec {
},
},
Command: []string{"/bin/sh"},
Args: []string{"-c", "python ./data_download.py && time -p python ./wide_deep.py --model_type=wide_deep --train_epochs=300 --epochs_between_evals=300 --batch_size=32561"},
Args: []string{"-c", "time -p python ./wide_deep.py --model_type=wide_deep --train_epochs=300 --epochs_between_evals=300 --batch_size=32561"},
}
containers = append(containers, ctn)