config.yaml edited online with Bitbucket

Set batchsize to default value
This commit is contained in:
Julius Unverfehrt 2022-03-07 10:10:34 +01:00
parent 2117e2a294
commit 4d95b84f2f

View File

@ -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