Skip to content
This repository has been archived by the owner on Nov 9, 2021. It is now read-only.

A small error in MultiTimestepRegressionExample.scala #12

Open
xiaocxt opened this issue Jul 27, 2017 · 0 comments
Open

A small error in MultiTimestepRegressionExample.scala #12

xiaocxt opened this issue Jul 27, 2017 · 0 comments

Comments

@xiaocxt
Copy link

xiaocxt commented Jul 27, 2017

MultiTimestepRegressionExample.scala
line 123 and 124:

      //Run regression evaluation on our single column input
      val evaluation = new RegressionEvaluation(1)

should be:
val evaluation = new RegressionEvaluation(2)

ERROR:
Exception in thread "main" org.nd4j.linalg.exception.ND4JIllegalStateException: op.X length should be equal to op.Y length: [[2, 1, 2, 1, 1, 0, 1, 99]] != [[2, 1, 1, 1, 1, 0, 1, 99]]

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

No branches or pull requests

1 participant