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

why the absolute fk does recurrent.LSTM() output a string instead of an array with array based training data??? #947

Open
Jy738 opened this issue Dec 25, 2024 · 0 comments
Labels

Comments

@Jy738
Copy link

Jy738 commented Dec 25, 2024

What is wrong?

recurrent.LSTM() outputs a string instead of an array with array based training data, this just seems like a major design flaw to me

Where does it happen?

running a basic instance of recurrent.lstm()

How do we replicate the issue?

  • Step 1 create a basic recurrent.lstm() instance
  • Step 2 trained it with incredibly basic data cus i thought i was going insane: net.train([{input:[1,2,3], output: [4,5,6]},{input:[4,5,6], output: [7,8,9]}], {
    iterations:100,
    log:true,
    errorThresh:0.0001
    });
  • Step 3 i logged the typeof net.run([1,2,3]), and got a string. dafuq?????????????????????????????????????????????????????

Expected behavior (i.e. solution)

get an array that i can run methods on and easily get the values of

@Jy738 Jy738 added the bug label Dec 25, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant