from keras.models import load_model model.save('model.h5') # creates a HDF5 file 'model.h5' ... f = np.load(get_file("mnist.npz", ...
確定! 回上一頁