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

How to solve the error when the clustering input value is NaN? #2

Open
UserHu202 opened this issue Mar 22, 2024 · 3 comments
Open

How to solve the error when the clustering input value is NaN? #2

UserHu202 opened this issue Mar 22, 2024 · 3 comments

Comments

@UserHu202
Copy link

When I run the ACORM algorithm for a while, the clustering algorithm piece reports an error, specifically: ValueError: Input X contains NaN.KMeans does not accept missing values encoded as NaN natively.

@qqgs
Copy link

qqgs commented Apr 19, 2024

Hello, I have the same problem, did you solve it? How was it solved?

@UserHu202
Copy link
Author

Hello, I have the same problem, did you solve it? How was it solved?
The gradient exploded, and running it with the parameter in the author's run.sh solves the problem

@huzican
Copy link
Collaborator

huzican commented Apr 30, 2024

If the parameter of main.py may lead to this problem, please run with run.sh file, or fill the parameter of run.sh into main.py.

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

3 participants