|
|
|
|
|
by cogware
3845 days ago
|
|
Great tutorial - Well written and good patterns for TensorFlow usage, e.g. checkpointing, name scopes for cleaning up the graph visualization, and using summaries/TensorBoard, and also nice explanations of the concepts. Though I'm curious why you used VALID padding not SAME for the conv layers? It seems like it would be simpler to use SAME. Also, minor nit: TensorFlow and TensorBoard should both have two letters capitalized |
|
I will fix the capitalization!