模型結構存檔:以下程式將結構存到model.config 檔案,檔案為JSON或YAML格式。 from keras.models import model_from_json json_string = model.to_json() ...
確定! 回上一頁