Hi! I just tried to run the project, and I'm getting the following error:
Traceback (most recent call last):
File "network.py", line 252, in <module>
first_layer.set_input(input_tensor, shape=(3, 3, img_width, img_height))
AttributeError: 'ZeroPadding2D' object has no attribute 'set_input'
Thanks in advance for pointing me in the right direction!