Closed violetwhitney closed 6 years ago
On exercise 03.1 when downloading the pretrained model from Google News, I ran into a FileNotFound error:
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.
Good catch. I made a change in the notebook that should fix this.
On exercise 03.1 when downloading the pretrained model from Google News, I ran into a FileNotFound error:
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.