Commit fa32bb5f authored by Neal Wu's avatar Neal Wu Committed by GitHub
Browse files

Fix the inception link in resnet (#2431)

parent f87a58cd
......@@ -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:
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment