TFJS Graph Converter v1.6.2
Bugfix Release
- fixes issue #39
- fixes unit tests
- adds support for Apple Silicon Macs by installing the proper dependencies
Notes
Release v1.6.1 introduced a bug wherein some models couldn't be properly converted anymore.
The cause of the problem was an overly complicated and unnecessary naming scheme for new nodes
generated during fused-op splitting.
The offending code has been removed and node names are always kept unique. In addition, unit tests
have been cleaned up and dependencies amended with proper support for Macs with Apple Silicon.