config.yaml edited online with Bitbucket
Set batchsize to default value
This commit is contained in:
parent
2117e2a294
commit
4d95b84f2f
@ -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
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user