yoshall / UrbanFM

Pytorch Implementation of Urban Flow Magnifier (UrbanFM), KDD-19

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

程序运行不成功

zhuang999 opened this issue · comments

in forward
[ext_out1, ext_out2, ext_out3, ext_out4], dim=1).view(-1, 1, self.img_width, self.img_height))
RuntimeError: shape '[-1, 1, 32, 32]' is invalid for input of size 192
这个问题你有遇见过吗?