xq17307331726

Results 1 issues of xq17307331726

请问这个是什么意思?可以怎么解决? # Load the trained model model = load_model('/content/drive/MyDrive/Model/CNN-BiLSTM-Attention_Model_Final.h5', custom_objects={"cc": cc, "Attention": Attention}) # Load the history object with open('/content/drive/MyDrive/Model/CNN-BiLSTM-Attention_history_Final.pkl', 'rb') as f: history = pickle.load(f)

question