Skip to content

Commit

Permalink
Categorical Model Architecture
Browse files Browse the repository at this point in the history
  • Loading branch information
silverlightning926 committed Jun 22, 2024
1 parent b23c0a1 commit a9e14b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/training/_build_model.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ def build_model():
Dense(64, activation='relu'),
Dropout(0.5),

Dense(1, activation='linear', name='value'),
Dense(3, activation='linear', name='value'),
])

model.compile(
Expand Down

0 comments on commit a9e14b9

Please sign in to comment.