Commit fd470cae authored by Asim Shankar's avatar Asim Shankar
Browse files

Respond to comments in the PR

parent 28f6f993
......@@ -26,14 +26,14 @@ import dataset
class Model(tf.keras.Model):
"""Class that defines a graph to recognize digits in the MNIST dataset.
"""Model to recognize digits in the MNIST dataset.
Network structure is equivalent to:
https://github.com/tensorflow/tensorflow/blob/r1.5/tensorflow/examples/tutorials/mnist/mnist_deep.py
and
https://github.com/tensorflow/models/blob/master/tutorials/image/mnist/convolutional.py
But written as a tf.keras and tf.layers APIs.
But written as a tf.keras.Model using the tf.layers API.
"""
def __init__(self, data_format):
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment