dengfenglai

Results 20 comments of dengfenglai

> 模型就是贵公司PaddleVideo项目里的pp-TSM呀,我使用的场景是人动作分类,数据集自己做的0-0 > […](#) > ------------------ 原始邮件 ------------------ 发件人: ***@***.***>; 发送时间: 2021年9月27日(星期一) 中午11:11 收件人: ***@***.***>; 抄送: ***@***.***>; ***@***.***>; 主题: Re: [PaddlePaddle/Paddle2ONNX] paddle2onnx -> Paddle-Video下的pp-TSM模型中There's 1 ops are not supported yet (#353) 您好,请问你的使用场景是?另外请提供一下你的模型,谢谢...

> git上已经回复你了,祝好运 > […](#) > ------------------ 原始邮件 ------------------ 发件人: "PaddlePaddle/Paddle2ONNX" ***@***.***>; 发送时间: 2021年11月19日(星期五) 中午11:42 ***@***.***>; ***@***.******@***.***>; 主题: Re: [PaddlePaddle/Paddle2ONNX] paddle2onnx -> Paddle-Video下的pp-TSM模型中There's 1 ops are not supported yet (#353) 模型就是贵公司PaddleVideo项目里的pp-TSM呀,我使用的场景是人动作分类,数据集自己做的0-0 … ------------------ 原始邮件 ------------------ 发件人: @.>;...

> onnx可以的,安卓版就需要转换为onnx。 > mnn没有试过 感谢大佬 请问这个同时支持中文字符,英文字符,数字识别吗? 还有您用的公开训练数据集是哪个? 谢谢

> VOC2007 感谢 感谢

do you fix it? could you share the solution?

将paddle2onnx升级到0.9.0, 依然有两个算子不支持: File "/storage1/xxxx/anaconda/envs/py37pp/lib/python3.7/site-packages/paddle2onnx/op_mapper/op_mapper.py", line 174, in check_support_status raise NotImplementedError(error_info) NotImplementedError: There's 2 ops are not supported yet =========== conditional_block =========== =========== select_input =========== 请问能解决吗

I add num_in_channels=4 below: ``` # Load safesentors self.pipe = StableDiffusionXLControlNetInpaintPipeline.from_single_file(model_address['sdxl卡哇伊3D'], original_config_file=config_adress['sdxl-base-config'], torch_dtype=torch.float16, local_files_only=True, use_safetensors=True, add_watermarker=False, controlnet=self.controlnets, num_in_channels=4 ) ``` load sucess but other error occur: `RuntimeError: Expected tensor for...

> Unable to reproduce: https://colab.research.google.com/gist/sayakpaul/ee9928961d26ac18d5b5c1e15363cf2a/scratchpad.ipynb?authuser=1. > > Cc: @DN6. ![企业微信截图_17110748899303](https://github.com/huggingface/diffusers/assets/50360389/0ec09e06-ce87-42e3-855c-0dd93c3c5db9) it occur error, but 0.26.3 is OK

> You must pass `num_channels=4` because the checkpoint you are initializing it from has 4 channels in the UNet in the stem block. thanks, but 0.26.3 is OK, and no...

> sorry I can't reproduce this, this runs for me > > the config file is https://raw.githubusercontent.com/Stability-AI/generative-models/main/configs/inference/sd_xl_base.yaml > > ```python > from diffusers import StableDiffusionXLPipeline > import torch > >...