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

Cats Dogs training #100

Open
freke70 opened this issue Aug 14, 2020 · 4 comments
Open

Cats Dogs training #100

freke70 opened this issue Aug 14, 2020 · 4 comments
Labels
help wanted Extra attention is needed Solution Added Solution to the bug/issue provided. Check in process.

Comments

@freke70
Copy link

freke70 commented Aug 14, 2020

Hi, I'm trying to do the Cats and Dogs training.
Unfortunately it is not downloading the dataset and I don't get any error output. So I have no idea what is wrong.
This is the step that doesn't respond:

# Download dataset import os if not os.path.isfile("datasets.zip"): os.system("! wget --load-cookies /tmp/cookies.txt \"https://docs.google.com/uc?export=download&confirm=$(wget --save-cookies /tmp/cookies.txt --keep-session-cookies --no-check-certificate 'https://docs.google.com/uc?export=download&id=1rG-U1mS8hDU7_wM56a1kc-li_zHLtbq2' -O- | sed -rn 's/.*confirm=([0-9A-Za-z_]+).*/\1\n/p')&id=1rG-U1mS8hDU7_wM56a1kc-li_zHLtbq2\" -O datasets.zip && rm -rf /tmp/cookies.txt") if not os.path.isdir("datasets"): os.system("! unzip -qq datasets.zip")

This is the notebook I'm running:
3) Dog Vs Cat Classifier Using Keras Backend

@abhi-kumar
Copy link
Contributor

Thank you for pointing out the issue. We will try to resolve it in a day.

@abhi-kumar abhi-kumar added the help wanted Extra attention is needed label Aug 14, 2020
@abhi-kumar
Copy link
Contributor

Also share the tutorial link which you are using from the study roadmaps

@abhi-kumar
Copy link
Contributor

Please check, the link is now working. Remove any folder named "dataset" in your working directory and then run the download command.

@abhi-kumar abhi-kumar added the Solution Added Solution to the bug/issue provided. Check in process. label Aug 15, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed Solution Added Solution to the bug/issue provided. Check in process.
Projects
None yet
Development

No branches or pull requests

2 participants