When creating a post, please add:
- Link to the classroom item you are referring to:
tensorflow-1-public/C3/W1/assignment/C3W1_Assignment.ipynb at main · https-deeplearning-ai/tensorflow-1-public (github.com)
For Exercise 4: fit_label_encoder, my function is making all my OOV Tokens None. To exclude the OOV tokens from my vocabulary, I am setting the oov_token parameter to None in my tf.keras.layers.StringLookup function. However, I’m getting that the first element of my Vocabulary of labels is None. How can I fix this?