You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 9, 2021. It is now read-only.
MultiTimestepRegressionExample.scala
line 123 and 124:
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]]
The text was updated successfully, but these errors were encountered: