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/
< ShikharJ>
zoq: Is there a way of loading only the first n elements from a dataset? I'm currently debugging Kris' PR on mnist_first250_training_4s_and_9s.arm dataset, but the issue is that I have to wait for it to process 500 images and then return the error.
< ShikharJ>
zoq: This is taking up a lot of time.
sumedhghaisas has joined #mlpack
sumedhghaisas2 has quit [Ping timeout: 248 seconds]
sumedhghaisas has quit [Read error: Connection reset by peer]
sumedhghaisas has joined #mlpack
sumedhghaisas2 has joined #mlpack
sumedhghaisas has quit [Ping timeout: 245 seconds]
sumedhghaisas2 has quit [Read error: Connection reset by peer]
sumedhghaisas has joined #mlpack
sumedhghaisas2 has joined #mlpack
sumedhghaisas has quit [Read error: Connection reset by peer]
sumedhghaisas2 has quit [Read error: Connection reset by peer]
sumedhghaisas has joined #mlpack
sumedhghaisas has quit [Read error: Connection reset by peer]
sumedhghaisas2 has joined #mlpack
sumedhghaisas2 has quit [Read error: Connection reset by peer]
sumedhghaisas has joined #mlpack
xa0 has quit [Excess Flood]
xa0 has joined #mlpack
< ShikharJ>
zoq: Also, how can I run gdb with the executable?
< manish7294>
-i input.csv ------ the usual binding commands
< manish7294>
ShikharJ: Regarding the dataset issue, I guess the best will be to use a smaller dataset, if it works.
manish7294 has quit [Ping timeout: 260 seconds]
sumedhghaisas2 has joined #mlpack
sumedhghaisas has quit [Ping timeout: 245 seconds]
sumedhghaisas2 has quit [Read error: Connection reset by peer]
sumedhghaisas has joined #mlpack
ImQ009 has joined #mlpack
< zoq>
ShikharJ: Not directly, but one way would be to create another dataset that only contains the first sample, arma::save should be helpful here.
< zoq>
ShikharJ: If you use gdb, you have to write a simple exectuable that links against libmlpack, debugging a test case is difficult.
haritha1313 has joined #mlpack
< haritha1313>
zoq: Would you be able to take a look into PR #1355 once again? I am still stuck at using template parameter for PARAM_MODEL_IN, I had replied on github to your suggestion of it being similar to PCA. Any direction would be really helpful.
< rcurtin>
haritha1313: I can answer this one, maybe zoq can also, but I think I have a good idea---let me write it down there
< haritha1313>
rcurtin: Thanks for the quick response :). I
< haritha1313>
I'll try what you have suggested, thanks for helping out.
manish7294 has joined #mlpack
< rcurtin>
sure, I hope it is helpful
< manish7294>
zoq: Travis-CI people do help. They have increase my job timeout to 90 minutes without any question :)
< rcurtin>
manish7294: I didn't have a chance to look into it too much, but I think you need to define 'programName' in lmnn_main.cpp so that the python bindings compile correctly
< rcurtin>
however, you may have already figured that out---I glanced at the travis build several hours ago and haven't looked since then :)
< rcurtin>
(alternately just comment out the python binding declaration in CMakeLists.txt for now...)
haritha1313 has quit [Ping timeout: 260 seconds]
< manish7294>
rcurtin: Right, I have noticed that. Currently I am getting just fine results with L-BFGS but I do think there may be some bug in my evaluate or gradient, if you get some time please look at those
< rcurtin>
sure, I will try to do that later this afternoon, but I am still in this long all-day meeting
< rcurtin>
do you have any information on exactly what is failing? or do you want me to just review the implementation itself and see if I see any bugs?
< manish7294>
rcurtin: Yeah, that must me hectic. I remembered you mentioning that :)
< manish7294>
you can just review evaluate and gradient for now as whole implementation is quite rough as of now.
< rcurtin>
we're reviewing papers from ICLR, which is nice, but there is a lot of other stuff I needed to do today too and when this is over I still have to do it... :)
< rcurtin>
ok, sounds good, I will take a look in a little while
< manish7294>
fine, whenever you get time. No need to hurry!
travis-ci has joined #mlpack
< travis-ci>
mlpack/mlpack#4942 (master - f025772 : Marcus Edel): The build has errored.