Flow-Style-VTON icon indicating copy to clipboard operation
Flow-Style-VTON copied to clipboard

Hello, I have a problem that the calculated output size is too small (512*1*0)when I train the model, is there anyone who have successfully run the pretrained train_PBAFN_stage1_fs.sh model could give me some suggestions?

Open wyf-gh opened this issue 2 years ago • 13 comments

problem )

wyf-gh avatar Oct 21 '22 04:10 wyf-gh

I met the same problem too

Dylonsword avatar Oct 25 '22 03:10 Dylonsword

@SenHe

Dylonsword avatar Oct 25 '22 03:10 Dylonsword

please check your input size, the PyTorch version you are using, etc.

SenHe avatar Oct 25 '22 08:10 SenHe

The PyTorch version I used is 1.10.0 suitable for CUDA11.1, I don't know which input size to check. If you met the same problem, have you found the solution? @Dylonsword

wyf-gh avatar Oct 27 '22 14:10 wyf-gh

I met the same problem too ,have you found the solution@SenHe @Dylonsword @wyf-gh

wang674 avatar Oct 30 '22 08:10 wang674

please refer to a previous issue.

SenHe avatar Oct 30 '22 12:10 SenHe

You could simply change the ceil mode of maxpool layer from last sequential layer of VGG networks to True if you are running on different pytorch version from author's. image

JacksonCakes avatar Nov 02 '22 01:11 JacksonCakes

Thank you very much,good luck to you

------------------ 原始邮件 ------------------ 发件人: "SenHe/Flow-Style-VTON" @.>; 发送时间: 2022年11月2日(星期三) 上午9:44 @.>; @.@.>; 主题: Re: [SenHe/Flow-Style-VTON] Hello, I have a problem that the calculated output size is too small (51210)when I train the model, is there anyone who have successfully run the pretrained train_PBAFN_stage1_fs.sh model could give me some suggestions? (Issue #32)

You could simply change the ceil mode of maxpool layer from last sequential layer of VGG networks to True if you are running on different pytorch version from author's.

— Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you commented.Message ID: @.***>

wang674 avatar Nov 02 '22 02:11 wang674

You could simply change the ceil mode of maxpool layer from last sequential layer of VGG networks to True if you are running on different pytorch version from author's. image

Thanks!

Dylonsword avatar Nov 05 '22 02:11 Dylonsword

Thank you ! @JacksonCakes

wyf-gh avatar Nov 09 '22 10:11 wyf-gh

I have met the same issue,then I process the picture to the 192*256 ,the issue has been solved

Hanjunzhe avatar May 06 '23 03:05 Hanjunzhe

@wang674 @Hanjunzhe @Dylonsword Did u complete your project?

abhi-9-kumar avatar May 07 '23 16:05 abhi-9-kumar

I have met the same issue,then I process the picture to the 192*256 ,the issue has been solved

could you tell me how to process the picture?thx!!!!!

hc123666 avatar May 30 '23 00:05 hc123666