79188305

Date: 2024-11-14 10:29:51
Score: 0.5
Natty:
Report link

The error occurs because network_1 and network_2 are not yet built. In keras, layers in a sequential model are not instantiated until the model is called on some input data. when you try to access the .output attribute of a sequential model you need to build or called it manually before accessing it. Please refer to this gist.

Reasons:
  • Has code block (-0.5):
  • Single line (0.5):
  • Low reputation (0.5):
Posted by: Sagar