Skip to content

Commit

Permalink
black
Browse files Browse the repository at this point in the history
  • Loading branch information
NeoLegends committed Jul 22, 2024
1 parent e6476c6 commit d637491
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions i6_models/parts/factored_hybrid/diphone.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,11 +51,11 @@ def __post_init__(self):

assert self.num_contexts > 0
assert self.num_hmm_states_per_phone > 0

assert self.context_mix_mlp_dim > 0
assert self.context_mix_mlp_num_layers > 0
assert self.left_context_embedding_dim > 0

assert self.num_inputs > 0
assert 0.0 <= self.dropout <= 1.0, "dropout must be a probability"

Expand Down

0 comments on commit d637491

Please sign in to comment.