close

#保存整個model(含資料)
model.save('my_model.h5')
model=load_model('my_model.h5') 
#保存權重(不含資料)
model.save('my_model.h5')
model=load_model('my_model.h5') 

KERAS是基於Tensorflow的高階API,使用比Tensorflow簡單

model = Sequential()

保存的model載入前似乎要補這條


arrow
arrow
    文章標籤
    Keras python model tensorflow
    全站熱搜
    創作者介紹
    創作者 低階ㄇㄋ 的頭像
    低階ㄇㄋ

    蟲匯聚之所

    低階ㄇㄋ 發表在 痞客邦 留言(0) 人氣()