tfcoreml
is a python package for converting TensorFlow graphs to the Core ML .mlmodel format.
Source code is available on Github: tf-coreml.
The method for installing tfcoreml
follows the
standard python package installation steps.
Once you have set up a python environment, run:
pip install -U tfcoreml
The GitHub page contains more details on how to use the converter.
tfcoreml
has the following dependencies:
- tensorflow (1.1.0+)
- coremltools (0.6+)
- numpy (1.6.2+)
- protobuf (3.1.0+)
- six (1.10.0)