Skip to content

Commit

Permalink
add max_length
Browse files Browse the repository at this point in the history
  • Loading branch information
HessTaha committed May 31, 2020
1 parent d03fe60 commit c1a3377
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,8 @@ def main(path_to_data: str,

config_dict = {
"vocab_size" : vocab_size,
"n_classes" : n_classes
"n_classes" : n_classes,
"max_length" : optimal_length
}

if n_classes > 2:
Expand Down

0 comments on commit c1a3377

Please sign in to comment.