Skip to content

Latest commit

 

History

History
42 lines (28 loc) · 1.16 KB

README.rst

File metadata and controls

42 lines (28 loc) · 1.16 KB

tfcoreml

tfcoreml is a python package for converting Tensorflow graphs to the CoreML .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