X2Paddle
X2Paddle copied to clipboard
Support CHAN-DST
Create A Good Pull Request
下面的文字请保留在PR说明的最后面,并在提完PR后,根据实际情况勾选确认以下情况
Please check the follow step before merging this pull request
- [x] Python code style verification
- [x] Review all the code diff by yourself
- [ ] All models(TensorFLow/Caffe/ONNX/PyTorch) testing passed
- [x] 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、修复aten::squeeze
,可能存在无aixs输入情况,导致inputs_name越界
2、标准化scope_name过程可能出现越界情况,添加判断