I want to run the noteboook of C3_W1_Assignment in “Natural Language Processing with Sequence Models” course in week one. But I got an error when I run the notebook in the first cell with this markdown
1 - Import Libraries and try out Trax
Let’s import libraries and look at an example of using the Trax library.
the error says following
[nltk_data] Error loading twitter_samples: <urlopen error [SSL:
[nltk_data] CERTIFICATE_VERIFY_FAILED] certificate verify failed:
[nltk_data] unable to get local issuer certificate (_ssl.c:1076)>
[nltk_data] Error loading stopwords: <urlopen error [SSL:
[nltk_data] CERTIFICATE_VERIFY_FAILED] certificate verify failed:
[nltk_data] unable to get local issuer certificate (_ssl.c:1076)>
Yes this sounds like NLP Course 3, but I thought I read an announcement that they had recently upgraded the courses from Trax to TF. So the other possibility here is that what you need to do is make sure your assignment is updated to the latest version. Here’s a thread about how to do that.
Hmmm, I’ve never looked at NLP C3 before, but I just went to Week 1 and refreshed the assignment files. I got ones that used Trax and they failed in the same way Muhammad shows.
But then I went back to the course home page and it told me I needed to switch schedules. When I did that, I get a new version that does not use Trax. So that’s probably what you need to do also.
Looks like they did a pretty major rewrite of everything.