Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

EM_split train commented out code #15

Open
nikifori opened this issue Jul 15, 2024 · 1 comment
Open

EM_split train commented out code #15

nikifori opened this issue Jul 15, 2024 · 1 comment

Comments

@nikifori
Copy link

nikifori commented Jul 15, 2024

Hi,

are we supposed to uncomment this snippet so as to execute it properly?

if i > 0:
# gain = llk[-1] - llk[-2]
# if gain < llk_gain:
# logging.debug(
# 'EM (break) distrib_nb: %d %i/%d gain: %f -- %s, %d',
# self.mu.shape[0], i + 1, it, gain, self.name,
# len(cep))
# break
# else:
# logging.debug(
# 'EM (continu) distrib_nb: %d %i/%d gain: %f -- %s, %d',
# self.mu.shape[0], i + 1, it, gain, self.name,
# len(cep))
# break
pass
else:
# logging.debug(
# 'EM (start) distrib_nb: %d %i/%i llk: %f -- %s, %d',
# self.mu.shape[0], i + 1, it, llk[-1],
# self.name, len(cep))
pass

@Anwarvic
Copy link
Owner

Hi @nikifori ,

Really sorry but this project is no longer maintained. Unfortunately, I don't even remember what this script was supposed to be doing 😞

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants