keras-io icon indicating copy to clipboard operation
keras-io copied to clipboard

A 'NoneType' error occured from 'timeseries_traffic_forecasting.py'

Open tigflanker opened this issue 3 years ago • 0 comments
trafficstars

https://github.com/keras-team/keras-io/blob/2da9acbb1f0e6522f41753d23a4211d35f4976cb/examples/timeseries/timeseries_traffic_forecasting.py#L571

@akhodadadi Hi, There is a 'NoneType' error occured when i try to rerun 'timeseries_traffic_forecasting.py'. As follow code run, gcn_out has assign to None. ''' ... ... inputs = tf.transpose(inputs, [2, 0, 1, 3])

    gcn_out = self.graph_conv(inputs)

'''

tigflanker avatar Oct 05 '22 15:10 tigflanker