Skip to content

Commit dc882bf

Browse files
authored
Enable adaptive_bs with Efficientnet-V2-L model template (#4085)
Enable adaptive_bs with Efficientnet-V2-L model
1 parent c2614a5 commit dc882bf

File tree

1 file changed

+2
-0
lines changed
  • src/otx/tools/templates/classification/efficientnet_v2_l

1 file changed

+2
-0
lines changed

src/otx/tools/templates/classification/efficientnet_v2_l/template.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,8 @@ hyper_parameters:
2929
default_value: 0
3030
num_iters:
3131
default_value: 90
32+
auto_adapt_batch_size:
33+
default_value: Safe
3234

3335
# Training resources.
3436
max_nodes: 1

0 commit comments

Comments
 (0)