Merge branch 'master' of ssh://git.iqser.com:2222/rr/image-prediction into monitoring

This commit is contained in:
cdietrich 2022-03-15 16:38:46 +01:00
commit 13445d98c3

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
monitoring_enabled: $MONITORING_ENABLED|True # if app is doing monitoring or not