xiaochus / TrafficFlowPrediction

Traffic Flow Prediction with Neural Networks(SAEs、LSTM、GRU).
MIT License
567 stars 240 forks source link

GRU load model error, ValueError: GRU(reset_after=False) is not compatible with GRU(reset_after=True) #10

Open hessam94 opened 4 years ago

hessam94 commented 4 years ago

I got your codes and installed everything. but I get this error. Please answer if you know the reason. I get error by reading the gru model gru = load_model('TrafficFlowPrediction/model/gru.h5')