[ Keras ] ——基本使用:(5) 訓練結果保存(val_loss / val_acc / train_acc) + Tensorboard可視化

1. 訓練結果保存python hist=model.fit(train_set_x,train_set_y,batch_size=256) # 或 hist=model.fit_generator(gen,batch_size=256) with open('log_sgd_big_32.txt','w') as f: f.write(str(hist.history))   2. 利用
相關文章
相關標籤/搜索