Skip to content
This repository has been archived by the owner on Jul 10, 2024. It is now read-only.

Commit

Permalink
fix conftest.py coding style
Browse files Browse the repository at this point in the history
  • Loading branch information
ifndef012 committed Jul 18, 2020
1 parent e4b3e50 commit 4facbce
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ def get_model_param(tmpdir):
"embedding_dim": 16,
"attention_dim": 64,
"hidden_units": [400, 400],
"dropout_rate": 0.3,
"dropout_rate": 0.3,
"dropout_rates": [0.2, 0.2]
}
},
Expand Down

0 comments on commit 4facbce

Please sign in to comment.