Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Issues while running download_and_preprocess_flowers.sh #7

Closed
ghost opened this issue Mar 10, 2016 · 2 comments
Closed

Issues while running download_and_preprocess_flowers.sh #7

ghost opened this issue Mar 10, 2016 · 2 comments

Comments

@ghost
Copy link

ghost commented Mar 10, 2016

I could not run download_and_preprocess_flowers.sh .
It gave an error on the last line

(portenv)dhcp-ccc-3940:DashCamAnalytics aub3$ ./models/inception/data/download_and_preprocess_flowers.sh ~/temp/flowers2/
Skipping download of flower data.
./models/inception/data/download_and_preprocess_flowers.sh: line 93: ./models/inception/data/download_and_preprocess_flowers.sh.runfiles/inception/build_image_data: No such file or directory

After I manually echoed the command and ran it, it worked fine.

# Build the TFRecords version of the image data.
cd "${CURRENT_DIR}"
BUILD_SCRIPT="${WORK_DIR}/build_image_data"
OUTPUT_DIRECTORY="${DATA_DIR}"
echo "${BUILD_SCRIPT}"
echo "${CURRENT_DIR}"

echo "python build_image_data.py  --train_directory=${TRAIN_DIRECTORY}  --validation_directory=${VALIDATION_DIRECTORY}  --output_directory=${OUTPUT_DIRECTORY} --labels_file=${LABELS_FILE}"

@ghost
Copy link
Author

ghost commented Mar 10, 2016

I should have used bazel

@ghost ghost closed this as completed Mar 10, 2016
yuyu2172 pushed a commit to yuyu2172/models that referenced this issue Jul 25, 2018
Add Mixture Density Network
@elexie
Copy link

elexie commented Feb 27, 2019

I'm having the same error but in a different part of Tensorflow

pooyadavoodi pushed a commit to pooyadavoodi/models that referenced this issue Apr 11, 2019
* added fix

* added runtimes to test

* Clean up install_dependencies.sh
tf-models-copybara-bot pushed a commit that referenced this issue Apr 26, 2020
This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant