Grant Gasser
Grant Gasser
In the [CNN tutorial](https://github.com/aymericdamien/TensorFlow-Examples/blob/master/tensorflow_v2/notebooks/3_NeuralNetworks/convolutional_network.ipynb), the diagram shows a CNN with 3 convolutional and pooling layers, but the implementation has 2 convolutional and pooling layers, which may be confusing or misleading...
- Clean up `evaluation.ipynb` notebook - plug and play essentially (e.g. avoid thing where GT and EST sources getting mixed up/backwards) - make it easy for people to evaluate their...
Add instructions for performing evaluation using the `evaluation.ipynb` notebook and Tensorboard (in the `runs/` folder)
The infrastructure is there but there may need to be a little more refactoring to incorporate this. Low priority for now.