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

Βήμα 12 #202

Open
gchar00 opened this issue Nov 17, 2023 · 1 comment
Open

Βήμα 12 #202

gchar00 opened this issue Nov 17, 2023 · 1 comment

Comments

@gchar00
Copy link

gchar00 commented Nov 17, 2023

Καλησπέρα σας στα βήματα 10-11 του πρώτου εργαστηρίου έχω δημιουργήσει τα 10 μοντέλα DenseHMM, για κάθε ένα από τα ψηφία, με βάση τα emissions π δημιουργήθηκαν κάνοντας .fit( ) τα δεδομένα μου από το GeneralMixtureModel . Ωστόσο όταν προσπαθώ να κάνω .fit() , predict() σε κάποιο από τα 10 μοντέλα μου μου βγάζει συνεχώς το error :

expected m1 and m2 to have the same dtype, but got: float != double

@georgepar
Copy link
Contributor

Λογικά οι πίνακες μετάβασης / start / end έχουν τύπο float64, ενώ τα δεδομένα έχουν float32, η το ανάποδο. Μπορείτε να μετατρέψετε τα δεδομένα στο σωστό φορμάτ με την np.asarray η με το .type στο pytorch

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