スポンサーリンク
カテゴリ:Python Python バージョン:Python2.7 Tensorflowバージョン:Tnsorflow 1.0 OSバージョン:Ubuntu 16.04.2
writer = tf.train.SummaryWriter("log", graph_def=sess.graph)
writer = tf.train.SummaryWriter("log", graph=sess.graph)
[Tensorflow FAQ]
[Tensorflow トップへ]