From 159df10a6187c7e1d6ec949c8e06d7f67f8f1cd2 Mon Sep 17 00:00:00 2001 From: kiank Date: Thu, 26 Apr 2018 16:02:33 -0700 Subject: [PATCH] Update README.md mistake on "SIGNS\ dataset/" argument to build_dataset.py --- tensorflow/vision/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tensorflow/vision/README.md b/tensorflow/vision/README.md index 55b7303..1a38700 100644 --- a/tensorflow/vision/README.md +++ b/tensorflow/vision/README.md @@ -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