Skip to content

Commit

Permalink
reduce batch size
Browse files Browse the repository at this point in the history
  • Loading branch information
tenzen-y committed Dec 10, 2021
1 parent 8553312 commit d428ddc
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ spec:
- name: batch_size
parameterType: int
feasibleSpace:
min: "100"
max: "200"
min: "10"
max: "20"
trialTemplate:
primaryContainerName: tensorflow
trialParameters:
Expand Down

0 comments on commit d428ddc

Please sign in to comment.