As a Go developer, I want to upgrade to the latest version of the TensorFlow library, so that I get all the latest features and can use the latest hardware for faster inference.
We are currently using TensorFlow 1.15.2 and would like to upgrade to version 2.x (or later):
Since the TensorFlow project team has decided to remove the Go library wrapper originally available in the tensorflow/tensorflow repository, the galeone/tfgo project provides an alternative Go wrapper for TensorFlow v2. However, it may not support the very latest v2 release or needs to be upgraded first to support it (as it is an open-source project, you can submit a PR with the necessary changes).
Related Issues:
Acceptance Criteria:
Our Developer Guide explains how to set up a local build environment. You are welcome to contact us via email or chat if you would like to work on this and need additional guidance to get started.
As a Go developer, I want to upgrade to the latest version of the TensorFlow library, so that I get all the latest features and can use the latest hardware for faster inference.
We are currently using TensorFlow 1.15.2 and would like to upgrade to version 2.x (or later):
Since the TensorFlow project team has decided to remove the Go library wrapper originally available in the
tensorflow/tensorflowrepository, thegaleone/tfgoproject provides an alternative Go wrapper for TensorFlow v2. However, it may not support the very latest v2 release or needs to be upgraded first to support it (as it is an open-source project, you can submit a PR with the necessary changes).Related Issues:
Acceptance Criteria:
Our Developer Guide explains how to set up a local build environment. You are welcome to contact us via email or chat if you would like to work on this and need additional guidance to get started.