KerasTensor is symbolic

ValueError: Exception encountered when calling layer ‘preprocessing’ (type KerasLayer).
A KerasTensor is symbolic: it’s a placeholder for a shape an a dtype. It doesn’t have any actual numerical value. You cannot convert it to a NumPy array.
Call arguments received by layer ‘preprocessing’ (type KerasLayer):
• inputs=
• training=None

Hi @Aarushi_Vadhavkar, Could you please provide the sample code to reproduce the issue. Thank You.