Skip to content

Latest commit

 

History

History
39 lines (28 loc) · 1.15 KB

README.rst

File metadata and controls

39 lines (28 loc) · 1.15 KB

tfcoreml

tfcoreml is a python package for converting TensorFlow graphs to the Core ML .mlmodel format. Source code is available on Github: tf-coreml.

Installation

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.

Dependencies

tfcoreml has the following dependencies:

  • tensorflow (1.1.0+)
  • coremltools (0.6+)
  • numpy (1.6.2+)
  • protobuf (3.1.0+)
  • six (1.10.0)

More Information