I got assertion error for the Dino assignment for the model function. I am not understanding the instruction about “Create the list of input characters: X”. I don’t see any flag in rnn_foreward function but the instructions says it uses None value as a flag to set the input vector as a zero vector. So I am not sure how to set the input X. I used X = single_example_ix but it did not seem to work.
Any help would be greatly appreciated.
Thanks