PaddleSlim icon indicating copy to clipboard operation
PaddleSlim copied to clipboard

PaddleSlim is an open-source library for deep model compression and architecture search.

Results 231 PaddleSlim issues
Sort by recently updated
recently updated
newest added

我相信你们的技术很强,但是你们的文档实在是太差了,对于初学者根本无法下手。 举个例子,你们的自动压缩ACT,在readme 里面只有量化的选项,我照搬这个例子去运行,可以正常运行,但是如果我需要剪枝呢,该怎么设置,没有例子,没有文档说明,我去看源代码,看到了相关设置,结果还是报错,按照报错提示修改了还是没用。后来发现你们有个文档网站https://paddleslim.readthedocs.io/zh_CN/develop/cv/detection/static/paddledetection_slim_pruing_tutorial.html, 结果根本就没有详细说明和例子,跳来跳去又跳到github上。微软的nni做的很好,跟着例子就能照猫画虎,你们的这个,我摸索了半天了,还是不行

Quant Analyzer provides: 1. compute the sensitivity of the model by quantizing layer by layer; (sensitivity is expressed as model accuracy for now) 2. rank the sensitivity which can show...

模型静态离线量化时,收到一个报错,请帮忙看下,谢谢! 模型为det模型,使用的inference为PaddleOCR/tools中export_model.py导出,该模型转为onnx是可以正常推理的,目前想将该模型量化后再转为onnx,但量化时报错如下: 使用MobileNetV1_infer.tar中的模型则没有这个问题。 /usr/local/lib/python3.8/dist-packages/paddle/fluid/executor.py:990: UserWarning: The variable inputs is not found in program. It is not declared or is pruned. Traceback (most recent call last): File "quant_post.py", line 97, in...

add picodet-s-npu full quant demo

请问新出的自动压缩支持PPYOLO系列吗?比如PPYOLO-mbv3_small模型。

Remove the QAT API and import them from PaddlePaddle.

在paddleslim中的recover_inference_program貌似提供了推理模型转训练模型的功能,但是没有找到具体的应用实例,可以给一个简单的demo演示一下该功能如何使用并进行训练吗?

https://github.com/PaddlePaddle/PaddleSlim/blob/8b156124638caf851e728f49cf46afb9ebf7ed4e/paddleslim/analysis/latency_predictor.py#L98