Skip to content

Commit

Permalink
bugfix
Browse files Browse the repository at this point in the history
  • Loading branch information
NeoLegends committed Aug 20, 2024
1 parent 444eca7 commit d56700e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_fh.py
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit d56700e

Please sign in to comment.