Skip to content

Commit d428ddc

Browse files
committed
reduce batch size
1 parent 8553312 commit d428ddc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

examples/v1beta1/kubeflow-training-operator/tfjob-mnist-with-summaries.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@ spec:
2929
- name: batch_size
3030
parameterType: int
3131
feasibleSpace:
32-
min: "100"
33-
max: "200"
32+
min: "10"
33+
max: "20"
3434
trialTemplate:
3535
primaryContainerName: tensorflow
3636
trialParameters:

0 commit comments

Comments
 (0)