Hello!
Not sure why I am getting the error TypeError: ‘Tensor’ object is not callable
I have been stuck on this for hours - below is my code. Any help would be greatly appreciated.
{moderator edit - solution code removed}
Hello!
Not sure why I am getting the error TypeError: ‘Tensor’ object is not callable
I have been stuck on this for hours - below is my code. Any help would be greatly appreciated.
{moderator edit - solution code removed}
Why are you supplying two separate inputs to the second Conv2D layer? You have (merge)(conv) after the Conv2D, which is a mistake.
Thank you @paulinpaloalto !