Outils pour utilisateurs

Outils du site


linux_compiler_tensorflow_avec_bazel

Ceci est une ancienne révision du document !


Linux Compiler Tensorflow avec Bazel

Ressources

Contexte

  • Ubuntu Mate 20.04
  • python 3.8
  • venv
# Bazel
 
sudo apt install apt-transport-https curl gnupg
curl -fsSL https://bazel.build/bazel-release.pub.gpg | gpg --dearmor > bazel.gpg
sudo mv bazel.gpg /etc/apt/trusted.gpg.d/
echo "deb [arch=amd64] https://storage.googleapis.com/bazel-apt stable jdk1.8" | sudo tee /etc/apt/sources.list.d/bazel.list
sudo apt update
 
sudo apt install bazel
 
# Dépendances
python3 -m pip install numpy wheel
python3 -m pip install keras_preprocessing --no-deps
linux_compiler_tensorflow_avec_bazel.1639036266.txt.gz · Dernière modification : 2021/12/09 07:51 de serge