xiaochus / TrafficFlowPrediction

Traffic Flow Prediction with Neural Networks(SAEs、LSTM、GRU).

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

hessam94 opened this issue · comments

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')