MNIST Predictions: {'accuracy': 0.8891, 'prediction': array([7, 2, 1, ..., 4, 8, 6])}, TF version: 1.11.0
Install the Algorithmia CLI client by running:
curl -sSLf https://algorithmia.com/install.sh | sh
Then authenticate by running:
algo auth
# Enter API Key: YOUR_API_KEY
algo run AlgorithmiaSE/TensorFlowCPUDemo/0.1.0 -d '{"mnist_images": "data://Bcollins/tensorflow_mnist_data/t10k-images-idx3-ubyte.gz",
"mnist_labels": "data://Bcollins/tensorflow_mnist_data/t10k-labels-idx1-ubyte.gz"}'