Simple tool to export serialized Keras models to a Tensorflow Servable
Requirements:
- Keras model serialized to h5 with keras.models.save() [requires H5py]
- Tensorflow 1.1.0
To use:
python3 export.py --model_path=/some/path --export_path=/another/path --export_version=some_integer