Merge branch 'master' of ssh://cloud.tormakristof.eu:2222/birbnetes/cnn-classification-service
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2020-10-01 16:14:22 +02:00
2 changed files with 5 additions and 3 deletions

View File

@@ -58,7 +58,7 @@ def run_everything(parameters: dict):
response = {
"tag": tag,
"probability": 1.0 if results[0] == 'sturnus' else 0.0,
"model": ...
"model": "TODO"
}
logging.info(f"Classification done!")