jagathg 0 Newbie Poster

I am using Kubeflow fairing to train a TensorFlow model on Kubernetes. The training succeeds but now I want to serve a prediction endpoint.

How can I retrieve the saved TensorFlow session from the training step so that I can do this? At the moment the result of the training step is saved inside the Docker container running on the Kubernetes cluster.