C3W4: Assignment

I’m having trouble calling the model to get a prediction:

v1, v2 = model((q1, q2))
is returning None

TypeError: cannot unpack non-iterable NoneType object

Lab ID: yqbaiwhi

Hi agmayo,

This error code indicates the model is not returning any values. This may have been due to your code for the data_generator.
I hope you were able to resolve this. If not, let me know and I can see what I can do to help.