File tree Expand file tree Collapse file tree 4 files changed +6
-4
lines changed
templates/classification/efficientnet_b3 Expand file tree Collapse file tree 4 files changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -108,6 +108,8 @@ All notable changes to this project will be documented in this file.
108108 (< https://github.com/openvinotoolkit/training_extensions/pull/4057 > )
109109- Fix incorrect all_groups order configuration in HLabelInfo
110110 (< https://github.com/openvinotoolkit/training_extensions/pull/4067 > )
111+ - Fix wrong model name in converter & template
112+ (< https://github.com/openvinotoolkit/training_extensions/pull/4082 > )
111113
112114## \[ v2.1.0\]
113115
Original file line number Diff line number Diff line change 33# Copyright (C) 2024 Intel Corporation
44# SPDX-License-Identifier: Apache-2.0
55
6- __version__ = "2.2.0rc12 "
6+ __version__ = "2.2.0rc13 "
77
88import os
99from pathlib import Path
Original file line number Diff line number Diff line change 4040 "task" : OTXTaskType .MULTI_CLASS_CLS ,
4141 "model_name" : "mobilenet_v3_large" ,
4242 },
43- "Custom_Image_Classification_EfficinetNet -B3" : {
43+ "Custom_Image_Classification_EfficientNet -B3" : {
4444 "task" : OTXTaskType .MULTI_CLASS_CLS ,
4545 "model_name" : "tv_efficientnet_b3" ,
4646 },
47- "Custom_Image_Classification_EfficinetNet -V2-L" : {
47+ "Custom_Image_Classification_EfficientNet -V2-L" : {
4848 "task" : OTXTaskType .MULTI_CLASS_CLS ,
4949 "model_name" : "tv_efficientnet_v2_l" ,
5050 },
Original file line number Diff line number Diff line change 11# Description.
2- model_template_id : Custom_Image_Classification_EfficinetNet -B3
2+ model_template_id : Custom_Image_Classification_EfficientNet -B3
33name : EfficientNet-B3
44task_type : CLASSIFICATION
55task_family : VISION
You can’t perform that action at this time.
0 commit comments