[Skimlit] ValueError: Exception encountered when calling layer 'char_vectorizer' #594
Unanswered
dev-dreamer0
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi @mrdbourke Please help me. I am getting this error when I try to fit model_5.
ValueError: Exception encountered when calling layer 'char_vectorizer' (type TextVectorization).
I am using the same code as yours in creating and fitting model_5
hitory_model_5 = model_5.fit(train_pos_char_token_dataset,
steps_per_epoch=int(0.1len(train_pos_char_token_dataset)),
epochs=3,
validation_data=val_pos_char_token_dataset,
validation_steps=int(0.1len(val_pos_char_token_dataset)))
Beta Was this translation helpful? Give feedback.
All reactions