From 83fc10cd0fac7578fe48e5e8c60bb3c796b8c27e Mon Sep 17 00:00:00 2001 From: zhangyubo0722 Date: Mon, 6 Feb 2023 03:30:28 +0000 Subject: [PATCH] modify uniformer link --- ppcls/arch/backbone/model_zoo/uniformer.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ppcls/arch/backbone/model_zoo/uniformer.py b/ppcls/arch/backbone/model_zoo/uniformer.py index fa7dc9c7f..15c0879cd 100644 --- a/ppcls/arch/backbone/model_zoo/uniformer.py +++ b/ppcls/arch/backbone/model_zoo/uniformer.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/bytedance/UniFormer/blob/main/classification/uniformer.py +# Code was based on https://github.com/Sense-X/UniFormer # reference: https://arxiv.org/abs/2201.09450 from collections import OrderedDict