A simple program on how you can use tensor-board for visualization and how you can freeze your model graph and later use if for testing
tensorboard_train_freeze.py
tensorboard --logdir="/home/jai/Desktop/TensorBoard Example/example"
tensorboard_train_freeze.py
but it will be similar to above commandtest_freeze.py
test_freeze.py
loads the freezed graph and gives the accuracy of the model