安装 TensorFlow Lattice

有几种方法可以设置您的环境以使用 TensorFlow Lattice (TFL)。

  • 学习和使用 TFL 的最简单方法不需要安装:运行任何教程(例如 预制模型)。
  • 要在本地机器上使用 TFL,请安装 tensorflow-lattice pip 包。
  • 如果您有独特的机器配置,可以从源代码构建包。

使用 pip 安装 TensorFlow Lattice

使用 pip 安装。

pip install --upgrade tensorflow-lattice

请注意,您还需要安装 tf_keras 包。

从源代码构建

克隆 github 仓库

git clone https://github.com/tensorflow/lattice.git

从源代码构建 pip 包

python setup.py sdist bdist_wheel --universal --release

安装包

pip install --user --upgrade /path/to/pkg.whl