--- language: en tags: - tensorflow - saved-model --- # ChrisCleaner/influence_prediction This repository contains a TensorFlow saved model. ## Usage ```python import tensorflow as tf model = tf.saved_model.load("model") ```