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

[Bug][CI] Remove legacy dependencies and Adapt to the latest numpy package #1181

Merged
merged 7 commits into from
Jan 29, 2024
Merged

Conversation

Zheng-Bicheng
Copy link
Collaborator

@Zheng-Bicheng Zheng-Bicheng commented Jan 29, 2024

  • Remove legacy dependencies
  • numpy.bool has been deprecated; replace it with numpy.bool_

… the PaddleInference model

* Remove support for dev_version being False
* **HealthCheck.all()** has been deprecated, replace it with **list(HealthCheck)**
* Fix the issue in CI where the ONNX output data has a shape of (1,), but the Paddle output data has a shape of ()
* Update Paddle API to PaddlePaddle 2.6.0
…of (1,), but the ONNX output data has a shape of ()

* Paddle API (affine_channel) has been deprecated, remove its corresponding unit test
* Fix the input data error in test_nn_functional_interpolate_linear_scale_factor_tensor
@Zheng-Bicheng
Copy link
Collaborator Author

暂未修复CI以及问题

./test_auto_scan_floordiv.py: ONNX推理结果与PaddleInference不一致
./test_auto_scan_multiclass_nms.py: ONNX推理结果与PaddleInference不一致
./test_auto_scan_reducemean_ops.py: 转换模型时出现错误
./test_auto_scan_unary_ops.py: 崩溃
./test_quantize_model.py: 奇怪的数据集问题
./test_quantize_model_minist.py: 奇怪的数据集问题
./test_quantize_model_speedup.py: 奇怪的数据集问题
./test_relu6.py: 崩溃
./test_swish.py: 崩溃

@Zheng-Bicheng
Copy link
Collaborator Author

@jiangjiajun Hey, here

@jiangjiajun jiangjiajun merged commit a226336 into PaddlePaddle:develop Jan 29, 2024
1 of 2 checks passed
@Zheng-Bicheng Zheng-Bicheng changed the title Fixed CI Bug [Bug][CI] Remove legacy dependencies and Adapt to the latest numpy package Feb 20, 2024
@Zheng-Bicheng Zheng-Bicheng added Bug Something isn't working CI labels Feb 20, 2024
@Zheng-Bicheng Zheng-Bicheng deleted the fixed_ci branch February 26, 2024 09:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug Something isn't working CI
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants