Open DezeZhao opened 3 years ago
报错:卷积核的大小比输入尺寸还大。但哪一行代码报错呢?最好截个图过来。
------------------ 原始邮件 ------------------ 发件人: "XavierJiezou/pytorch-dcgan-mnist" @.>; 发送时间: 2021年4月12日(星期一) 下午3:47 @.>; @.***>; 主题: [XavierJiezou/pytorch-dcgan-mnist] runtime error (#1)
我运行您的代码的时候发现了这个问题,请问您有遇到吗 RuntimeError: Calculated padded input size per channel: (1 x 1). Kernel size: (4 x 4). Kernel size can't be greater than actual input size
— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub, or unsubscribe.
哦 我之前用我自己写的数据加载方法做的 没用你那个,现在用你的那个数据加载方法就好了 我加载数据的时候没有transforms.Resize(image_size),所以可能有点问题,谢谢。
我运行您的代码的时候发现了这个问题,请问您有遇到吗 RuntimeError: Calculated padded input size per channel: (1 x 1). Kernel size: (4 x 4). Kernel size can't be greater than actual input size