shunyaoshih / TPA-LSTM

Temporal Pattern Attention for Multivariate Time Series Forecasting
699 stars 187 forks source link

TRAIN ERROR #16

Open astraeus1258 opened 3 years ago

astraeus1258 commented 3 years ago

when runs the train.py till lines 29 [loss, globalstep, ] = sess.run( fetches=[model.loss, model.global_step, model.update]) it shows error and turns to except tf.errors.OutOfRangeError: why?