smallwhi

Results 4 issues of smallwhi

![image](https://user-images.githubusercontent.com/66171021/160862549-6a9f82bf-3ef5-4098-b811-128c504871f4.png) ![image](https://user-images.githubusercontent.com/66171021/160862489-6b13d3c4-7c97-43fa-a077-6e4a2143183a.png) 但是localhost可以访问

问题类型:其它 **问题描述** ======================== **ppyolo训练的模型想要进行参数敏感度分析的时候遇到了如下问题** ![image](https://user-images.githubusercontent.com/66171021/125725520-dbc64028-443b-4b47-9ff4-089d06efa857.png) **在 get_prune_params()函数里,没有PPYOLO,而我是用ResNet_50_vd_ssld作为backbone,我尝试修改了函数可以运行了** **做法是将PPYOLO划分到了,RetNet分类里面:** ![image](https://user-images.githubusercontent.com/66171021/125725552-623833f3-2a6b-454c-b597-832392efd8af.png)

问题类型:其它 **PaddleX版本** paddlex==1.3.10 **问题描述** ======================== > 加载的是faster rcnn模型,但是visualize的是yolo的敏感度分析文件,故无法正常运行 我加载的是faster_rcnn_r50_fpn.sensi的模型,visualize也是faster_rcnn_r50_fpn的分析文件报了这个错误,报错信息如下: ![image](https://user-images.githubusercontent.com/66171021/126052947-92b120c2-eb15-40fe-924d-cc9ae3115b77.png) 代码如下: ![image](https://user-images.githubusercontent.com/66171021/126053101-91186d5f-ca65-4a1d-ae27-24197250d6cc.png) 是模型分析参数的文件生成的不对吗?还是faster_rcnn_r50_fpn不能这样裁剪,如果这种方法不行应该怎么裁剪我的模型? 求大佬指点

问题类型:模型训练 **PaddleX版本** paddlex==1.3.7 **问题描述** ==================== 报错信息: ``` aistudio@jupyter-867535-2193921:~/work$ python train.py /opt/conda/envs/python35-paddle120-env/lib/python3.7/site-packages/matplotlib/__init__.py:107: DeprecationWarning: Using or importing the ABCs from 'collections' instead of from 'collections.abc' is deprecated, and in 3.8 it will...