We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 54a7ea8 commit 3165adaCopy full SHA for 3165ada
examples/mnist_savedmodel/mnist_savedmodel.py
@@ -49,6 +49,6 @@
49
logdir = "logs/mnist_savedmodel"
50
writer = tf.summary.create_file_writer(logdir)
51
tf.summary.trace_on()
52
-values = probability_model(x_test[:1, :, :])
+values = probability_model.predict(x_test[:1, :, :])
53
with writer.as_default():
54
tf.summary.trace_export("Default", step=0)
0 commit comments