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

loadSMat expected type field 231 or 331 but was 130 #129

Open
manvendratomar opened this issue Sep 28, 2016 · 1 comment
Open

loadSMat expected type field 231 or 331 but was 130 #129

manvendratomar opened this issue Sep 28, 2016 · 1 comment

Comments

@manvendratomar
Copy link

When trying to run tutorial for MNIST8 with LDA it breaks with above runtime exception
java.lang.RuntimeException: loadSMat expected type field 231 or 331 but was 130
at BIDMat.HMat$.loadSMat(HMat.scala:917)
at BIDMat.HMat$.loadSMat(HMat.scala:902)
at BIDMat.MatFunctions$.loadSMat(MatFunctions.scala:2027)
at BIDMach.datasources.SFileSource$$anonfun$init$1.apply(SFileSource.scala:197)
at BIDMach.datasources.SFileSource$$anonfun$init$1.apply(SFileSource.scala:196)
at scala.collection.immutable.Range.foreach(Range.scala:160)
at BIDMach.datasources.SFileSource.init(SFileSource.scala:196)
at BIDMach.Learner.init(Learner.scala:56)
at BIDMach.Learner.firstPass(Learner.scala:93)
at BIDMach.Learner.retrain(Learner.scala:82)
at BIDMach.Learner.train(Learner.scala:71)

@GearFear
Copy link

Try to use loadFMat instead

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