PaddlePaddle / PaddleX

PaddlePaddle End-to-End Development Toolkit(飞桨低代码开发工具)
Apache License 2.0
4.6k stars 906 forks source link

paddlex安装成功后,import paddlex 很多warning这个影响吗?请大佬解答 #1607

Open zhl45l opened 1 year ago

zhl45l commented 1 year ago

C:\Program Files\Python39\lib\site-packages\paddlex\paddleseg\models\losses\decoupledsegnet_relax_boundary_loss.py:19: DeprecationWarning: Please use shift from the scipy.ndimage namespace, the scipy.ndimage.interpolation namespace is deprecated. from scipy.ndimage.interpolation import shift C:\Program Files\Python39\lib\site-packages\paddlex\paddleseg\transforms\functional.py:18: DeprecationWarning: Please use distance_transform_edt from the scipy.ndimage namespace, the scipy.ndimage.morphology namespace is deprecated. from scipy.ndimage.morphology import distance_transform_edt 2022-09-25 17:41:10,334-WARNING: type object 'QuantizationTransformPass' has no attribute '_supported_quantizable_op_type' 2022-09-25 17:41:10,334-WARNING: If you want to use training-aware and post-training quantization, please use Paddle >= 1.8.4 or develop version C:\Program Files\Python39\lib\site-packages\sklearn\utils\multiclass.py:13: DeprecationWarning: Please use spmatrix from the scipy.sparse namespace, the scipy.sparse.base namespace is deprecated. from scipy.sparse.base import spmatrix C:\Program Files\Python39\lib\site-packages\paddlex\ppcls\data\preprocess\ops\timm_autoaugment.py:38: DeprecationWarning: BILINEAR is deprecated and will be removed in Pillow 10 (2023-07-01). Use Resampling.BILINEAR instead. _RANDOM_INTERPOLATION = (Image.BILINEAR, Image.BICUBIC) C:\Program Files\Python39\lib\site-packages\paddlex\ppcls\data\preprocess\ops\timm_autoaugment.py:38: DeprecationWarning: BICUBIC is deprecated and will be removed in Pillow 10 (2023-07-01). Use Resampling.BICUBIC instead. _RANDOM_INTERPOLATION = (Image.BILINEAR, Image.BICUBIC)

jiangjiajun commented 1 year ago

没影响