Good Afternoon I am having problems on the C3W2 Assignment in the
“# GRADED FUNCTION: preprocess_dataset”
I am not getting the expected output as you can see in the screen shot. I guess it’s the fact that batch(32) is not working for me or worse I didn’t build the dataset properly. In any case its a show stopper and I need some HHHEEELLPP!!!
I would advise to check first the train_val dataset codes first as I can see dataset mismatch.
Next your fit_label vectorizer error mentions you haven’t mentions the MAX_LEN as per the instructions. Check how you have vectorize or instantiate the textvectorization class.
I suspect more of variables mix up issue, you are suppose to use the arguments provided in the grade function preprocess data.
Go through this comment, see if it helps you debug your codes.