tf.train.SummaryWriter()

tensorflow 新版取消了tf.train.SummaryWriter(),换成使用tf.summary.FileWriter()

你可能感兴趣的:(tensorflow)