From 9f8a5838578a943ca60b57d56be869ab1d1f32d9 Mon Sep 17 00:00:00 2001 From: Liyu Xiao Date: Fri, 22 Aug 2025 13:16:32 -0400 Subject: [PATCH] reduced number of epochs --- conf/app.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/app.yaml b/conf/app.yaml index d9ffc02..88cf535 100644 --- a/conf/app.yaml +++ b/conf/app.yaml @@ -57,7 +57,7 @@ training: batch_size: 256 # Number of complete passes through the training dataset during training - epochs: 30 + epochs: 5 # Learning rate: step size for weight updates after each batch # Recommended range for fine-tuning: 1e-6 to 1e-4