Skip to content

Files

Latest commit

a0b6ecb · Apr 12, 2022

History

History

tutorials

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Oct 14, 2019
Sep 11, 2020
Jun 5, 2021
Apr 12, 2022
Sep 11, 2020
Nov 16, 2021
Sep 11, 2020
Sep 11, 2020
May 13, 2021
Sep 11, 2020
Sep 15, 2021
Sep 9, 2020
Sep 9, 2020
Sep 9, 2020

README.md

TensorFlow Addons Tutorials

TensorFlow Addons welcomes and highly encourages tutorial contributions.

How To Contribute

Addons tutorials are created using Google Colab and the jupyter notebooks are saved to this directory in the repository. To do this, follow the below steps:

  1. Create a new branch on your fork of TensorFlow Addons
  2. Goto Google Colab and start a new notebook using addons example template: docs/tutorials/_template.ipynb
  3. Edit the links for the "View source on GitHub" and "Run in Google Colab" URL boxes so that they match the name of your new example notebook
  4. Follow the guidelines of the template
  5. "Save a copy in GitHub" and select your new branch. The notebook should be named subpackage_submodule
  6. Submit the branch as a PR on the TF-Addons GitHub