Skip to content

coremltools 3.1

Compare
Choose a tag to compare
@1duo 1duo released this 01 Nov 22:23
0b45246

Changes:

  • Add support for TensorFlow 2.x file format (.h5, SavedModel, and concrete functions).
  • Add support for several new ops, such as AddV2, FusedBatchNormV3.
  • Bug fixes in the Tensorflow converter's op fusion graph pass.

Known Issues:

  • tf.keras model conversion supported only with TensorFlow 2
  • Currently, there are issues while invoking the TensorFlow 2.x model conversion in Python 2.x.
  • Currently, there are issues while converting tf.keras graphs that contain recurrent layers.