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

Commit

Permalink
update conftest
Browse files Browse the repository at this point in the history
  • Loading branch information
ifndef012 committed Jul 18, 2020
1 parent b260042 commit 827c785
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions submarine-sdk/pysubmarine/tests/ml/pytorch/model/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,9 @@ def get_model_param(tmpdir):
"num_features": 117581,
"out_features": 1,
"embedding_dim": 16,
"attention_dim": 64,
"hidden_units": [400, 400],
"dropout_rate": 0.3,
"dropout_rates": [0.2, 0.2]
}
},
Expand Down

0 comments on commit 827c785

Please sign in to comment.