Icon

Examples

This directory contains 3 workflows.

IconCreate_​MNIST_​Model_​For_​TensorFlow_​Serving 

This workflow trains a simple convolutional neural network (CNN) on the MNIST dataset via Keras. It then adds the 'serving' tag to the network and uploads […]

IconPredict_​Using_​MNIST_​Model_​Deployed_​In_​TensorFlow_​Serving 

This workflow can be used as an inference workflow running in KNIME Edge that takes an image as input and uses an MNIST mode deployed via TensorFlow Serving […]

IconUpload_​MNIST_​TensorFlow_​Model_​To_​S3 

This workflow reads a TensorFlow model trained on the MNIST dataset. It then adds the 'serving' tag to the network and uploads it to S3 as saved model. In […]