C3W2 Assignment - IOPub data rate exceeded error

I have built my fit_label_encoder, the dimensions of the tensors in the function (including after concatenation) and it seems ok.

However, when I run the cell instanciating the label encoder, i get the following error:

Could anyone point me to what might be wrong please?
Thanks

can you personal DM screenshot of fit label encoder cell.

Please don’t post code here.

Regards
DP

Problem solved thanks to @Deepti_Prasad
If you do get the same error, make sure you re-check your train_val_dataset function, and that the resulting dataset has the desired shape, beyond cardinality.
In my case, the unittests did not flag my mistake.

@gtvid

Some unittest don’t flag mistake because of mashup between global and local variables.

Keep learning.
Happy to help

Regards
DP

1 Like