From 4d95b84f2fdc34a9e1862d3dee0e02ac2c2902d3 Mon Sep 17 00:00:00 2001 From: Julius Unverfehrt Date: Mon, 7 Mar 2022 10:10:34 +0100 Subject: [PATCH] config.yaml edited online with Bitbucket Set batchsize to default value --- config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.yaml b/config.yaml index c48b4d6..77c5141 100644 --- a/config.yaml +++ b/config.yaml @@ -5,7 +5,7 @@ webserver: service: logging_level: $LOGGING_LEVEL_ROOT|DEBUG # Logging level for service logger - batch_size: $BATCH_SIZE|2 # Number of images in memory simultaneously + batch_size: $BATCH_SIZE|32 # Number of images in memory simultaneously verbose: $VERBOSE|True # Service prints document processing progress to stdout run_id: $RUN_ID|fabfb1f192c745369b88cab34471aba7 # The ID of the mlflow run to load the model from