LoadElectricity_Forecasting_CNN-BiLSTM-Attention
LoadElectricity_Forecasting_CNN-BiLSTM-Attention copied to clipboard
Model issues
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