Skip to content

TFJS Graph Converter v1.6.2

Compare
Choose a tag to compare
@patlevin patlevin released this 20 Aug 09:06
· 3 commits to master since this release
9f5107b

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.