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

Add PyTorch autoscan test #860

Open
wants to merge 16 commits into
base: develop
Choose a base branch
from

Conversation

wjj19950828
Copy link
Collaborator

@wjj19950828 wjj19950828 commented Aug 3, 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、针对torch api,添加autoscan单测系统
2、去除安装torch 1.6.0提示,支持最新torch 1.12.0
3、新增aten::_convolution_mode
4、修复aten::_convolution,之前实现只考虑torch.nn.convnd,weights为参数,新增torch.nn.functional.convnd以及torch.nn.functional.conv_transposend支持,weights为输入

@wjj19950828 wjj19950828 changed the title Add torch autoscan test Add PyTorch autoscan test Aug 3, 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

1 participant