Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
mistake on "SIGNS\ dataset/" argument to build_dataset.py
  • Loading branch information
kiank authored Apr 26, 2018
1 parent 27323c9 commit 159df10
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tensorflow/vision/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ python build_dataset.py --data_dir data/SIGNS --output_dir data/64x64_SIGNS

1. __Build the dataset of size 64x64__: make sure you complete this step before training
```bash
python build_dataset.py --data_dir data/SIGNS --output_dir data/64x64_SIGNS
python build_dataset.py --data_dir data/SIGNS\ dataset/ --output_dir data/64x64_SIGNS
```

2. __Your first experiment__ We created a `base_model` directory for you under the `experiments` directory. It countains a file `params.json` which sets the parameters for the experiment. It looks like
Expand Down

0 comments on commit 159df10

Please sign in to comment.