I am trying to learn how to use a tensogram, and I would like it to run in my program. I do not understand how to create a log directory. These are the lines that I use to work tensocardboard.
summary_writer = tf.train.SummaryWriter('/tensorflow/logdir', sess.graph_def)
tensorboard --logdir=tensorflow/logdir
The error message I received was
Cannot assign to operator
source
share