DOsinga / deep_learning_cookbook

Deep Learning Cookbox
Apache License 2.0
689 stars 338 forks source link

Exercise 03.1 file not found #8

Closed violetwhitney closed 6 years ago

violetwhitney commented 6 years ago

On exercise 03.1 when downloading the pretrained model from Google News, I ran into a FileNotFound error:

screen shot 2018-08-11 at 12 41 05 pm

I was able to fix this by creating a folder named "generated" in the "deep_learning_cookbook" folder.

I wonder if manually making a new folder is the right solution or if its better to make a new folder with the code.

DOsinga commented 6 years ago

Good catch. I made a change in the notebook that should fix this.