verne.freenode.net changed the topic of #mlpack to: http://www.mlpack.org/ -- We don't respond instantly... but we will respond. Give it a few minutes. Or hours. -- Channel logs: http://www.mlpack.org/irc/
< naywhayare>
(i.e. looking in the workspace, then in tests/; the mlpack_test.xml file should print all the tests that ran before failure)
< naywhayare>
but in this case the workspace doesn't report failure, because this configuration worked this time, and the workspace is only the most recent build
< stephent1>
i think w/o implementing preconditioning it may be hard to guarantee that all starting points will dos omething reasonable
stephent1 has quit [Quit: Lost terminal]
kshitijk has quit [Ping timeout: 250 seconds]
sahmed95 has quit [Ping timeout: 255 seconds]
awhitesong has joined #mlpack
awhitesong has left #mlpack []
vlad_gl has joined #mlpack
curiousguy13 has joined #mlpack
< vlad_gl>
Hi all! I want try to implement in place matrix transpose for #203. Where should i add this method?
< vlad_gl>
and what is the correct way to run mlpack_test? if i run it from bin directory, it can't find test sets. need to specify the directory path?
vlad_gl has quit [Quit: Page closed]
vlad_gl has joined #mlpack
zoq has quit [Read error: Connection reset by peer]
zoq has joined #mlpack
< naywhayare>
vlad_gl: when you 'make mlpack_test', it automatically moves all the test sets to the build/ directory
< naywhayare>
so you can run it from build/... 'bin/mlpack_test'
< naywhayare>
you can run individual test suites too, i.e. bin/mlpack_test -t LogisticRegressionTest (or whatever suite; you can find the names of the suites and of individual tests in src/mlpack/tests/)
< naywhayare>
if you implement the in-place matrix transpose, it may be suitable for contribution to armadillo, or maybe we should keep it in arma_extend/
< naywhayare>
so, write it, let's see how it performs, and if it doesn't cost a huge amount of extra runtime (or it's faster), we can find a way to work it in
< vlad_gl>
yeah, i understand. i run mlpack_test then i was in bin directory using ./mlpack_test, not in build directory and ./bin/mlpack_test
< vlad_gl>
thanks
curiousguy13 has quit [Ping timeout: 245 seconds]
curiousguy13 has joined #mlpack
< vlad_gl>
armadillo alredy have 2 implementations of inplace trans methods. heh.
< vlad_gl>
have you tried them?
< naywhayare>
vlad_gl: hmm, maybe this will be much simpler than I thought then :)
< naywhayare>
I think at the time that ticket was written, maybe the inplace transpose wasn't there yet...
< naywhayare>
the right way to test it would probably be to use it in data::Load() (src/mlpack/core/data/load_impl.hpp, I think) and see how it compares (w.r.t. runtime) for various datasets from small (a few kb) to large (500MB+)
jbc_ has joined #mlpack
jbc_ has quit [Remote host closed the connection]
awhitesong has joined #mlpack
awhitesong has left #mlpack []
vlad_gl has quit [Ping timeout: 246 seconds]
awhitesong has joined #mlpack
awhitesong has left #mlpack []
stephent1 has joined #mlpack
sahmed95 has joined #mlpack
sahmed95 has quit [Client Quit]
sahmed95 has joined #mlpack
stephent1 has quit [Quit: Lost terminal]
stephentu_ has joined #mlpack
awhitesong has joined #mlpack
awhitesong has left #mlpack []
stephentu_ has quit [Ping timeout: 265 seconds]
stephentu_ has joined #mlpack
sahmed95 has quit [Ping timeout: 255 seconds]
curiousguy13 has quit [Ping timeout: 252 seconds]
stephentu_ has quit [Read error: Connection reset by peer]