-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Getting NaN after running AI. Is my training data wrong? #829
Unanswered
dominic-black
asked this question in
Q&A
-
Hello.
My training data looks as follows:
input: [
"Sett, Galio, Lee Sin, Miss Fortune, Pyke",
"Pantheon, Aphelios, Kai'Sa, Fiddlesticks, Jhin",
],
output: [1],
and I'm passing net.run(testData) where testData is
[ "Gwen, Graves, Gragas, Gnar, Jayce", "Darius, Jax, Kayn, Lux, Neeko" ]
.
Can anyone see why I would be getting NaN as a result?
Thank you.
Beta Was this translation helpful? Give feedback.
All reactions
Replies: 1 comment
-
That only works with a LSTM.
Beta Was this translation helpful? Give feedback.
All reactions
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment