I’m struggling with a ValueError, but I have no idea what is a problem:
Found unexpected instance while processing input tensors for keras functional model. Expecting KerasTensor which is from tf.keras.Input() or output from keras layer call(). Got: <keras.engine.functional.Functional object at 0x7f613affff90>
My source code is attached:
C2W3_Assignment_1st
I’m looking forward to hearing help from you guys.
Thanks