DenoisingDiffusionProbabilityModel-ddpm- icon indicating copy to clipboard operation
DenoisingDiffusionProbabilityModel-ddpm- copied to clipboard

关于uNet网络的问题

Open 0208t opened this issue 10 months ago • 1 comments

您好,我在查看网络结构的使用,print了uNet网络的数据大小, image 但程序会出现错误 image xiangwe想问问这个错误有大佬会改进吗?

0208t avatar Apr 18 '24 08:04 0208t

print('hs.append(h)', hs.append(h))这里出错啦,hs.append(h)的方法会再一次把h插入到hs中,造成后续的维度不匹配。同时该方法调用没有返回值,print了个寂寞hhh。

chenchen278 avatar Apr 23 '24 03:04 chenchen278