Skip to content

Conversation

justld
Copy link
Contributor

@justld justld commented Nov 1, 2021

百度论文复现赛第四期Espnetv2

1、添加了espnet backbone(paddleseg\models\backbones\espnet.py);
2、添加了espnet head(paddleseg\models\espnet.py);
3、添加了espnet cityscapes config(PaddleSeg\configs\espnet\espnet_cityscapes_1024_512_120k_x2.yml);

其他说明:
1、由于paddlepaddle==2.1.2 交叉熵损失函数的bug,需要在paddlepaddle-develop环境下才能跑通;
2、paddleseg-develop交叉熵损失函数有bug,需要更换为paddleseg-release/2.2的交叉熵损失。

@shiyutang
Copy link
Collaborator

@shiyutang shiyutang changed the title 百度论文复现赛第四期Espnetv2 [Feature] Add ESPNetV2 Model Nov 3, 2021
@justld justld requested a review from shiyutang November 3, 2021 07:31
Copy link
Collaborator

@shiyutang shiyutang left a comment

Choose a reason for hiding this comment

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

要求的修改已经完善,等待训练达到精度后即可合入,Good job~

@justld justld requested a review from shiyutang November 5, 2021 08:42
shiyutang
shiyutang previously approved these changes Nov 9, 2021
@justld justld requested a review from michaelowenliu November 9, 2021 13:44
@shiyutang
Copy link
Collaborator

将最新代码拉取后进行 validation,评估结果为mIOU=70.88%,预期精度为 mIOU=70.88%,符合预期,详细日志如下:
image

Copy link
Collaborator

@michaelowenliu michaelowenliu left a comment

Choose a reason for hiding this comment

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

@michaelowenliu michaelowenliu changed the title [Feature] Add ESPNetV2 Model [Feature] Add ESPNetV2 Nov 12, 2021
@michaelowenliu michaelowenliu merged commit a774a0d into PaddlePaddle:develop Nov 12, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants