I get the following error when working with the Tutorial 1 Sentence Classification with word embeddings"

Good afternoon,

I am trying to make my way through the tutorial, and when I get to import the preprocessor, I get into trouble:

I figured that I must change StrLower to str_lower

Then I figured I should do this: preprocessor = str_lower(batch)
Which seems to work.
However, when I get to the next step, it gives me this error:

Could you please help me out? What should I do?

Thank you,
Titus.

Hey @Titus, just replace preprocessor with str_lower and everything should be fine.

1 Like

Thank you @Vasily, I’ll give it a try :slight_smile:

Have a great evening!