mirror of https://github.com/drowe67/phasenn.git
Revert "quite reaonable results on visible inspection of a few frames"
This reverts commit fc79915bab
.
master
parent
fc79915bab
commit
5c4367d8a1
|
@ -73,7 +73,7 @@ for i in range(nb_samples):
|
|||
# our model
|
||||
model = models.Sequential()
|
||||
model.add(layers.Dense(4*newamp1_K, activation='relu', input_dim=newamp1_K))
|
||||
model.add(layers.Dense(2*width, activation='relu'))
|
||||
model.add(layers.Dense(4*newamp1_K, activation='relu'))
|
||||
model.add(layers.Dense(width))
|
||||
model.summary()
|
||||
|
||||
|
|
Loading…
Reference in New Issue