From dc882bfbcbfffaed6800f9a2141439f438b555b3 Mon Sep 17 00:00:00 2001 From: Harim Kang Date: Wed, 30 Oct 2024 23:26:39 +0900 Subject: [PATCH] Enable adaptive_bs with Efficientnet-V2-L model template (#4085) Enable adaptive_bs with Efficientnet-V2-L model --- .../templates/classification/efficientnet_v2_l/template.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/otx/tools/templates/classification/efficientnet_v2_l/template.yaml b/src/otx/tools/templates/classification/efficientnet_v2_l/template.yaml index 377368e3184..4db892a3131 100644 --- a/src/otx/tools/templates/classification/efficientnet_v2_l/template.yaml +++ b/src/otx/tools/templates/classification/efficientnet_v2_l/template.yaml @@ -29,6 +29,8 @@ hyper_parameters: default_value: 0 num_iters: default_value: 90 + auto_adapt_batch_size: + default_value: Safe # Training resources. max_nodes: 1