## Running tf_petsTrainingExample

For first run, to setup dataset, edit "train_withRALI_withTFRecordReader.py" and set "DATASET_DOWNLOAD_AND_PREPROCESS = True"
For subsequent runs, after the dataset has already been downloaded and preprocessed, set "DATASET_DOWNLOAD_AND_PREPROCESS = False"

To run this example for the first run or subsequent runs, just execute:
```
python3.6 train_withRALI_withTFRecordReader.py
```
