Skip to content
This repository has been archived by the owner on Mar 30, 2022. It is now read-only.

Commit

Permalink
change branch instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
Marc Rasi committed Apr 16, 2019
1 parent 3f881d3 commit b022045
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 13 deletions.
10 changes: 4 additions & 6 deletions BRANCHES.md
@@ -1,7 +1,5 @@
All development happens on the `master` branch.
Notebooks on the `master` branch should be compatible with the toolchain that is
released in Colab.

The `stable` branch contains notebooks compatible with the [latest
release](https://github.com/tensorflow/swift/blob/master/Installation.md#releases).

The `colab` branch contains notebooks compatible with the latest release that
has been deployed to Colab.
Make incompatible changes to notebooks in the `nightly-notebooks` branch. We
promote `nightly-notebooks` to `master` when we deploy new toolchains to Colab.
14 changes: 7 additions & 7 deletions README.md
Expand Up @@ -33,7 +33,7 @@ The Swift for TensorFlow project is currently focusing on 2 kinds of users:

- **Google Colaboratory**: The fastest way to get started is to try out Swift
for TensorFlow right in your browser. Just open up [a tutorial](#tutorials-), or start from a [blank
notebook](https://colab.research.google.com/github/tensorflow/swift/blob/colab/notebooks/blank_swift.ipynb)!
notebook](https://colab.research.google.com/github/tensorflow/swift/blob/master/notebooks/blank_swift.ipynb)!
Read more in our [usage guide](Usage.md).

- **Install locally**: you can [download a pre-built Swift for TensorFlow
Expand All @@ -49,11 +49,11 @@ The Swift for TensorFlow project is currently focusing on 2 kinds of users:

Tutorial | Last Updated |
-------- | ------------ |
[A Swift Tour](https://colab.research.google.com/github/tensorflow/swift/blob/colab/docs/site/tutorials/a_swift_tour.ipynb) | March 2019
[Python Interoperability](https://colab.research.google.com/github/tensorflow/swift/blob/colab/docs/site/tutorials/python_interoperability.ipynb) | March 2019
[Custom Differentiation](https://colab.research.google.com/github/tensorflow/swift/blob/colab/docs/site/tutorials/custom_differentiation.ipynb) | March 2019
[Model Training Walkthrough](https://colab.research.google.com/github/tensorflow/swift/blob/colab/docs/site/tutorials/model_training_walkthrough.ipynb) | March 2019
[Raw TensorFlow Operators](https://colab.research.google.com/github/tensorflow/swift/blob/colab/docs/site/tutorials/raw_tensorflow_operators.ipynb) | March 2019
[A Swift Tour](https://colab.research.google.com/github/tensorflow/swift/blob/master/docs/site/tutorials/a_swift_tour.ipynb) | March 2019
[Python Interoperability](https://colab.research.google.com/github/tensorflow/swift/blob/master/docs/site/tutorials/python_interoperability.ipynb) | March 2019
[Custom Differentiation](https://colab.research.google.com/github/tensorflow/swift/blob/master/docs/site/tutorials/custom_differentiation.ipynb) | March 2019
[Model Training Walkthrough](https://colab.research.google.com/github/tensorflow/swift/blob/master/docs/site/tutorials/model_training_walkthrough.ipynb) | March 2019
[Raw TensorFlow Operators](https://colab.research.google.com/github/tensorflow/swift/blob/master/docs/site/tutorials/raw_tensorflow_operators.ipynb) | March 2019

### Resources

Expand Down Expand Up @@ -111,7 +111,7 @@ to make users more productive. You can run Swift interactively in a Jupyter
notebook, and get helpful autocomplete suggestions to help you explore the
massive API surface of a modern deep learning library. You can [get started
right in your browser in
seconds](https://colab.research.google.com/github/tensorflow/swift/blob/colab/docs/site/tutorials/walkthrough.ipynb)!
seconds](https://colab.research.google.com/github/tensorflow/swift/blob/master/docs/site/tutorials/walkthrough.ipynb)!

Migrating to Swift for TensorFlow is really easy thanks to Swift's powerful
Python integration. You can incrementally migrate your Python code over (or
Expand Down

0 comments on commit b022045

Please sign in to comment.