sancha / jrae

I re-implemented a semi-supervised recursive autoencoder in java. I think it is a pretty nice technique. Check it out! Or fork it
http://www.socher.org/index.php/Main/Semi-SupervisedRecursiveAutoencodersForPredictingSentimentDistributions
72 stars 41 forks source link

RAEBuilder_test wrong #13

Open wulongfeng opened 9 years ago

wulongfeng commented 9 years ago

next test_demo code seems have a little problem.

-DataDir data/ -MaxIterations 80 -ModelFile data/mov/tunedTheta.rae -ClassifierFile data/mov/Softmax.clf -NumCores 2 -TrainModel False -ProbabilitiesOutputFile data/tiny/prob.out

what is the correct test code?