Skip to content

model.word_dict is None #22

@markplotlib

Description

@markplotlib

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 😄

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions