xxddccaa
xxddccaa
MultiLabels模型导出的onnx模型推理 与 paddle模型相差非常大。 1 代码:PaddleClas develop分支 2 环境:docker images paddlepaddle/paddle:2.1.0-gpu-cuda11.2-cudnn8 下面是我操作的过程: # 导出到paddle推理模型 python3 tools/export_model.py -c ./ppcls/configs/quick_start/professional/MobileNetV1_multilabel_intent_eval.yaml -o Arch.pretrained="./output/k1000_focal_2/MobileNetV2/latest"  # 安装必要的包 python -m pip install -i https://pypi.tuna.tsinghua.edu.cn/simple --upgrade pip...
看了一些issues都不能解决我的问题: https://github.com/PaddlePaddle/Paddle2ONNX/issues/451 https://github.com/PaddlePaddle/Paddle2ONNX/issues/772 这是我的issues: https://github.com/PaddlePaddle/PaddleClas/issues/2174 对于同一张图输入,paddle模型输出后sigmod是(最大的两个数值是0.10090836, 0.96171629):  而onnx模型里面带了sigmod,输出就是想要的数值(最大的两个数值是0.00439452, 0.98361409):  想不出来是哪里出了问题,是paddle转onnx之后精度差这么多吗?
### What's the feature? I fail to use `python demo/gradio_inpainting.py` , I couldn't find a tutorial on how to use this. thx~ $ python demo/gradio_inpainting.py ==model_name aot_gan ==meta_file_dir /ssd/xiedong/workplace/mmagic Editable...
Why on earth is it
thank you for your project. i don't find yolov7-w6-face.yaml in your cfg directory, can you update, thx~
Epoch [1/30], Loss: 0.0000 Accuracy on test set: 81.23% 0.009939057285945933 Epoch [2/30], Loss: 0.0245 Accuracy on test set: 76.59% 0.009757729755661013 Epoch [3/30], Loss: 0.0623 Accuracy on test set: 77.08% 0.009460482294732423...
i use api,this greatly increases flexibility: ``` def roop_api(_: gr.Blocks, app: FastAPI): @app.post("/roop/image") async def roop_image( source_image: str = Body("",title="source face image"), target_image: str = Body("",title="target image"), face_index: list[int] =...
Question: How do SD's text_tokenizer and Unet work when the input prompt is too long? Description: Hello, esteemed expert! I have a question recently. When I use AUTOMATIC1111/stable-diffusion-webui, I found...
thankyou
### Is there an existing issue for this? - [X] I have searched the existing issues and checked the recent builds/commits of both this extension and the webui ### What...