在Keras 中若要儲存與載入訓練好的模型或參數,可以使用其內建模型 ... 從HDF5 檔案載入參數(不含模型) model.load_weights('my_model_weights.h5').
確定! 回上一頁