【keras】win10使用tensorboard可視化時,「No dashboards are active for the current data set.」問題解決

在iwn10下,利用keras在模型保存和tensorboard可視化中遇到一個坑:「No dashboards are active for the current data set.」,在此做個記錄。 1. 訓練結果保存 hist=model.fit(train_set_x,train_set_y,batch_size=256) # 或 hist=model.fit_generator
相關文章
相關標籤/搜索