Skip to content

Commit

Permalink
Merge pull request #184 from supervisely-ecosystem/reduce-batch-minimum
Browse files Browse the repository at this point in the history
Reduced batch size minimum
  • Loading branch information
MaxTeselkin committed Apr 5, 2023
2 parents f866937 + 9773c5e commit 1fb00f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion supervisely/train/src/ui/hyperparameters.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<sly-field title="Batch size"
description="total batch size for all GPUs. Use the largest batch size your GPU allows.
For example: 16 / 24 / 40 / 64 (batch sizes shown for 16 GB devices)">
<el-input-number v-model="state.batchSize" :min="6"></el-input-number>
<el-input-number v-model="state.batchSize" :min="1"></el-input-number>
</sly-field>
<sly-field title="Input image size (in pixels)"
description="Image is resized to square">
Expand Down

0 comments on commit 1fb00f9

Please sign in to comment.