From 8daae0b918c511fe0ee955ac9d0d240b1bafdd23 Mon Sep 17 00:00:00 2001 From: Ilya Date: Sun, 20 Oct 2019 01:21:37 +0300 Subject: [PATCH] Little fix in README.md MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Be the one who has accepted my first pull request 🥺 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4985335..504de73 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,7 @@ Simply execute: ``` python CNN_TB_Example.py ``` -To train the CNN and get logs saved to mnist_TB_logs folder. +to train the CNN and get logs saved to mnist_TB_logs folder. To view logs simply run: ``` tensorboard --logdir=mnist_TB_logs