# 学習済みモデルの読み込み
from keras.models import load_model
model = load_model('keras_curve_cnn2_line.h5')
# save as JSON
json_string = model.to_json()
json_name='keras_curve_cnn2_line.json'
with open(json_name, mode='w') as f:
f.write(json_string)
model.save_weights('keras_curve_cnn2_line_weights.h5')
日 | 月 | 火 | 水 | 木 | 金 | 土 |
---|---|---|---|---|---|---|
- | - | - | - | - | 1 | 2 |
3 | 4 | 5 | 6 | 7 | 8 | 9 |
10 | 11 | 12 | 13 | 14 | 15 | 16 |
17 | 18 | 19 | 20 | 21 | 22 | 23 |
24 | 25 | 26 | 27 | 28 | 29 | 30 |
31 | - | - | - | - | - | - |