ChanServ changed the topic of #mlpack to: "mlpack: a fast, flexible machine learning library :: We don't always respond instantly, but we will respond; please be patient :: Logs at http://www.mlpack.org/irc/
< rcurtin> unclear why that build failed... I'll run it again
xiaohong has joined #mlpack
KimSangYeon-DGU has joined #mlpack
xiaohong has quit [Ping timeout: 256 seconds]
mulx10 has joined #mlpack
< mulx10> zoq : However If I increase the size of sequential model, the size of .bin file does not increase, but the total size of model increases. (https://pastebin.com/Yk5X7VU6)
< mulx10> zoq: Since it's a pointer I am also saving via * operator. Even that does not help.
< mulx10> Thanks
< jenkins-mlpack2> Project docker mlpack nightly build build #323: FAILURE in 12 min: http://ci.mlpack.org/job/docker%20mlpack%20nightly%20build/323/
mulx10 has quit [Ping timeout: 256 seconds]
Suryo has joined #mlpack
< Suryo> zoq: about the unconstrained optimization bit - yes, I totally agree. I'm currently documenting functions to try out for testing, though most of them are standard test cases. I'm making a PDF document and I'll share that with you soon and explain my plan to you.
< Suryo> zoq: Regarding your comments on my PR - I've seen them, but I will address them shortly. Right now, I want to be sure of the functions we will test.
< Suryo> zoq: And regarding https://bbcomp.ini.rub.de/ this seems really great! My only concern is that the deadline seems really really close. 30th June.
< Suryo> I'd be really excited to participate, though. I mean, PSO is good in this respect: we don't need gradient or functional information. But to make it battle-ready, we should definitely think of something on top of plain PSO. Maybe something like parallel swarms?
< Suryo> That's just an idea.
Suryo has quit [Quit: Page closed]
sreenik has joined #mlpack
heisenbug_ has joined #mlpack
heisenbug_ has quit [Client Quit]
mulx10 has joined #mlpack
govg has quit [Ping timeout: 246 seconds]
jeffin143 has joined #mlpack
< jeffin143> rcurtin : does mlpack documentation in website gets updated automatically
< jeffin143> Bcse it's still the old one even after changing the inconsistency in adaboost
pd09041999 has joined #mlpack
pd09041999 has quit [Ping timeout: 258 seconds]
pd09041999 has joined #mlpack
< jeffin143> Zoq , rcurtin : also a doubt , suppose if I have a file names as temp.txt in source code , but when I build the file and install it , the text file won't be there at install location. If you could tell me how to edit cmake so that temp.txt file is installed along with the build
pd09041999 has quit [Excess Flood]
pd09041999 has joined #mlpack
sreenik has quit [Ping timeout: 256 seconds]
< mulx10> jeffin143 : you can copy the file as in
< jeffin143> Mulx10 , wrote this , but doesn't seem to work
< jeffin143> Do we have to run make again* or do we have to start over from cmake ../. ?
< mulx10> from cmake ..
< mulx10> bcoz u changed cmakelist
< jeffin143> Ahhaa I see *
< jeffin143> Thanks a ton
< jeffin143> Would do so , and let you know wether it worked
< mulx10> forgot to add the handle jeffin143, sorry
< mulx10> jeffin143: sure
< jeffin143> No issues with it 😊
pd09041999 has quit [Quit: pd09041999]
mulx10 has quit [Ping timeout: 256 seconds]
mulx10 has joined #mlpack
< jeffin143> Mulx10 : it worked thanks
mulx10 has quit [Ping timeout: 256 seconds]
< jenkins-mlpack2> Project docker mlpack weekly build build #47: STILL FAILING in 8 hr 12 min: http://ci.mlpack.org/job/docker%20mlpack%20weekly%20build/47/
jeffin143 has quit [Remote host closed the connection]
< zoq> mulx10: I see, let's replicate the serialization of the FFN class including the swap and assign operator.
< zoq> Suryo: Sounds good, about bbcomp I just referenced it as another possibility to test the implementation, but we can definitely submit something, probably for the next round?
jeffin143 has joined #mlpack
< chandramouli_r> zoq: I have some problem with the test cases will building with ci-travis. Can you just have a look
abhirup has quit [Ping timeout: 248 seconds]
abhirup has joined #mlpack
< zoq> chandramouli_r: Can you set mlpack::Log::Info.ignoreInput = true; and mlpack::Log::Warn.ignoreInput = true; before the test starts, so that we will see the complete output, also does this pass on your local machine?
vivekp has joined #mlpack
< rcurtin> jeffin143: the website gets rebuilt using doxygen documentation nightly
< rcurtin> it seems to be up to date for mlpack-git: http://mlpack.org/doc/mlpack-git/cli_documentation.html#adaboost
< jeffin143> rcurtin : forgot to change to mlpack-git , yeah its updated :), sorry
vivekp has quit [Read error: Connection reset by peer]
vivekp has joined #mlpack
< rcurtin> jeffin143: no worries :)
< jeffin143> Mulx10 : suppose I am opening a file in temp.hpp ( temp.txt) which is installed in include/mlpack/* directory , through cmake just as we discussed in afternoon * , so everything is ok
< jeffin143> But , suppose now I make a program where I #include <mlpack/core/temp.hpp>
< jeffin143> And then just run it , the temp.hpp doesn't open the file because, it searches for temp.txt in the current directory where I am running the new program
< jeffin143> But temp.txt is saved in include/mlpack/* directory
< jeffin143> Umm anyway to get over it ..??
mulx10 has joined #mlpack
< jeffin143> Also just to make things clear * , suppose if I include whole path in temp.hpp ( as in /use/local/include/mlpack/core/temp.txt)
< jeffin143> But this is not perfect since a user may install mlpack anywhere in his computer ( both temp.hpp and temp.txt) are in same directory
< jeffin143> If whole path is given , it works perfectly alright* , but we need some other way out
< mulx10> jeffin143: there are options like CMAKE_CURRENT_SOURCE_DIR, PROJECT_BINARY_DIR from where u can copy temp.txt to the required place
< mulx10> zoq: I did not understand, did you mean copy ffn swap, assignment func to sequential?
mulx10 has quit [Ping timeout: 256 seconds]
< ShikharJ> saksham189: I reviewed both of your PRs, and they seem to be good to go. I'm currently scheduling a job on the savannah for them, and if the output checks out, I'll merge them at the earliest. If you wish, we can discuss and start off with the rest of the planned goals in your proposal.
< ShikharJ> Toshal: I'll try review your PRs shortly.
< zoq> mulx10: right
Toshal has joined #mlpack
< Toshal> ShikharJ: No, problem.
< Toshal> I will complete WGAN implementation with Dual Optimizer till tommorow.
< ShikharJ> Toshal: That's fast, feel free to take it slow for now :)
< Toshal> ShikharJ: Actually, I would get busy with my exams soon so thinking to finish it off quickly.
< zoq> jeffin143: Couldn't you use a hpp file and treat it as a txt file?
< jeffin143> Zoq : I ll try that out, and let you know if that works
jeffin143 has quit [Ping timeout: 252 seconds]
jeffin143 has joined #mlpack
vivekp has quit [Ping timeout: 252 seconds]
KimSangYeon-DGU has quit [Ping timeout: 256 seconds]
Toshal_ has joined #mlpack
Toshal has quit [Ping timeout: 255 seconds]
Toshal_ is now known as Toshal
Toshal has quit [Ping timeout: 244 seconds]
Toshal has joined #mlpack
favre49 has joined #mlpack
< favre49> zoq: I'll continue our discussion in a couple days, I hope that's fine. I'm pretty busy shifting hostels and stuff, but I'll be back home on 15th and have the time to brainstorm some
favre49 has quit [Client Quit]
Toshal has quit [Remote host closed the connection]
< zoq> favre49: Sounds good.