Hzzone / Precipitation-Nowcasting

pytorch implemention of trajGRU.
547 stars 171 forks source link

S, B, C, H, W = inputs.size() 是否在运行的时候某些值为空呢? #3

Closed chaiwentao closed 5 years ago

chaiwentao commented 5 years ago

"../traj_rnn.py", line 139, in forward S, B, C, H, W = inputs.size() ValueError: not enough values to unpack (expected 5, got 1) 请问这个问题是什么导致的?这5个S,B,C,H,W的输入是如何输入进来的呢?