We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 691269e commit c7dc705Copy full SHA for c7dc705
gmmx/fit.py
@@ -161,5 +161,4 @@ def em_cond(
161
body_fun=em_step,
162
init_val=(x, gmm, 0, jnp.asarray(jnp.inf), jnp.array(jnp.inf)),
163
)
164
- result = jax.block_until_ready(result)
165
return EMFitterResult(*result, converged=result[2] < self.max_iter) # type: ignore [misc]
0 commit comments