Skip to content
This repository has been archived by the owner on Jun 14, 2024. It is now read-only.

Releases: tensorflow/tfjs-converter

0.3.1

10 May 02:44
599f77c
Compare
Choose a tag to compare

New features

Python

  • Add options to select a signature when converting from TensorFlow Hub

Bug fixes

Python

  • Fix a path logic in the handling of relative paths bytensorflowjs.conveters.load_keras_model.
  • Fix an issue in tf_hub-to-tfjs model conversion.

0.3.0

06 May 14:44
889314f
Compare
Choose a tag to compare

New features

  • Support for TensorFlow frozen model conversion
  • Add converter: Tensorflow Hub -> tfjs FrozenModel
  • Add converter: tfjs Model -> Keras HDF5

0.2.0

26 Apr 06:34
2843f65
Compare
Choose a tag to compare

New features

  • Support Tensorflow Control flow ops (Merge, Switch, Enter, Exit, NextIteration). This would allow support of importing RNN model.
  • Support weight file quantization (4-bytes float32 compressed to 1 or 2 bytes uint), this shrinks the weight file size up to 4 times.

Bug fixes

0.1.2

19 Apr 21:11
d42c224
Compare
Choose a tag to compare

New features

  • tf_saved_model: Add support for session bundle format.
  • tf_saved_model: tensorflow/tfjs#160
  • keras: Added tfjs.converters.load_keras_model.

Bug fixes