Commit 34ec75ec authored by Joseph Friedman's avatar Joseph Friedman
Browse files

updated path to im2txt directory in readme

parent fad60753
...@@ -145,7 +145,7 @@ available space for storing the downloaded and processed data. ...@@ -145,7 +145,7 @@ available space for storing the downloaded and processed data.
MSCOCO_DIR="${HOME}/im2txt/data/mscoco" MSCOCO_DIR="${HOME}/im2txt/data/mscoco"
# Build the preprocessing script. # Build the preprocessing script.
cd tensorflow-models/im2txt cd research/im2txt
bazel build //im2txt:download_and_preprocess_mscoco bazel build //im2txt:download_and_preprocess_mscoco
# Run the preprocessing script. # Run the preprocessing script.
...@@ -212,7 +212,7 @@ INCEPTION_CHECKPOINT="${HOME}/im2txt/data/inception_v3.ckpt" ...@@ -212,7 +212,7 @@ INCEPTION_CHECKPOINT="${HOME}/im2txt/data/inception_v3.ckpt"
MODEL_DIR="${HOME}/im2txt/model" MODEL_DIR="${HOME}/im2txt/model"
# Build the model. # Build the model.
cd tensorflow-models/im2txt cd research/im2txt
bazel build -c opt //im2txt/... bazel build -c opt //im2txt/...
# Run the training script. # Run the training script.
...@@ -306,7 +306,7 @@ VOCAB_FILE="${HOME}/im2txt/data/mscoco/word_counts.txt" ...@@ -306,7 +306,7 @@ VOCAB_FILE="${HOME}/im2txt/data/mscoco/word_counts.txt"
IMAGE_FILE="${HOME}/im2txt/data/mscoco/raw-data/val2014/COCO_val2014_000000224477.jpg" IMAGE_FILE="${HOME}/im2txt/data/mscoco/raw-data/val2014/COCO_val2014_000000224477.jpg"
# Build the inference binary. # Build the inference binary.
cd tensorflow-models/im2txt cd research/im2txt
bazel build -c opt //im2txt:run_inference bazel build -c opt //im2txt:run_inference
# Ignore GPU devices (only necessary if your GPU is currently memory # Ignore GPU devices (only necessary if your GPU is currently memory
......
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