TensorBoard
Tensorboard can be used for Model Visualization and Logging, and is open with Terminal command:
Create Summary Log
Summary
are operations:
Summary
writes some summary to a log file
- Example
Name Scoping
1. Name scoping is useful for sharing weights
2. Name scoping is useful for cleaner code when similar structures can be re-used
Build a basic Neural Network Model