from keras.models import load_model load_model() 只能load 由save_model保存的,将模型和weight全load进来 filepath: String, path to the saved model.
確定! 回上一頁