C2_W2_UNQ_C7 Error: IOPub data rate exceeded

in this exercise when I want to run the cell for “Run & Test”, I get this error about I guess the computational problem. Any solution on how to handle this?

Hi @kvmmn

It is highly likely that your implementation of viterbi_backward has generated the variable pred that is too large to be printed. Before attempting to print it, please verify its dimensions. You might get the idea where your code went wrong.

Cheers

1 Like