This directory contains 3 workflows.
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 […]
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 […]
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 […]