nobody

Results 2 issues of nobody

使用如下命令进行自动压缩时出现错误: ``` %cd /home/aistudio/work/PaddleSlim-develop/ !python demo/auto_compression/detection/run.py --config_path=demo/auto_compression/detection//configs/ppyoloe_l_qat_dist.yaml --eval=True ``` 报错为: ``` /home/aistudio/work/PaddleSlim-develop /opt/conda/envs/python35-paddle120-env/lib/python3.7/site-packages/paddle/tensor/creation.py:130: DeprecationWarning: `np.object` is a deprecated alias for the builtin `object`. To silence this warning, use `object` by...

使用下列命令评估时报错,评估出来map很低: ``` %cd /home/aistudio/work/PaddleSlim-develop/demo/auto_compression/detection/ !python run.py --config_path=./configs/ppyoloe_l_qat_dis.yaml --eval=True ``` 报错为:Exception in thread Thread-1: ``` Traceback (most recent call last): File "/opt/conda/envs/python35-paddle120-env/lib/python3.7/threading.py", line 926, in _bootstrap_inner self.run() File "/opt/conda/envs/python35-paddle120-env/lib/python3.7/threading.py", line 870,...