from keras.models import load_model # 刪除既有模型變數del model # 載入模型model = load_model('my_model.h5') ... f = np.load(get_file("mnist.npz", ...
確定! 回上一頁