Skip to content

Commit

Permalink
fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
fuqianya committed Oct 8, 2021
1 parent ea1e58e commit e5c9cfe
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions python/paddle/vision/models/alexnet.py
Original file line number Diff line number Diff line change
Expand Up @@ -153,6 +153,7 @@ def forward(self, inputs):
x = self._fc7(x)
x = F.relu(x)
x = self._fc8(x)

return x


Expand Down

1 comment on commit e5c9cfe

@paddle-bot-old
Copy link

@paddle-bot-old paddle-bot-old bot commented on e5c9cfe Oct 8, 2021

Choose a reason for hiding this comment

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

🕵️ CI failures summary

🔍 PR: #36058 Commit ID: e5c9cfe contains failed CI.

🔹 Failed: PR-CI-CPU-Py2

approve_failed
2021-10-08 16:41:26 1. You must have one RD (XiaoguangHu01, lanxianghit or Superjomn) approval for API change.
2021-10-08 16:41:26 and one TPM approval for API change:
2021-10-08 16:41:26 jzhang533/ZhangJun, dingjiaweiww/DingJiaWei, Heeenrrry/LiKunLun, TCChenlong/ChenLong for general APIs
2021-10-08 16:41:26 PangHua/XiangHui for distributed related APIs
2021-10-08 16:41:26 twismon/WangYunKai, CheQiXiao/CheQiXiao for inference related APIs.
2021-10-08 16:41:26 2. You must have one TPM approval for API documents change:
2021-10-08 16:41:26 jzhang533/ZhangJun, dingjiaweiww/DingJiaWei, Heeenrrry/LiKunLun, TCChenlong/ChenLong for general API docs
2021-10-08 16:41:26 PangHua/XiangHui for distributed related API docs
2021-10-08 16:41:26 twismon/WangYunKai, CheQiXiao/CheQiXiao for inference related API docs.
2021-10-08 16:41:26
2021-10-08 16:41:26 There are 3 approved errors.
2021-10-08 16:41:26 ****************
2021-10-08 16:41:26 API Difference is:
2021-10-08 16:41:26 + paddle.vision.models.AlexNet (ArgSpec(), ('document', 'cd55222e452e6da0d71b30899408ad2d'))
2021-10-08 16:41:26 + paddle.vision.models.AlexNet.forward (ArgSpec(args=['self', 'inputs'], varargs=None, varkw=None, defaults=None, kwonlyargs=[], kwonlydefaults=None, annotations={}), ('document', 'a8313a8e60085775349df5535ec8174b'))
2021-10-08 16:41:26 + paddle.vision.models.alexnet (ArgSpec(args=['pretrained'], varargs=None, varkw='kwargs', defaults=(False,), kwonlyargs=[], kwonlydefaults=None, annotations={}), ('document', '563aaac2f349c2bbba208ded9476409d'))
2021-10-08 16:41:26 + approval_error=6
2021-10-08 16:41:26 + '[' 6 '!=' 0 ']'
2021-10-08 16:41:26 + exit 6
2021-10-08 16:41:26 + EXCODE=6
2021-10-08 16:41:26 + echo 'EXCODE: 6'

Please sign in to comment.