TFJS Graph Converter v1.4
TFJS Graph Model Converter 1.4.0
This release adds a new flag for improved model compatibility with TensorflowJS for NodeJS.
Converted models that have int64
inputs aren't supported by tf.node.
Using the new flag --compat_mode
, the converted model will now convert the input datatype to be compatible with TFJS ≤v2.4.0.
Features
- New flag
--compat_mode
/-c
for TFJS compatibility
Fixed Issues
- Fixed issue #23
Installation
Use pip install -U tfjs-graph-converter
to install or upgrade to the current version