I have built a neural network with Keras. I would visualize its data by Tensorboard, therefore I have utilized:
keras.
You wrote log_dir='/Graph' did you mean ./Graph instead? You sent it to /home/user/Graph at the moment.
log_dir='/Graph'
./Graph
/home/user/Graph