TrafficFlowPrediction icon indicating copy to clipboard operation
TrafficFlowPrediction copied to clipboard

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

Open hessam94 opened this issue 5 years ago • 0 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')

hessam94 avatar Oct 12 '20 20:10 hessam94