'how to add a additional dense layer i'm getting value error
self.concatenate = layers.Concatenate()
self.dense1 = layers.Dense(100, name='fc-1', activation='relu')
self.dense2 = layers.Dense(50, name='fc-2', activation='relu')
self.dense3 = layers.Dense(1, name='fc-3', activation='relu')
how to add an additional dense layer iam getting value error
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|
