Skip to content

Commit

Permalink
[backend] bumpversion to 0.4.1 (#310)
Browse files Browse the repository at this point in the history
  • Loading branch information
IJtLJZ8Rm4Yr committed Feb 10, 2022
1 parent f23b261 commit d9ba2a5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion ymir/backend/.bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
[bumpversion]
current_version = 0.4.0
current_version = 0.4.1
commit = False
2 changes: 1 addition & 1 deletion ymir/backend/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion ymir/backend/src/ymir-app/app/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d9ba2a5

Please sign in to comment.