FIBLAB / DeepSTN

Codes for AAAI 2019 DeepSTN+: Context-aware Spatial-Temporal Neural Network for Crowd Flow Prediction in Metropolis
63 stars 23 forks source link

the file STResNet.py has a bug #8

Open wanzhixiao opened 3 years ago

wanzhixiao commented 3 years ago

as title,when i run STResNet.py,raise ValueError: Only layers of same output shape can be merged using sum mode. Layer shapes: [(None, 6, 32, 2), (None, 2, 32, 32)], how to solve it?