Skip to content

Commit

Permalink
pre-commit
Browse files Browse the repository at this point in the history
  • Loading branch information
sungchul2 committed Jul 10, 2024
1 parent 6135260 commit 7849186
Show file tree
Hide file tree
Showing 22 changed files with 23 additions and 23 deletions.
2 changes: 1 addition & 1 deletion src/otx/recipe/detection/atss_mobilenetv2.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ model:
class_path: otx.algo.detection.atss.MobileNetV2ATSS
init_args:
label_info: 80

optimizer:
class_path: torch.optim.SGD
init_args:
Expand Down
2 changes: 1 addition & 1 deletion src/otx/recipe/detection/atss_mobilenetv2_tile.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ model:
class_path: otx.algo.detection.atss.MobileNetV2ATSS
init_args:
label_info: 80

optimizer:
class_path: torch.optim.SGD
init_args:
Expand Down
2 changes: 1 addition & 1 deletion src/otx/recipe/detection/atss_resnext101.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ model:
class_path: otx.algo.detection.atss.ResNeXt101ATSS
init_args:
label_info: 80

optimizer:
class_path: torch.optim.SGD
init_args:
Expand Down
2 changes: 1 addition & 1 deletion src/otx/recipe/detection/rtmdet_tiny.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ model:
class_path: otx.algo.detection.rtmdet.RTMDetTiny
init_args:
label_info: 80

optimizer:
class_path: torch.optim.AdamW
init_args:
Expand Down
2 changes: 1 addition & 1 deletion src/otx/recipe/detection/ssd_mobilenetv2.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ model:
class_path: otx.algo.detection.ssd.SSD
init_args:
label_info: 80

optimizer:
class_path: torch.optim.SGD
init_args:
Expand Down
2 changes: 1 addition & 1 deletion src/otx/recipe/detection/ssd_mobilenetv2_tile.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ model:
class_path: otx.algo.detection.ssd.SSD
init_args:
label_info: 80

optimizer:
class_path: torch.optim.SGD
init_args:
Expand Down
2 changes: 1 addition & 1 deletion src/otx/recipe/detection/yolox_l.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ model:
class_path: otx.algo.detection.yolox.YOLOXL
init_args:
label_info: 80

optimizer:
class_path: torch.optim.SGD
init_args:
Expand Down
2 changes: 1 addition & 1 deletion src/otx/recipe/detection/yolox_l_tile.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ model:
class_path: otx.algo.detection.yolox.YOLOXL
init_args:
label_info: 80

optimizer:
class_path: torch.optim.SGD
init_args:
Expand Down
2 changes: 1 addition & 1 deletion src/otx/recipe/detection/yolox_s.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ model:
class_path: otx.algo.detection.yolox.YOLOXS
init_args:
label_info: 80

optimizer:
class_path: torch.optim.SGD
init_args:
Expand Down
2 changes: 1 addition & 1 deletion src/otx/recipe/detection/yolox_s_tile.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ model:
class_path: otx.algo.detection.yolox.YOLOXS
init_args:
label_info: 80

optimizer:
class_path: torch.optim.SGD
init_args:
Expand Down
2 changes: 1 addition & 1 deletion src/otx/recipe/detection/yolox_tiny.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ model:
class_path: otx.algo.detection.yolox.YOLOXTINY
init_args:
label_info: 80

optimizer:
class_path: torch.optim.SGD
init_args:
Expand Down
2 changes: 1 addition & 1 deletion src/otx/recipe/detection/yolox_tiny_tile.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ model:
class_path: otx.algo.detection.yolox.YOLOXTINY
init_args:
label_info: 80

optimizer:
class_path: torch.optim.SGD
init_args:
Expand Down
2 changes: 1 addition & 1 deletion src/otx/recipe/detection/yolox_x.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ model:
class_path: otx.algo.detection.yolox.YOLOXX
init_args:
label_info: 80

optimizer:
class_path: torch.optim.SGD
init_args:
Expand Down
2 changes: 1 addition & 1 deletion src/otx/recipe/detection/yolox_x_tile.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ model:
class_path: otx.algo.detection.yolox.YOLOXX
init_args:
label_info: 80

optimizer:
class_path: torch.optim.SGD
init_args:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ model:
class_path: otx.algo.instance_segmentation.maskrcnn.MaskRCNNEfficientNet
init_args:
label_info: 80

optimizer:
class_path: torch.optim.SGD
init_args:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ model:
class_path: otx.algo.instance_segmentation.maskrcnn.MaskRCNNEfficientNet
init_args:
label_info: 80

optimizer:
class_path: torch.optim.SGD
init_args:
Expand Down
2 changes: 1 addition & 1 deletion src/otx/recipe/instance_segmentation/maskrcnn_r50.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ model:
class_path: otx.algo.instance_segmentation.maskrcnn.MaskRCNNResNet50
init_args:
label_info: 80

optimizer:
class_path: torch.optim.SGD
init_args:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ model:
class_path: otx.algo.instance_segmentation.maskrcnn.MaskRCNNResNet50
init_args:
label_info: 80

optimizer:
class_path: torch.optim.SGD
init_args:
Expand Down
2 changes: 1 addition & 1 deletion src/otx/recipe/instance_segmentation/maskrcnn_r50_tv.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ model:
class_path: otx.algo.instance_segmentation.maskrcnn_tv.TVMaskRCNNR50
init_args:
label_info: 80

optimizer:
class_path: torch.optim.SGD
init_args:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@ model:
class_path: otx.algo.instance_segmentation.maskrcnn_tv.TVMaskRCNNR50
init_args:
label_info: 80

optimizer:
class_path: torch.optim.SGD
init_args:
lr: 0.007
momentum: 0.9
weight_decay: 0.001

scheduler:
class_path: otx.core.schedulers.LinearWarmupSchedulerCallable
init_args:
Expand Down
2 changes: 1 addition & 1 deletion src/otx/recipe/instance_segmentation/maskrcnn_swint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ model:
class_path: otx.algo.instance_segmentation.maskrcnn.MaskRCNNSwinT
init_args:
label_info: 80

optimizer:
class_path: torch.optim.AdamW
init_args:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ model:
class_path: otx.algo.instance_segmentation.maskrcnn.MaskRCNNSwinT
init_args:
label_info: 80

optimizer:
class_path: torch.optim.AdamW
init_args:
Expand Down

0 comments on commit 7849186

Please sign in to comment.