Skip to content

Commit

Permalink
Fix the inception link in resnet (tensorflow#2431)
Browse files Browse the repository at this point in the history
  • Loading branch information
nealwu authored Sep 21, 2017
1 parent f87a58c commit fa32bb5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion official/resnet/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ Use `--data_dir` to specify the location of the CIFAR-10 data used in the previo
## ImageNet

### Setup
To begin, you will need to download the ImageNet dataset and convert it to TFRecord format. Follow along with the [Inception guide](https://github.com/tensorflow/models/tree/master/inception#getting-started) in order to prepare the dataset.
To begin, you will need to download the ImageNet dataset and convert it to TFRecord format. Follow along with the [Inception guide](https://github.com/tensorflow/models/tree/master/research/inception#getting-started) in order to prepare the dataset.

Once your dataset is ready, you can begin training the model as follows:

Expand Down

0 comments on commit fa32bb5

Please sign in to comment.