File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -80,13 +80,15 @@ update_yaml_files "${CONFIG_PATH}" ":[^[:space:]].*\"" ":${TAG}\""
80
80
# Postfixes for the each Trial image.
81
81
MXNET_MNIST=" mxnet-mnist"
82
82
PYTORCH_MNIST=" pytorch-mnist"
83
+ TF_MNIST_WITH_SUMMARIES=" tf-mnist-with-summaries"
83
84
ENAS_GPU=" enas-cnn-cifar10-gpu"
84
85
ENAS_CPU=" enas-cnn-cifar10-cpu"
85
86
DARTS=" darts-cnn-cifar10"
86
87
87
88
echo -e " Update Katib Trial training container images\n"
88
89
update_yaml_files " ./" " ${OLD_PREFIX}${MXNET_MNIST} :.*" " ${NEW_PREFIX}${MXNET_MNIST} :${TAG} "
89
90
update_yaml_files " ./" " ${OLD_PREFIX}${PYTORCH_MNIST} :.*" " ${NEW_PREFIX}${PYTORCH_MNIST} :${TAG} "
91
+ update_yaml_files " ./" " ${OLD_PREFIX}${TF_MNIST_WITH_SUMMARIES} :.*" " ${NEW_PREFIX}${TF_MNIST_WITH_SUMMARIES} :${TAG} "
90
92
update_yaml_files " ./" " ${OLD_PREFIX}${ENAS_GPU} :.*" " ${NEW_PREFIX}${ENAS_GPU} :${TAG} "
91
93
update_yaml_files " ./" " ${OLD_PREFIX}${ENAS_CPU} :.*" " ${NEW_PREFIX}${ENAS_CPU} :${TAG} "
92
94
update_yaml_files " ./" " ${OLD_PREFIX}${DARTS} :.*" " ${NEW_PREFIX}${DARTS} :${TAG} "
You can’t perform that action at this time.
0 commit comments