I am stuck at DeepLearning Specialization course 5 Assignment 2. I read many time implementation guide of model method and implement it accordingly but could not understand where I did mistake please help me find this.
this is what I am getting
in
** 1 parameters, last_name = model(data.split(“\n”), ix_to_char, char_to_ix, 22001, verbose = True)**
** 2 **
----> 3 assert last_name == ‘Trodonosaurus\n’, “Wrong expected output”
** 4 print(“\033[92mAll tests passed!”)**
AssertionError: Wrong expected output