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

clstmtrainocr and clstmfiltertrain tests are crashing #42

Closed
amitdo opened this issue Oct 8, 2015 · 1 comment
Closed

clstmtrainocr and clstmfiltertrain tests are crashing #42

amitdo opened this issue Oct 8, 2015 · 1 comment

Comments

@amitdo
Copy link
Contributor

amitdo commented Oct 8, 2015

with commit a6a33a8

$ ./run-cmu
+ ntrain=3000000
+ hidden=50
+ test_every=50000
+ testset=misc/cmu-test.txt
+ lrate=3e-4
+ report_every=100
+ save_every=10000
+ save_name=cmu
+ neps=3
+ ./clstmfiltertrain misc/cmu-train.txt misc/cmu-test.txt
got 111503 inputs, 12389 tests
.stacked: 0.0001 0.9 in 0 28 out 0 38
.stacked.parallel: 0.0001 0.9 in 0 28 out 0 200
.stacked.parallel.lstm: 0.0001 0.9 in 0 28 out 0 100
.stacked.parallel.reversed: 0.0001 0.9 in 0 28 out 0 100
.stacked.parallel.reversed.lstm: 0.0001 0.9 in 0 28 out 0 100
.stacked.softmax: 0.0001 0.9 in 0 200 out 0 38
clstmfiltertrain: clstm_compute.cc:136: void ocropus::forward_stack1(ocropus::Batch&, ocropus::Batch&, ocropus::Sequence&, int): Assertion `inp.cols() == out.cols()' failed.
Aborted (core dumped)
$ ./run-uw3-500
+ set -a
+ test -d book
+ find book -name '*.bin.png'
+ sort -r
+ sed 1,50d uw3-all
+ sed 50q uw3-all
+ report_every=10
+ save_every=1000
+ ntrain=200000
+ dewarp=center
+ display_every=10
+ test_every=10000
+ testset=uw3-test.h5
+ hidden=100
+ lrate=1e-4
+ save_name=uw3-500
+ report_time=1
+ ./clstmocrtrain uw3-train uw3-test
*** charsep 
got 450 files, 50 tests
got 83 classes
.stacked: 0.0001 0.9 in 0 48 out 0 83
.stacked.parallel: 0.0001 0.9 in 0 48 out 0 200
.stacked.parallel.lstm: 0.0001 0.9 in 0 48 out 0 100
.stacked.parallel.reversed: 0.0001 0.9 in 0 48 out 0 100
.stacked.parallel.reversed.lstm: 0.0001 0.9 in 0 48 out 0 100
.stacked.softmax: 0.0001 0.9 in 0 200 out 0 83
clstmocrtrain: /usr/include/eigen3/Eigen/src/Core/SelfCwiseBinaryOp.h:136: Eigen::SelfCwiseBinaryOp<BinOp, Lhs, Rhs>& Eigen::SelfCwiseBinaryOp<BinOp, Lhs, Rhs>::lazyAssign(const Eigen::DenseBase<OtherDerived>&) [with RhsDerived = Eigen::Matrix<float, -1, -1>; BinaryOp = Eigen::internal::scalar_sum_op<float>; Lhs = Eigen::Matrix<float, -1, -1>; Rhs = Eigen::Matrix<float, -1, -1>]: Assertion `rows() == rhs.rows() && cols() == rhs.cols()' failed.
./run-uw3-500: line 23:  4971 Aborted                 (core dumped) ./clstmocrtrain uw3-train uw3-test
@tmbdev
Copy link
Owner

tmbdev commented Oct 9, 2015

Please use the separate-derivs branch ("stable") for now; the master branch is undergoing rapid development; I've updated the README file.

@tmbdev tmbdev closed this as completed Oct 9, 2015
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