Skip to content

Commit

Permalink
Fix the links
Browse files Browse the repository at this point in the history
  • Loading branch information
nealwu committed Mar 22, 2018
1 parent 41e60b0 commit d7ce4e8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion official/mnist/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ APIs.
## Setup

To begin, you'll simply need the latest version of TensorFlow installed.
First make sure you've [added the models folder to your Python path](official/README.md#running-the-models).
First make sure you've [added the models folder to your Python path](/official/README.md#running-the-models).

Then to train the model, run the following:

Expand Down
2 changes: 1 addition & 1 deletion official/resnet/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Please proceed according to which dataset you would like to train/evaluate on:
### Setup

You simply need to have the latest version of TensorFlow installed.
First make sure you've [added the models folder to your Python path](official/README.md#running-the-models).
First make sure you've [added the models folder to your Python path](/official/README.md#running-the-models).

Then download and extract the CIFAR-10 data from Alex's website, specifying the location with the `--data_dir` flag. Run the following:

Expand Down
2 changes: 1 addition & 1 deletion official/wide_deep/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ The input function for the `Estimator` uses `tf.contrib.data.TextLineDataset`, w
The `Estimator` and `Dataset` APIs are both highly encouraged for fast development and efficient training.

## Running the code
First make sure you've [added the models folder to your Python path](official/README.md#running-the-models).
First make sure you've [added the models folder to your Python path](/official/README.md#running-the-models).

### Setup
The [Census Income Data Set](https://archive.ics.uci.edu/ml/datasets/Census+Income) that this sample uses for training is hosted by the [UC Irvine Machine Learning Repository](https://archive.ics.uci.edu/ml/datasets/). We have provided a script that downloads and cleans the necessary files.
Expand Down

0 comments on commit d7ce4e8

Please sign in to comment.