Simple classification tasks
import tensorflow as tf
from tensorflow.examples.tutorials.mnist import input_data
mnist = input_data.read_data_sets(‘ data/’, one_hot=True)
# to be able to rerun
Simple classification tasks
import tensorflow as tf
from tensorflow.examples.tutorials.mnist import input_data
mnist = input_data.read_data_sets(‘ data/’, one_hot=True)
# to be able to rerun
I am running predictions on the tensorflow service model, and I return this PredictResponse object as output:
Result:
p> outputs {
key: “outputs”
value {
dtype: DT_FLOAT
tensor_s