Skip to content

Latest commit

 

History

History
36 lines (27 loc) · 1.23 KB

README.md

File metadata and controls

36 lines (27 loc) · 1.23 KB

Build Status PyPI Release Python Versions

Convert from Tensorflow to CoreML

Python package to convert from Tensorflow to CoreML format. To get the latest version of tfcoreml, please run:

pip install --upgrade tfcoreml

For the latest changes please see the release notes.

Usage

Please see the Tensorflow conversion section in the Neural network guide on how to use the converter.

There are several notebook examples as well for reference.

There are scripts in the utils/ directory for visualizing and writing out a text summary of a given frozen TensorFlow graph. This could be useful in determining the input/output names and shapes. Another useful tool for visualizing frozen TensorFlow graphs is Netron.

License

Apache License 2.0