Skip to content

添加mobileClip#3420

Open
zhou66-88 wants to merge 4 commits into
PaddlePaddle:developfrom
zhou66-88:fix-resolve-mobileclip-conflict
Open

添加mobileClip#3420
zhou66-88 wants to merge 4 commits into
PaddlePaddle:developfrom
zhou66-88:fix-resolve-mobileclip-conflict

Conversation

@zhou66-88

Copy link
Copy Markdown

模型介绍
添加 MobileCLIP2 模型的 PaddlePaddle 实现。
MobileCLIP2 是基于 CLIP 的高效视觉编码器,通过多尺度架构和先进的知识蒸馏策略,在移动端实现了极佳的零样本分类性能与推理效率的平衡。
验证内容

  • 前向对齐验证 :与 PyTorch 版本输出对齐,误差 < 1e-4
  • 可训练性验证 :Loss 可正常下降
  • 性能验证 :静态图加速达标

@CLAassistant

CLAassistant commented Apr 17, 2026

Copy link
Copy Markdown

CLA assistant check
All committers have signed the CLA.

@paddle-bot

paddle-bot Bot commented Apr 17, 2026

Copy link
Copy Markdown

Thanks for your contribution!

@zhangyubo0722

Copy link
Copy Markdown
Collaborator

缺少在__init__.py中的模型注册

zhangyubo0722
zhangyubo0722 previously approved these changes Jul 9, 2026
@@ -0,0 +1,33 @@
# -*- coding: utf-8 -*-
from .mobileclip.clip import CLIP

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

从哪里引入没有提交

@@ -0,0 +1,33 @@
# -*- coding: utf-8 -*-
from .mobileclip.clip import CLIP
from ..base.registry import BACKBONES

@zhangyubo0722 zhangyubo0722 Jul 9, 2026

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

该模块也没有实现

@zhangyubo0722

Copy link
Copy Markdown
Collaborator

补充readme文档,参考#3412

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants