JeCase / LoadElectricity_Forecasting_CNN-BiLSTM-Attention

Performed comparative analysis of BiLSTM, CNN-BiLSTM and CNN-BiLSTM with attention models for forecasting cases.
28 stars 4 forks source link

Model issues #2

Open fotounshaqra opened 4 months ago

fotounshaqra commented 4 months ago

I'm having issues regarding this part of the code import pickle

Save the trained model

model.save('/content/drive/MyDrive/Model/BiLSTM_Model_Final.h5')

Save the history object

with open('/content/drive/MyDrive/Model/BiLSTM_history_Final.pkl', 'wb') as f: pickle.dump(history.history, f)

Can you please upload it to the repo that would be great. Thank You