-
Notifications
You must be signed in to change notification settings - Fork 684
Open
Description
I felt like, in the Project, this one simple line was missing:
model.word_dict = word_dict
I had a variation like this:
if model.word_dict is None:
model.word_dict = word_dict
I placed it into a code block after this instruction:
Using the review_to_words and convert_and_pad methods from section one, convert test_review into a numpy array test_data suitable to send to our model
And I'll put my GitHub repo as a reference.
Thank you very much 😄
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels