[mlpack-git] [mlpack/mlpack] Wrong number of mapping while Loading (#658)

stereomatchingkiss notifications at github.com
Tue May 31 00:14:06 EDT 2016


@keonkim After more test, you think you are correct, the behavior really weird

Following examples, all of them without transpose

11,     12,    a,   14 
101,   102,  103,  104
1001, 1002, 1003, 1004

Will output

0.000000e+00   1.0000e+00   2.0000e+00   1.4000e+01
1.0100e+02   1.0200e+02   1.0300e+02   1.0400e+02
1.0010e+03   1.0020e+03   1.0030e+03   1.0040e+03

dimensions == 3
3 mappings in dimension 0.
0 mappings in dimension 1.
0 mappings in dimension 2.

But this input work

a,     12,    c,   14 
101,   102,  103,  104
1001, 1002, 1003, 1004

output 

 0.000000e+00   1.2000e+01   1.0000e+00   1.4000e+01
   1.0100e+02   1.0200e+02   1.0300e+02   1.0400e+02
   1.0010e+03   1.0020e+03   1.0030e+03   1.0040e+03

dimensions == 3
2 mappings in dimension 0.
0 mappings in dimension 1.
0 mappings in dimension 2.

I will look into this bug and try to fix it, maybe this could be solved after a few hours 

---
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/mlpack/mlpack/issues/658#issuecomment-222588811
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://mailman.cc.gatech.edu/pipermail/mlpack-git/attachments/20160530/c7b1f43b/attachment.html>


More information about the mlpack-git mailing list