Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[论文复现145] EfficientFormerV2 提交 #3303

Merged
merged 10 commits into from
Jun 5, 2023

Conversation

marshall-dteach
Copy link
Contributor

PR types

PR changes

Description

@marshall-dteach
Copy link
Contributor Author

TIPC已跑通
image

type: FPNNet
backbone:
type: efficientformerv2_s2_feat
pretrained: pretrained/eformer_s_2_pretrained.pdparams
Copy link
Collaborator

Choose a reason for hiding this comment

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

传到bos上

Copy link
Contributor Author

Choose a reason for hiding this comment

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

等模型结构没问题再传吧,不然得改参数名,导致重新上传

paddleseg/models/__init__.py Outdated Show resolved Hide resolved
paddleseg/models/fpnnet.py Outdated Show resolved Hide resolved
paddleseg/models/fpnnet.py Outdated Show resolved Hide resolved
paddleseg/models/fpnnet.py Outdated Show resolved Hide resolved
paddleseg/models/backbones/efficientformerv2.py Outdated Show resolved Hide resolved
@marshall-dteach
Copy link
Contributor Author

image
静态图推理

Copy link
Collaborator

@Sunting78 Sunting78 left a comment

Choose a reason for hiding this comment

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

请确认规范后进行修改

paddleseg/models/efficientformerv2_seg.py Outdated Show resolved Hide resolved
paddleseg/models/backbones/efficientformerv2.py Outdated Show resolved Hide resolved
paddleseg/models/efficientformerv2_seg.py Show resolved Hide resolved
paddleseg/models/efficientformerv2_seg.py Outdated Show resolved Hide resolved
paddleseg/models/backbones/efficientformerv2.py Outdated Show resolved Hide resolved
paddleseg/models/efficientformerv2_seg.py Show resolved Hide resolved
Copy link
Collaborator

@Sunting78 Sunting78 left a comment

Choose a reason for hiding this comment

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

LGTM

paddleseg/models/efficientformerv2_seg.py Outdated Show resolved Hide resolved

| Model | size | Head | Resolution | Training Iters | mIoU (slice) | Links |
| :---------------: | :--: | :----: | :--------: | :------------: | :----------: | :-----------------------------: |
| EfficientFormerV2 | s2 | FPNNet | 512x512 | 40000 | 42.16 | [model](https://bj.bcebos.com/paddleseg/dygraph/ade20k/efficientformerv2_s2_ade20k_512x512_40k/model.pdparams) \| [log](https://bj.bcebos.com/paddleseg/dygraph/ade20k/efficientformerv2_s2_ade20k_512x512_40k/train.log) \| [vdl](https://www.paddlepaddle.org.cn/paddle/visualdl/service/app/scalar?id=7397511b1f7607510aaafc218e4ec90d) |
Copy link
Collaborator

Choose a reason for hiding this comment

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

建议补充多个型号模型

Copy link
Contributor Author

Choose a reason for hiding this comment

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

明白,和Seaformer一样 等验收之后一块训练补充其他型号(我这几天攒攒算力卡,用脚本任务训练,算力不太够了)

Copy link
Collaborator

@juncaipeng juncaipeng left a comment

Choose a reason for hiding this comment

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

LGTM

@juncaipeng juncaipeng merged commit 28d8065 into PaddlePaddle:develop Jun 5, 2023
3 checks passed
@shiyutang shiyutang added the contributor Contribution from developers label Sep 21, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
contributor Contribution from developers
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants