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

[OpTestPy] fix expand/expand_v2, fc,flatten_contiguous_range, gather, generate_proposals_v2,greater_equal diff! #8339

Merged
merged 14 commits into from
Feb 7, 2022

Conversation

zhoutianzi666
Copy link
Collaborator

No description provided.

@paddle-bot-old
Copy link

Thanks for your contribution!

@zhoutianzi666 zhoutianzi666 changed the title Op test py2 [OpTestPy] fix expand/expand_v2,fc,flatten_contiguous_range,gather,generate_proposals_v2,greater_equal diff! Jan 24, 2022
@zhoutianzi666 zhoutianzi666 changed the title [OpTestPy] fix expand/expand_v2,fc,flatten_contiguous_range,gather,generate_proposals_v2,greater_equal diff! [OpTestPy] fix expand/expand_v2, fc,flatten_contiguous_range, gather, generate_proposals_v2,greater_equal diff! Jan 24, 2022
@@ -175,4 +174,4 @@ REGISTER_LITE_KERNEL(gather, kHost, kFloat, kNCHW, GatherInt32Int64, int32int64)
.BindInput("Axis",
{LiteType::GetTensorTy(TARGET(kHost), PRECISION(kInt64))})
.BindOutput("Out", {LiteType::GetTensorTy(TARGET(kHost), PRECISION(kAny))})
.Finalize();
.Finalize();
Copy link
Collaborator

@lxwlaq lxwlaq Jan 28, 2022

Choose a reason for hiding this comment

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

加空行

"The op output has diff. We need to fix it as soon as possible.")
# self.add_ignore_check_case(
# teller1, IgnoreReasons.ACCURACY_ERROR,
# "The op output has diff. We need to fix it as soon as possible.")
Copy link
Collaborator

Choose a reason for hiding this comment

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

删掉注释

@@ -66,6 +66,7 @@ def sample_program_configs(self, draw):
stride = draw(
st.sampled_from([[16.0, 16.0], [24.0, 24.0], [16.0, 24.0]]))
pixel_offset = draw(st.booleans())
pixel_offset = True
Copy link
Collaborator

Choose a reason for hiding this comment

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

pixel_offset应该true或者false都行?

lxwlaq
lxwlaq previously approved these changes Jan 28, 2022
Copy link
Collaborator

@lxwlaq lxwlaq left a comment

Choose a reason for hiding this comment

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

LGTM

Copy link
Collaborator

@chenjiaoAngel chenjiaoAngel left a comment

Choose a reason for hiding this comment

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

LGTM

@zhoutianzi666 zhoutianzi666 merged commit d78bd97 into PaddlePaddle:develop Feb 7, 2022
zhoutianzi666 added a commit that referenced this pull request Feb 7, 2022
… gather, generate_proposals_v2,greater_equal diff! (#8339)"

This reverts commit d78bd97.
zhoutianzi666 added a commit to zhoutianzi666/Paddle-Lite that referenced this pull request Feb 7, 2022
zhoutianzi666 added a commit to zhoutianzi666/Paddle-Lite that referenced this pull request Feb 7, 2022
… generate_proposals_v2,greater_equal diff! (PaddlePaddle#8339)

* test=document_fix
zhoutianzi666 added a commit that referenced this pull request Feb 7, 2022
… generate_proposals_v2,greater_equal diff! (#8339) (#8394)

* test=document_fix
zhoutianzi666 added a commit that referenced this pull request Feb 7, 2022
… gather, generate_proposals_v2,greater_equal diff! (#8339) (#8394)"

This reverts commit 2b91e59.
@zhoutianzi666 zhoutianzi666 deleted the OpTestPy2 branch February 7, 2022 06:25
WeiLi233 pushed a commit to WeiLi233/Paddle-Lite that referenced this pull request Jun 28, 2022
… generate_proposals_v2,greater_equal diff! (PaddlePaddle#8339) (PaddlePaddle#8394)

* test=document_fix
WeiLi233 pushed a commit to WeiLi233/Paddle-Lite that referenced this pull request Jun 28, 2022
… generate_proposals_v2,greater_equal diff! (PaddlePaddle#8339) (PaddlePaddle#8394)

* test=document_fix
WeiLi233 pushed a commit to WeiLi233/Paddle-Lite that referenced this pull request Feb 13, 2023
test

[OpTestPy] fix expand/expand_v2, fc,flatten_contiguous_range, gather, generate_proposals_v2,greater_equal diff! (PaddlePaddle#8339) (PaddlePaddle#8394)

* test=document_fix

 fix Android C++ demo compile Fail bug (PaddlePaddle#8245)

* fix demo MakeFile

Add a convert_to_ssa macro definition (PaddlePaddle#8869)

rm convertToSSA API,test=huawei_ascend_npu test=nvidia_tensorrt test=verisilicon_timvx (PaddlePaddle#8988)

Sync with offical 3af2ffb

Sync with 3af2ffb
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.

3 participants