srendle / libfm

Library for factorization machines
GNU General Public License v3.0
1.49k stars 414 forks source link

something wrong when i tried to run the demo #14

Closed ChenKevin0123 closed 8 years ago

ChenKevin0123 commented 8 years ago

i type "./demo.sh" to run the demo,but it stopped at

root@ubuntu:/home/ckf/libmf-2.01/demo# ./demo.sh

Real-valued matrix factorization

iter tr_rmse va_rmse obj 0 2.4766 1.3686 3.2943e+04 1 1.1560 1.0859 9.0002e+03 2 0.9011 1.0493 6.3830e+03 3 0.8107 1.0281 5.5837e+03 4 0.7588 1.0191 5.1730e+03 5 0.7173 1.0100 4.8799e+03 6 0.6774 1.0121 4.6092e+03 7 0.6422 1.0095 4.3969e+03 8 0.6030 1.0082 4.1780e+03 9 0.5626 1.0114 3.9763e+03 yesterday Real-valued matrix factorization can be done,stopped at binary_matrix. Can you give me some advice?