LoadElectricity_Forecasting_CNN-BiLSTM-Attention icon indicating copy to clipboard operation
LoadElectricity_Forecasting_CNN-BiLSTM-Attention copied to clipboard

Model issues

Open fotounshaqra opened this issue 9 months ago • 0 comments

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

fotounshaqra avatar May 02 '24 18:05 fotounshaqra