/tensorflow-handbook-tpu

TensorFlow 2 Handbook for TPU on Google Cloud

Primary LanguageJupyter NotebookApache License 2.0Apache-2.0

TensorFlow 2 Handbook for TPU on Google Cloud

TPU on Google Cloud

This repository is the TPU Chapter for 简单粗暴TensorFlow | A Concise Handbook of TensorFlow

Open In Colab

Book Chapter: TPU for Tensorflow - https://huan.github.io/tensorflow-handbook-tpu/

TPU on Google Cloud

INSTALL

Moung Google Storage Bucket as Local Directory

Install gcsfuse to mount Googl Cloud Storage Bucket.

https://github.com/GoogleCloudPlatform/gcsfuse/blob/master/docs/installing.md#ubuntu-and-debian-latest-releases

export GCSFUSE_REPO=gcsfuse-`lsb_release -c -s`
echo "deb http://packages.cloud.google.com/apt $GCSFUSE_REPO main" | sudo tee /etc/apt/sources.list.d/gcsfuse.list
curl https://packages.cloud.google.com/apt/doc/apt-key.gpg | sudo apt-key add -

sudo apt-get update
sudo apt-get install gcsfuse

Links

Author

Huan (李卓桓), Google Developers Expert in Machine Learning (ML GDE), zixia@zixia.net

profile for zixia at Stack Overflow, Q&A for professional and enthusiast programmers

Copyright & License

  • Code & Docs © 2019 - now Huan LI <zixia@zixia.net>
  • Code released under the Apache-2.0 License
  • Docs released under Creative Commons