Skip to content

Commit a837a1d

Browse files
authored
Model templates: rename model_status value 'DISCONTINUED' to 'OBSOLETE' (#4051)
rename 'DISCONTINUED' to 'OBSOLETE' in model templates
1 parent 45906da commit a837a1d

File tree

1 file changed

+2
-2
lines changed
  • src/otx/tools/templates/segmentation/ocr_lite_hrnet_18

1 file changed

+2
-2
lines changed

src/otx/tools/templates/segmentation/ocr_lite_hrnet_18/template.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ name: Lite-HRNet-18
44
task_type: SEGMENTATION
55
task_family: VISION
66
instantiation: "CLASS"
7-
summary: Class-Incremental Semantic Segmentation with middle-sized architecture which based on the Lite-HRNet backbone for the balance between the fast inference and long training. (DISCONTINUED, please use Lite-HRNet-18-mod2 instead)
7+
summary: Class-Incremental Semantic Segmentation with middle-sized architecture which based on the Lite-HRNet backbone for the balance between the fast inference and long training. (OBSOLETE, please use Lite-HRNet-18-mod2 instead)
88
application: ~
99

1010
# Algo backend.
@@ -43,4 +43,4 @@ gigaflops: 3.45
4343
size: 4.5
4444

4545
# Model spec
46-
model_status: DISCONTINUED
46+
model_status: OBSOLETE

0 commit comments

Comments
 (0)