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.
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.