From d9ba2a5f6c586a5aa494ba81d5d2dede680689ef Mon Sep 17 00:00:00 2001 From: IJtLJZ8Rm4Yr <90443055+IJtLJZ8Rm4Yr@users.noreply.github.com> Date: Thu, 10 Feb 2022 22:03:33 +0800 Subject: [PATCH] [backend] bumpversion to 0.4.1 (#310) --- ymir/backend/.bumpversion.cfg | 2 +- ymir/backend/requirements.txt | 2 +- ymir/backend/src/ymir-app/app/config.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/ymir/backend/.bumpversion.cfg b/ymir/backend/.bumpversion.cfg index e9bf02f00c..418d553a26 100644 --- a/ymir/backend/.bumpversion.cfg +++ b/ymir/backend/.bumpversion.cfg @@ -1,3 +1,3 @@ [bumpversion] -current_version = 0.4.0 +current_version = 0.4.1 commit = False diff --git a/ymir/backend/requirements.txt b/ymir/backend/requirements.txt index 62962a9123..8663a3108e 100644 --- a/ymir/backend/requirements.txt +++ b/ymir/backend/requirements.txt @@ -43,4 +43,4 @@ statsd==3.3.0 supervisor==4.2.2 types-redis==3.5.7 types-requests==2.25.2 -ymir-cmd==0.4.0 +ymir-cmd==0.4.1 diff --git a/ymir/backend/src/ymir-app/app/config.py b/ymir/backend/src/ymir-app/app/config.py index 8a9b26ad80..76049643cf 100644 --- a/ymir/backend/src/ymir-app/app/config.py +++ b/ymir/backend/src/ymir-app/app/config.py @@ -66,7 +66,7 @@ class Settings(BaseSettings): # RUNTIME RUNTIMES: Optional[ str - ] = '[{"name": "default_training_image", "hash": "d9f9ed3ceeaf", "type": 1, "url": "industryessentials/executor-det-yolov4-training:release-0.4.0", "config": "{\\"anchors\\": \\"12, 16, 19, 36, 40, 28, 36, 75, 76, 55, 72, 146, 142, 110, 192, 243, 459, 401\\", \\"image_height\\": 608, \\"image_width\\": 608, \\"learning_rate\\": 0.0013, \\"max_batches\\": 20000, \\"warmup_iterations\\": 1000, \\"batch\\": 64, \\"subdivisions\\": 32, \\"shm_size\\": \\"16G\\"}"}, {"name": "default_mining_image", "hash": "cdd66d019862", "type": 2, "url": "industryessentials/executor-det-yolov4-mining:release-0.4.0", "config": "{\\"data_workers\\": 28, \\"model_name\\": \\"yolo\\", \\"model_type\\": \\"detection\\", \\"strategy\\": \\"aldd_yolo\\", \\"image_height\\": 608, \\"image_width\\": 608, \\"batch_size\\": 16, \\"anchors\\": \\"12, 16, 19, 36, 40, 28, 36, 75, 76, 55, 72, 146, 142, 110, 192, 243, 459, 401\\", \\"confidence_thresh\\": 0.1, \\"nms_thresh\\": 0.45, \\"max_boxes\\": 50}"}, {"name": "default_inference_image", "hash": "cdd66d019862", "type": 9, "url": "industryessentials/executor-det-yolov4-mining:release-0.4.0", "config": "{\\"image_height\\": 608, \\"image_width\\": 608, \\"anchors\\": \\"12, 16, 19, 36, 40, 28, 36, 75, 76, 55, 72, 146, 142, 110, 192, 243, 459, 401\\", \\"write_result\\": true, \\"confidence_thresh\\": 0.1, \\"nms_thresh\\": 0.45, \\"max_boxes\\": 50}"}]' # noqa: E501 + ] = '[{"name": "default_training_image", "hash": "9af9b02a22b0", "type": 1, "url": "industryessentials/executor-det-yolov4-training:release-0.4.1", "config": "{\\"anchors\\": \\"12, 16, 19, 36, 40, 28, 36, 75, 76, 55, 72, 146, 142, 110, 192, 243, 459, 401\\", \\"image_height\\": 608, \\"image_width\\": 608, \\"learning_rate\\": 0.0013, \\"max_batches\\": 20000, \\"warmup_iterations\\": 1000, \\"batch\\": 64, \\"subdivisions\\": 32, \\"shm_size\\": \\"16G\\"}"}, {"name": "default_mining_image", "hash": "a573d13b71bb", "type": 2, "url": "industryessentials/executor-det-yolov4-mining:release-0.4.1", "config": "{\\"data_workers\\": 28, \\"model_name\\": \\"yolo\\", \\"model_type\\": \\"detection\\", \\"strategy\\": \\"aldd_yolo\\", \\"image_height\\": 608, \\"image_width\\": 608, \\"batch_size\\": 16, \\"anchors\\": \\"12, 16, 19, 36, 40, 28, 36, 75, 76, 55, 72, 146, 142, 110, 192, 243, 459, 401\\", \\"confidence_thresh\\": 0.1, \\"nms_thresh\\": 0.45, \\"max_boxes\\": 50}"}, {"name": "default_inference_image", "hash": "a573d13b71bb", "type": 9, "url": "industryessentials/executor-det-yolov4-mining:release-0.4.1", "config": "{\\"image_height\\": 608, \\"image_width\\": 608, \\"anchors\\": \\"12, 16, 19, 36, 40, 28, 36, 75, 76, 55, 72, 146, 142, 110, 192, 243, 459, 401\\", \\"write_result\\": true, \\"confidence_thresh\\": 0.1, \\"nms_thresh\\": 0.45, \\"max_boxes\\": 50}"}]' # noqa: E501 # Online Sheet SHARING_TIMEOUT: int = 10