Skip to content
This repository was archived by the owner on Feb 13, 2025. It is now read-only.

Commit c985a71

Browse files
Change links to point to main (#709)
* Change links to point to `main`
1 parent 542a03c commit c985a71

File tree

22 files changed

+23
-23
lines changed

22 files changed

+23
-23
lines changed

Diff for: Catch/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ of 1 if the ball overlaps with the paddle, or -1 otherwise.
1717
## Setup
1818

1919
To begin, you'll need the [latest version of Swift for
20-
TensorFlow](https://github.com/tensorflow/swift/blob/master/Installation.md)
20+
TensorFlow](https://github.com/tensorflow/swift/blob/main/Installation.md)
2121
installed. Make sure you've added the correct version of `swift` to your path.
2222

2323
To train the model, run:

Diff for: CycleGAN/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ arXiv: https://arxiv.org/abs/1703.10593
88
## Setup
99

1010
To begin, you'll need the [latest version of Swift for
11-
TensorFlow](https://github.com/tensorflow/swift/blob/master/Installation.md)
11+
TensorFlow](https://github.com/tensorflow/swift/blob/main/Installation.md)
1212
installed. Make sure you've added the correct version of `swift` to your path.
1313

1414
To train the model, run:

Diff for: DCGAN/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ You can read the tutorial on creating this model [here](https://rickwierenga.com
1414
## Setup
1515

1616
To begin, you'll need the [latest version of Swift for
17-
TensorFlow](https://github.com/tensorflow/swift/blob/master/Installation.md)
17+
TensorFlow](https://github.com/tensorflow/swift/blob/main/Installation.md)
1818
installed. Make sure you've added the correct version of `swift` to your path.
1919

2020
To train the model, run:

Diff for: Examples/BERT-CoLA/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ This example demonstrates how to retrain a [BERT](https://arxiv.org/abs/1810.048
55
## Setup
66

77
To begin, you'll need the [latest version of Swift for
8-
TensorFlow](https://github.com/tensorflow/swift/blob/master/Installation.md)
8+
TensorFlow](https://github.com/tensorflow/swift/blob/main/Installation.md)
99
installed. Make sure you've added the correct version of `swift` to your path.
1010

1111
To train the model, run:

Diff for: Examples/Custom-CIFAR10/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Two custom models are defined, and one is applied to an instance of the CIFAR-10
77
## Setup
88

99
To begin, you'll need the [latest version of Swift for
10-
TensorFlow](https://github.com/tensorflow/swift/blob/master/Installation.md)
10+
TensorFlow](https://github.com/tensorflow/swift/blob/main/Installation.md)
1111
installed. Make sure you've added the correct version of `swift` to your path.
1212

1313
To train the model, run:

Diff for: Examples/Fractals/Notebook/Mandelbrot.ipynb

+1-1
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@
9191
"colab_type": "text"
9292
},
9393
"source": [
94-
"Let's verify what accelerator, if any, this instance is using. We'll set up a device using the XLA-based X10 backend. ([This tutorial](https://colab.research.google.com/github/tensorflow/swift/blob/master/docs/site/tutorials/introducing_x10.ipynb) has more information on the two backends.)"
94+
"Let's verify what accelerator, if any, this instance is using. We'll set up a device using the XLA-based X10 backend. ([This tutorial](https://colab.research.google.com/github/tensorflow/swift/blob/main/docs/site/tutorials/introducing_x10.ipynb) has more information on the two backends.)"
9595
]
9696
},
9797
{

Diff for: Examples/GPT2-Inference/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ and used to generate a sequence of text.
1010
## Setup
1111

1212
To begin, you'll need the [latest version of Swift for
13-
TensorFlow](https://github.com/tensorflow/swift/blob/master/Installation.md)
13+
TensorFlow](https://github.com/tensorflow/swift/blob/main/Installation.md)
1414
installed. Make sure you've added the correct version of `swift` to your path.
1515

1616
### macOS and Linux
@@ -56,7 +56,7 @@ Although all the models build and run, not all of them have been tested. Partic
5656
#### Configure
5757

5858
Ensure that your
59-
[installation](https://github.com/tensorflow/swift/blob/master/Installation.md#installation-2)
59+
[installation](https://github.com/tensorflow/swift/blob/main/Installation.md#installation-2)
6060
is up-to-date. In particular, ensure that you have deployed Windows SDK
6161
modulemaps since your last Visual Studio update.
6262

Diff for: Examples/GPT2-WikiText2/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ A pre-trained GPT-2 network is instantiated from the library of standard models,
77
## Setup
88

99
To begin, you'll need the [latest version of Swift for
10-
TensorFlow](https://github.com/tensorflow/swift/blob/master/Installation.md)
10+
TensorFlow](https://github.com/tensorflow/swift/blob/main/Installation.md)
1111
installed. Make sure you've added the correct version of `swift` to your path.
1212

1313
To train the model, run:

Diff for: Examples/GrowingNeuralCellularAutomata/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ regrowth phase.
4343
## Setup
4444

4545
To begin, you'll need the [latest version of Swift for
46-
TensorFlow](https://github.com/tensorflow/swift/blob/master/Installation.md)
46+
TensorFlow](https://github.com/tensorflow/swift/blob/main/Installation.md)
4747
installed. Make sure you've added the correct version of `swift` to your path.
4848

4949
To train the cell update rule per Experiment 1 ("Learning to grow"), use the following:

Diff for: Examples/LeNet-MNIST/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ The LeNet network is instantiated from the ImageClassificationModels library of
88
## Setup
99

1010
To begin, you'll need the [latest version of Swift for
11-
TensorFlow](https://github.com/tensorflow/swift/blob/master/Installation.md)
11+
TensorFlow](https://github.com/tensorflow/swift/blob/main/Installation.md)
1212
installed. Make sure you've added the correct version of `swift` to your path.
1313

1414
To train the model, run:

Diff for: Examples/MobileNetV1-Imagenette/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ A MobileNet (version 1) network is instantiated from the ImageClassificationMode
77
## Setup
88

99
To begin, you'll need the [latest version of Swift for
10-
TensorFlow](https://github.com/tensorflow/swift/blob/master/Installation.md)
10+
TensorFlow](https://github.com/tensorflow/swift/blob/main/Installation.md)
1111
installed. Make sure you've added the correct version of `swift` to your path.
1212

1313
To train the model, run:

Diff for: Examples/MobileNetV2-Imagenette/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ A MobileNet (version 2) network is instantiated from the ImageClassificationMode
77
## Setup
88

99
To begin, you'll need the [latest version of Swift for
10-
TensorFlow](https://github.com/tensorflow/swift/blob/master/Installation.md)
10+
TensorFlow](https://github.com/tensorflow/swift/blob/main/Installation.md)
1111
installed. Make sure you've added the correct version of `swift` to your path.
1212

1313
To train the model, run:

Diff for: Examples/NeuMF-MovieLens/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ loss with negative sampling.
99
## Setup
1010

1111
To begin, you'll need the [latest version of Swift for
12-
TensorFlow](https://github.com/tensorflow/swift/blob/master/Installation.md)
12+
TensorFlow](https://github.com/tensorflow/swift/blob/main/Installation.md)
1313
installed. Make sure you've added the correct version of `swift` to your path.
1414
To train the model, run:
1515

Diff for: Examples/Notebooks/LanguageModel.ipynb

+1-1
Original file line numberDiff line numberDiff line change
@@ -799,7 +799,7 @@
799799
"colab_type": "text"
800800
},
801801
"source": [
802-
"And we can batch our samples with [Epochs APIs](https://github.com/tensorflow/swift-apis/tree/master/Sources/TensorFlow/Epochs). Let's start with defining some typealias for convenience."
802+
"And we can batch our samples with [Epochs APIs](https://github.com/tensorflow/swift-apis/tree/main/Sources/TensorFlow/Epochs). Let's start with defining some typealias for convenience."
803803
]
804804
},
805805
{

Diff for: Examples/Regression-BostonHousing/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ values of the houses at a location (in k$).
1010
## Setup
1111

1212
You'll need the [latest version of Swift for
13-
TensorFlow](https://github.com/tensorflow/swift/blob/master/Installation.md)
13+
TensorFlow](https://github.com/tensorflow/swift/blob/main/Installation.md)
1414
installed and added to your path.
1515

1616
> Note: For macOS, you need to set up the `PYTHON_LIBRARY` to help the Swift for

Diff for: Examples/ResNet-CIFAR10/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ A modified ResNet-50 network is instantiated from the ImageClassificationModels
77
## Setup
88

99
To begin, you'll need the [latest version of Swift for
10-
TensorFlow](https://github.com/tensorflow/swift/blob/master/Installation.md)
10+
TensorFlow](https://github.com/tensorflow/swift/blob/main/Installation.md)
1111
installed. Make sure you've added the correct version of `swift` to your path.
1212

1313
To train the model, run:

Diff for: Examples/VGG-Imagewoof/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ VGG, as a network, is extremely sensitive to training tweaks and batch size. Th
1313
## Setup
1414

1515
To begin, you'll need the [latest version of Swift for
16-
TensorFlow](https://github.com/tensorflow/swift/blob/master/Installation.md)
16+
TensorFlow](https://github.com/tensorflow/swift/blob/main/Installation.md)
1717
installed. Make sure you've added the correct version of `swift` to your path.
1818

1919
To train the model, run:

Diff for: Examples/WordSeg/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -54,5 +54,5 @@ swift run -c release WordSeg --help
5454
5555
[model]: https://github.com/tensorflow/swift-models/tree/main/Models/Text/WordSeg
5656
[paper]: https://www.aclweb.org/anthology/P19-1645.pdf
57-
[s4tf]: https://github.com/tensorflow/swift/blob/master/Installation.md
57+
[s4tf]: https://github.com/tensorflow/swift/blob/main/Installation.md
5858
[understanding]: https://docs.google.com/document/d/1NlFH0_89gB_qggtgzJIKYHL2xPI3IQjWjv18pnT1M0E

Diff for: GAN/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ After Epoch 10:
1313
## Setup
1414

1515
To begin, you'll need the [latest version of Swift for
16-
TensorFlow](https://github.com/tensorflow/swift/blob/master/Installation.md)
16+
TensorFlow](https://github.com/tensorflow/swift/blob/main/Installation.md)
1717
installed. Make sure you've added the correct version of `swift` to your path.
1818

1919
To train the model, run:

Diff for: Gym/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ This directory contains reinforcement learning algorithms in [OpenAI Gym](https:
1717
## Setup
1818

1919
To begin, you'll need the [latest version of Swift for
20-
TensorFlow](https://github.com/tensorflow/swift/blob/master/Installation.md)
20+
TensorFlow](https://github.com/tensorflow/swift/blob/main/Installation.md)
2121
installed. Make sure you've added the correct version of `swift` to your path.
2222

2323
Please install OpenAI Gym to run these models.

Diff for: MiniGo/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ and can be modified.
1818
Building MiniGo requires a Swift for TensorFlow toolchain.
1919
To get a toolchain, you can:
2020

21-
1. [Download a pre-built package](https://github.com/tensorflow/swift/blob/master/Installation.md).
21+
1. [Download a pre-built package](https://github.com/tensorflow/swift/blob/main/Installation.md).
2222
2. [Compile a toolchain from source](https://github.com/apple/swift/tree/tensorflow#building-swift-for-tensorflow).
2323

2424
### Usage

Diff for: SwiftModelsBenchmarks/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Swift for TensorFlow.
1212
## Running benchmarks
1313

1414
To begin, you'll need the [latest version of Swift for
15-
TensorFlow](https://github.com/tensorflow/swift/blob/master/Installation.md)
15+
TensorFlow](https://github.com/tensorflow/swift/blob/main/Installation.md)
1616
installed. Make sure you've added the correct version of `swift` to your path.
1717

1818
To run all benchmarks, type the following while in the swift-models directory:

0 commit comments

Comments
 (0)