diff --git a/ppcls/arch/backbone/model_zoo/mobilevit_v3.py b/ppcls/arch/backbone/model_zoo/mobilevit_v3.py index 51b4195442c6f62ba69047f15cec2622fc16b8f9..a175879560730bc6fc19b8c55806fb8f48843838 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