hhhhcd

Results 7 issues of hhhhcd

求教,我想像pytorch一样加载Paddle2.0训练好的模型参数model.pdparams,运用Summary函数可以输出参与训练的参数量和总的模型参数量,请问该怎么写呢? The number of parameters involved in the training and the total number of parameters in the model can be displayed by using the Summary function. import paddle save_path =...

question

您好,我使用PaddleSlim对PaddleSeg的模型进行量化训练 ![image](https://user-images.githubusercontent.com/101849755/175762682-fad57ff1-48e5-4555-80ab-a5a1f040c699.png) 这是我的量化模型,我使用测试脚本测试效果很好,请问一下,我怎样可以输出量化之后模型的参数量Params和量化模型进行一次模型推理所需要的计算量Flops呢?

求助,运行paddleslim提供的蒸馏训练时出现 错误,paddlepaddle-gpu版本2.2.1,paddleslim版本2.2.0 ![image](https://user-images.githubusercontent.com/101849755/173539158-dcbf9357-a3f2-4574-8dbc-50b550f24bd1.png)

When I call openvino2020 version for deployment in my own project, it is very successful. When I change openvino2020 version to openvino2021.4.752, when using InferenceEngine::Core ie, C++ will show the...

bug
support_request

您好,我使用paddle2onnx1.0.0对paddle1.8下环境训练的模型进行转换出现以下错误: ![image](https://user-images.githubusercontent.com/101849755/190304816-54b124a3-8cd5-4e0a-9c40-0429b84847f6.png) 我使用的指令是这样的: paddle2onnx --model_dir output/det/model/ --model_filename best_accuracy.pdmodel --params_filename best_accuracy.pdparams --save_file output/det/onnx/ocr.onnx --opset_version 9 --enable_onnx_checker True

### 问题确认 Search before asking - [X] 我已经搜索过问题,但是没有找到解答。I have searched the question and found no related answer. ### 请提出你的问题 Please ask your question 您好,我使用Solov2的导出模型进行转换,使用paddle2onnx工具, paddle2onnx版本:1.0.5 paddle2paddle版本:2.3.0 导出指令: paddle2onnx --model_dir tube/...

Hello, have you used Qt Widget to develop the Flux framework?