From 2091a59ff577394fc5af633818efc08c5f7ffe5e Mon Sep 17 00:00:00 2001 From: gaotingquan Date: Fri, 7 Apr 2023 12:52:31 +0000 Subject: [PATCH] fix reference url --- ppcls/arch/backbone/model_zoo/mobilevit_v3.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ppcls/arch/backbone/model_zoo/mobilevit_v3.py b/ppcls/arch/backbone/model_zoo/mobilevit_v3.py index 51b41954..a1758795 100644 --- a/ppcls/arch/backbone/model_zoo/mobilevit_v3.py +++ b/ppcls/arch/backbone/model_zoo/mobilevit_v3.py @@ -12,7 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -# Code was based on https://github.com/micronDLA/MobileViTV3/blob/main/MobileViTv3-v1/cvnets/models/classification/mobilevit.py +# Code was based on https://github.com/micronDLA/MobileViTv3/blob/main/MobileViTv3-v1/cvnets/models/classification/mobilevit.py # reference: https://arxiv.org/abs/2209.15159 import math -- GitLab