Skip to content

Commit

Permalink
Add deprecation notice to Colabs and update the README file.
Browse files Browse the repository at this point in the history
 BEGIN_PUBLIC
 Add deprecation notice to Colabs.
 END_PUBLIC

PiperOrigin-RevId: 660557217
Change-Id: I74dbe17d5444918df658729318f35a4d8c72cd3f
  • Loading branch information
TensorFlow GAN Team authored and copybara-github committed Aug 7, 2024
1 parent d385f4c commit be35c9a
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1,265 deletions.
26 changes: 1 addition & 25 deletions tensorflow_gan/examples/colab_notebooks/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,28 +3,4 @@
### How to run


You can run the introductory tutorial Colab notebook
[here](https://github.com/tensorflow/gan/tree/master/tensorflow_gan/examples/colab_notebooks/tfgan_tutorial.ipynb).
You can run the cloud TPU Colab notebook
[here](https://github.com/tensorflow/gan/tree/master/tensorflow_gan/examples/colab_notebooks/tfgan_on_tpus.ipynb).

### Description

#### TF-GAN Tutorial

Author: Joel Shor, David Westbrook

This Colab notebook introduces TF-GAN's `GANEstimator`.
The estimator framework abstracts the training details so
you can focus on the details that matter.

#### TF-GAN on Cloud TPUs Tutorial

Author: Tom Brown, Joel Shor, David Westbrook

This Colab notebook shows you how to use
TF-GAN's `TPUGANEstimator` to train GANs on Google's cloud TPU. This
infrastructure gives you unprecedented compute power and batch size. In
less than **five minutes**, you can train an unconditional GAN on CIFAR10.

<img src="images/cifar_cloudtpu.png" title="GAN on Cloud TPU" width="330"/>
These Colabs were deprecated on August 2024.
Loading

0 comments on commit be35c9a

Please sign in to comment.