anyone faced this issue ?
Test failed at index 1
Expected value
[‘Lambda’, (None, 90), 0]
does not match the input value:
[‘TensorFlowOpLayer’, [(None, 90)], 0]
anyone faced this issue ?
Test failed at index 1
Expected value
[‘Lambda’, (None, 90), 0]
does not match the input value:
[‘TensorFlowOpLayer’, [(None, 90)], 0]
Do not use a Lambda function.
thanks Tmosh!!
issue fixed