Skip to content

Commit

Permalink
change param
Browse files Browse the repository at this point in the history
  • Loading branch information
HessTaha committed May 31, 2020
1 parent c88e0b9 commit 720d9fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ def main(path_to_data: str,

Model = LSTMModel(
vocab_size=vocab_size,
n_classes=2
n_classes=n_classes
)

if n_classes > 2:
Expand Down

0 comments on commit 720d9fa

Please sign in to comment.