File size: 230 Bytes
9de911c |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 |
---
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")
```
|