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/
travis-ci has joined #mlpack
< travis-ci> ShikharJ/mlpack#79 (ResizeLayer - bdfa7c5 : Shikhar Jaiswal): The build has errored.
travis-ci has left #mlpack []
robertohueso has left #mlpack []
ajaivgeorge has quit [Ping timeout: 240 seconds]
govg has joined #mlpack
ajaivgeorge has joined #mlpack
daivik has joined #mlpack
Db0t has joined #mlpack
Db0t has quit [Quit: Leaving]
daivik has quit [Quit: http://www.kiwiirc.com/ - A hand crafted IRC client]
daivik has joined #mlpack
surya has joined #mlpack
kaushik_ has joined #mlpack
vivekp has quit [Ping timeout: 248 seconds]
vivekp has joined #mlpack
ajaivgeorge has quit [Ping timeout: 276 seconds]
robertohueso has joined #mlpack
< robertohueso> I tried to PR #1253 but @Prabhat-IIT said he would fix it in 3 days, should I fix it or just wait for him?
sumedhghaisas2 has joined #mlpack
sumedhghaisas has quit [Ping timeout: 248 seconds]
rajeshdm9 has joined #mlpack
sumedhghaisas2 has quit [Read error: Connection reset by peer]
sumedhghaisas has joined #mlpack
nilkel has joined #mlpack
surya1 has joined #mlpack
surya has quit [Ping timeout: 240 seconds]
kallivad has quit [Ping timeout: 260 seconds]
< robertohueso> Should we use initialiser lists for tests?
nilkel_ has joined #mlpack
nilkel has quit [Ping timeout: 256 seconds]
surya1 has left #mlpack []
< nilkel_> Hi, I'm getting a lot of errors when I try to run kfn_main.cpp With errors such as error: ‘BINDING_IGNORE_CHECK’ was not declared in this scope and error: ‘PRINT_PARAM_STRING’ was not declared in this scope
< nilkel_> *compile
< nilkel_> not run
daivik has quit [Quit: http://www.kiwiirc.com/ - A hand crafted IRC client]
rajeshdm9 has quit [Ping timeout: 260 seconds]
< zoq> robertohues: It looks like he still working on this on, so let's wait some more days.
< zoq> robertohues: I'm not sure what you mean with initializer lists for tests, can you elaborate on that?
< zoq> nilkel_: Are you trying to manually build kfn_main.cpp or via cmake?
< robertohueso> zoq: Use v = {1,2,3} instead of v.push_back(1);... http://en.cppreference.com/w/cpp/utility/initializer_list
sumedhghaisas has quit [Read error: Connection reset by peer]
sumedhghaisas2 has joined #mlpack
< zoq> robertohueso: Ah, both is just fine, if you write a new test choose whatever you like.
sumedhghaisas2 has quit [Read error: Connection reset by peer]
sumedhghaisas has joined #mlpack
daivik has joined #mlpack
sshkhrnwbie has joined #mlpack
< sshkhrnwbie> @rcurtin : did some additions to the tests for variance scaling initializer PR as suggested. Please go through them at your leisure :)
< sshkhrnwbie> @zoq : will work on the glorot and he initializers and randomized elu once this is good to merge
ImQ009 has joined #mlpack
sshkhrnwbie has quit [Ping timeout: 260 seconds]
nilkel_ has quit [Remote host closed the connection]
sumedhghaisas2 has joined #mlpack
sumedhghaisas has quit [Read error: Connection reset by peer]
travis-ci has joined #mlpack
< travis-ci> ShikharJ/mlpack#80 (ResizeLayer - 812f9e6 : Shikhar Jaiswal): The build has errored.
travis-ci has left #mlpack []
vivekp has quit [Ping timeout: 240 seconds]
vivekp has joined #mlpack
sumedhghaisas2 has quit [Ping timeout: 256 seconds]
vivekp has quit [Ping timeout: 240 seconds]
vivekp has joined #mlpack
daivik has quit [Quit: http://www.kiwiirc.com/ - A hand crafted IRC client]
Atharva has joined #mlpack
< Atharva> I am writing tests for the knn_main.cpp, but there are too many parameters compared to bindings of other methods.
< Atharva> There are lots of optional algorithms, do I need to write tests for all of the possible combinations or will using one algorithm suffice?
Atharva has quit [Quit: Page closed]
< zoq> Atharva: Ideally we test each parameter, if you like we can split and merge it in parts.
K4k has joined #mlpack
daivik has joined #mlpack
sumedhghaisas has joined #mlpack
< daivik> zoq: regarding your comments on PR 1257, do you just want me to add a line to the leading comments saying that the vector serializaition functionality has also been backported?
< zoq> daivik: Yes, would be great if you could add a comment.
abinthomasonline has joined #mlpack
sumedhghaisas has quit [Read error: Connection reset by peer]
sumedhghaisas has joined #mlpack
abinthomasonline has quit [Read error: Connection reset by peer]
< daivik> zoq: done!
sumedhghaisas2 has joined #mlpack
sumedhghaisas has quit [Read error: Connection reset by peer]
sumedhghaisas has joined #mlpack
sumedhghaisas2 has quit [Read error: Connection reset by peer]
robertohueso has quit [Ping timeout: 256 seconds]
robertohueso has joined #mlpack
sumedhghaisas2 has joined #mlpack
sumedhghaisas has quit [Ping timeout: 256 seconds]
robertohueso has quit [Ping timeout: 248 seconds]
travis-ci has joined #mlpack
< travis-ci> ShikharJ/mlpack#81 (GAN - f043ea1 : Shikhar Jaiswal): The build passed.
travis-ci has left #mlpack []
robertohueso has joined #mlpack
Atharva has joined #mlpack
< Atharva> @zoq: I have made a pull request #1263 with the tests I have written, can you first give me an idea of what tests do I have to add, if possible I will like to write them myself.
< Atharva> zoq: I have made a pull request #1263 with the tests I have written, can you first give me an idea of what tests do I have to add, if possible I will like to write them myself.
Atharva has quit [Client Quit]
< zoq> Atharva: Sure, I'll take a look at the PR once I get a chance.
daivik has quit [Quit: http://www.kiwiirc.com/ - A hand crafted IRC client]
< robertohueso> zoq: I made a similar PR (to Atharva's) #1262, I really want to contribute to the project but is being very difficult since it's the 2nd time this happens to me and it's dumb that 2 people are doing the same job, is there a way to mark issues as "taken"? :/
< zoq> robertohues: I see the problem, we are trying to keep the list on #1152 up to date, the recommendation is to go through the comments as well.
< zoq> robertohues: I guess it would be possible to work on the tests together, so if you already started with it should be possible to incoperate both.
sumedhghaisas2 has quit [Read error: Connection reset by peer]
ImQ009 has quit [Quit: Leaving]
sumedhghaisas has joined #mlpack
sumedhghaisas2 has joined #mlpack
sumedhghaisas has quit [Read error: Connection reset by peer]
kaushik_ has quit [Quit: Connection closed for inactivity]
< rcurtin> zoq: robertogueso: sorry for the slow response, I am usually unavailable on weekends. I'll take a look into it tomorrow
< rcurtin> robertohueso: (sorry, misspelled the nick, see above)