Skip to content

1.22.0

Compare
Choose a tag to compare
@PINTO0309 PINTO0309 released this 18 May 12:58
· 130 commits to main since this release
  • Docker Image (arm64, Apple Silicon Mac)
    Distributed docker image is not compatible with ARM environments such as Apple Silicon Mac.
    Although Docker offers emulation for x86/amd64 environments, onnx2tf within this emulation mode results in an error, as shown below:

    $ root@39d07181ce27:/# onnx2tf -h
    > Illegal instruction

    This issue is suspected to be caused by the dependency of PyPI TensorFlow on x86-specific instruction sets.

    To address this,
    I've augmented the release process with GitHub Actions to include building and pushing Docker images for Arm64 architecture. This make it possible to execute onnx2tf with docker on Arm64 hosts.

What's Changed

Full Changelog: 1.21.6...1.22.0