Skip to content

Commit

Permalink
Update zth_train.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Timthony authored Jun 2, 2019
1 parent 1c9f8e7 commit 3e9353f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion zth_train.py
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ def build_model(keep_prob):
#model.add(Dense(500, activation='elu'))
model.add(Dense(250, activation='elu'))
#model.add(Dense(50, activation='elu'))
model.add(Dense(5, ACTIVATION='softmax'))
model.add(Dense(5, activation='softmax'))
model.summary()

return model
Expand Down

0 comments on commit 3e9353f

Please sign in to comment.