We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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 😄
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I felt like, in the Project, this one simple line was missing:
model.word_dict = word_dict
I had a variation like this:
I placed it into a code block after this instruction:
And I'll put my GitHub repo as a reference.
Thank you very much 😄
The text was updated successfully, but these errors were encountered: