diff --git a/tests/test_fh.py b/tests/test_fh.py index 2253cfad..e6ede24c 100644 --- a/tests/test_fh.py +++ b/tests/test_fh.py @@ -77,7 +77,7 @@ def test_v2_output_shape_and_norm(): context_mix_mlp_num_layers=2, dropout=0.1, left_context_embedding_dim=32, - left_context_embedding_dim=128, + center_state_embedding_dim=128, num_contexts=n_ctx, num_hmm_states_per_phone=states_per_ph, num_inputs=n_in,