daixiangzi

Results 74 comments of daixiangzi

我转的时候,没有出现该错误但是出现了其他错误,不过已经解决了。

> 请问转onnx模型时遇到: > Type Error: Type parameter (T) bound to different types (tensor(float) and tensor(int64) in node (Add_4) > 大神们遇到了吗,咋解决呀 你可以帖下你的pytorch版本,当然,最好直接升级到1.6,这样错误会少很多。

I find baidu:https://github.com/PaddlePaddle/Paddle2ONNX/blob/develop/docs/zh/op_list.md support DCN to onnx

use Baidu paddle to train model and convert onnx ------------------ 原始邮件 ------------------ 发件人: "Zhaoqi ***@***.***>; 发送时间: 2021年4月28日(星期三) 下午3:29 收件人: ***@***.***>; 抄送: ***@***.***>; ***@***.***>; 主题: Re: [onnx/onnx] DCN is supported in frameworks time...

error ------------------ 原始邮件 ------------------ 发件人: "Zhaoqi ***@***.***>; 发送时间: 2021年4月28日(星期三) 下午3:34 收件人: ***@***.***>; 抄送: ***@***.***>; ***@***.***>; 主题: Re: [onnx/onnx] DCN is supported in frameworks time to add it to ONNX ? (#2665) use...

> Hi @Nial4 , > I meet a data problem. Could you give me some advice. I use the swin_transformer as my backbone for segmentation. My train_size is 256, and...

> And then it will be an error below > `FileNotFoundError: [Errno 2] No such file or directory: '/test_image/000001.png'` > `IsADirectoryError: [Errno 21] Is a directory: 'test_image'` > Hope you...

https://github.com/daixiangzi/3d_pose_baseline_pytorch

i meet same problem

today i test cifar-10(raw image is 32*32) 1.use efficientnet-b3 input_size is 300,but acc is very low 2.use efficientnet-b3 input_size is modified 32,the result is normal on conclusion,need model input_size to...