How do I build tensorflow so it is optimised for build machine?

This page summarizes the projects mentioned and recommended in the original post on /r/tensorflow

Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
  • tensorflow

    An Open Source Machine Learning Framework for Everyone

    cd path/to/your/tf-build-folder mkdir tensorflow_pkg git clone https://github.com/tensorflow/tensorflow.git tensorflow-git cd tensorflow-git/ git checkout r2.4 git pull ## only later, if you want to update source

  • Bazel

    a fast, scalable, multi-language and extensible build system

    cd path/to/your/tf-build-folder wget https://github.com/bazelbuild/bazel/releases/download/3.1.0/bazel-3.1.0-dist.zip unzip bazel-3.1.0-dist.zip -d bazel-3.1.0 cd bazel-3.1.0 ./compile.sh

  • WorkOS

    The modern identity platform for B2B SaaS. The APIs are flexible and easy-to-use, supporting authentication, user identity, and complex enterprise features like SSO and SCIM provisioning.

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts