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

Fixed ONNX ConvTranspose #792

Merged
merged 5 commits into from May 10, 2022

Conversation

wjj19950828
Copy link
Collaborator

@wjj19950828 wjj19950828 commented May 10, 2022

Create A Good Pull Request

下面的文字请保留在PR说明的最后面,并在提完PR后,根据实际情况勾选确认以下情况

Please check the follow step before merging this pull request

  • Python code style verification
  • Review all the code diff by yourself
  • All models(TensorFLow/Caffe/ONNX/PyTorch) testing passed
  • Details about your pull request, releated issues

If this PR add new model support, please update model_zoo.md and add model to out test model zoos(@wjj19950828)

  • New Model Supported
  • No New Model Supported

Do follow contributes

1、修复ONNX ConvTranspose op对pads处理时的bug,之前实现没注意到ONNX与Paddle对pad的分布不一样
ONNX:[x1_begin, x2_begin...x1_end, x2_end,...]
Paddle:[x1_begin, x1_end...x2_begin, x2_end,...]
2、deal with #790
3、已添加模型到模型库

@jiangjiajun jiangjiajun merged commit 3da0e06 into PaddlePaddle:develop May 10, 2022
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.

None yet

2 participants