You can simply use load_model from keras.model class. For example: from keras.models import load_model. model = load_model('model.h5').
確定! 回上一頁