llSourcell / deep_dream_challenge

Deep Dream Challenge code by @SIrajology on Youtube (Learn Python for Data Science #5)
84 stars 73 forks source link

No such file or directory #3

Open flightmonkey15 opened 7 years ago

flightmonkey15 commented 7 years ago

FileNotFoundError: [Errno 2] No such file or directory: '../data/inception5h.zip'

murchie85 commented 7 years ago

I have the same issue

murchie85 commented 7 years ago

Ok, so you need to download the file directly (paste the link into browser) then change the path to somewhere you like (extract zip file whilst you are at it)

Robomate commented 7 years ago

or download from terminal: curl -L https://storage.googleapis.com/download.tensorflow.org/models/inception5h.zip -o /tmp/inception5h.zip

and unzip unzip /tmp/inception5h.zip -d /to/your/directory/

TRAGDOR commented 5 years ago

@Robomate , @murchie85 @flightmonkey15 @llSourcell HELP!!

sendtogithubguy

whats " data_dir = '../data/' " i dont think i have that on my computer, what do i replace it with??