Tessellate-Imaging / monk_v1

Monk is a low code Deep Learning tool and a unified wrapper for Computer Vision.
Apache License 2.0
583 stars 215 forks source link

Cats Dogs training #100

Open freke70 opened 4 years ago

freke70 commented 4 years ago

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 commented 4 years ago

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

abhi-kumar commented 4 years ago

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

freke70 commented 4 years ago

https://github.com/Tessellate-Imaging/monk_v1/blob/master/study_roadmaps/1_getting_started_roadmap/1_getting_started_with_monk/3)%20Dog%20Vs%20Cat%20Classifier%20Using%20Keras%20Backend.ipynb

Thanks for looking into it!

abhi-kumar commented 4 years ago

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