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> wow, I hadn't looked at the summer of code ideas wiki page in a while... but zoq's mlpack model zoo image made me audibly laugh :)
< jeffin143[m]> Toshal Agrawal: saw your idea on gsoc, i really do thing that is a great idea, and also agree with your point on avoiding a dependancy , but i guess developing a tool from scratch would take lot of time
< jeffin143[m]> Instead what we can do is transfer the data with a set format , may be json object or something and then since tensor board or other thing can render data, we just need to worry how to paas the data too front end
< jeffin143[m]> The whole point being , handle backend and the rendering part or other could be handled using existing. I am really not sure how would that pan out
< jeffin143[m]> But i am really excited to see the visualisation option in mlpack
< jeffin143[m]> While writing this , i again thought about it , an i guess writing frontend wouldn't be a big deal with all the library existing ,
< jeffin143[m]> May be i will come up with better idea :)
< jeffin143[m]> I just really felt happy to see that idea and come running here 😂
UmarJ has quit [Ping timeout: 260 seconds]
< metahost> zoq, rcurtin: For the "running mlpack on resource constrained devices" project, would running the ensmallen binary on the device be a valid sub-task?
< metahost> (because the ensmallen_tests binary in itself is pretty large in size too)
< Nakul[m]> Which might freez the browser..
< Nakul[m]> > (because the ensmallen_tests binary in itself is pretty large in size too)
< Nakul[m]> Yeah
UmarJ has joined #mlpack
UmarJ has quit [Ping timeout: 268 seconds]
< jenkins-mlpack2> Yippee, build fixed!
< jenkins-mlpack2> Project docker mlpack nightly build build #595: FIXED in 3 hr 18 min: http://ci.mlpack.org/job/docker%20mlpack%20nightly%20build/595/
kyrre has joined #mlpack
percyX has joined #mlpack
percyX has quit [Remote host closed the connection]
Dhami_sam has joined #mlpack
UmarJ has joined #mlpack
kyrre has quit [Quit: Connection closed for inactivity]
Dhami_sam has quit [Remote host closed the connection]
UmarJ has quit [Ping timeout: 268 seconds]
< zoq> metahost: Keep in mind ensmallen is header only, so ensmallen_tests the binary isn't that interesting, but running some code that uses ensmallen on a resource constrained device could be an intersting first step, as it would envolve getting armadillo working as well.
siddhant2001 has joined #mlpack
AryamanBhagatGit has joined #mlpack
< AryamanBhagatGit> Hi, I noticed that mlpack doesn't have any algorithms for multi-objective reinforcement learning. I am interested in implementing https://arxiv.org/pdf/1908.08342.pdf. Would this be something that would be useful?
< hemal[m]> Could anyone tell me how to reference external links in doxygen documentation ?
siddhant2001 has quit [Ping timeout: 260 seconds]
< hemal[m]> Say, I want to refer mlpack.org or google.com from doxygen documentation file sample.cpp,
< hemal[m]> I am not able to find the relevant tag.
muskanlalit18 has joined #mlpack
< zoq> AryamanBhagat: Hello, interesting, but personally I'd like to see faster (more) single objective methods first.
< hemal[m]> Found it : simply, "<a href>xyz</a>"
ImQ009 has joined #mlpack
muskanlalit18 has quit [Remote host closed the connection]
shuaibabh has joined #mlpack
< shuaibabh> quit
shuaibabh has quit [Quit: WeeChat 2.7]
incrypt0 has joined #mlpack
< Nakul[m]> it is very starnge that test is failing at window vs14 even though i haven't changed anything on that file
UmarJ has joined #mlpack
< metahost> zoq: Thanks! So, getting armadillo -> ensmallen -> mlpack working on the H/W should be a desired progression right?
< metahost> Also, since ensmallen in header only, I think with optional includes, we can gain a lot easily.
< Nakul[m]> how could i get latest version of armadillo by this command since replacing the version number with latest one doesn't seems to work
kumaran[m] has left #mlpack []
< metahost> Nakul: You can install Armadillo using the package manager on your platform and keep it updated easily!
< Nakul[m]> i have latest on my local machine but build is falling on model repo due to this error Could NOT find Armadillo: Found unsuitable version "6.500.5", but required
< Nakul[m]> is at least "8.400.0" (found /usr/lib/libarmadillo.so)
ImQ009 has quit [Quit: Leaving]
UmarJ has quit [Quit: UmarJ]
kyrre has joined #mlpack
< HimanshuPathakGi> Hey rcurtin while using this
< HimanshuPathakGi> while using this command
< HimanshuPathakGi> cmd.exe /C "cd . && C:\ProgramData\chocolatey\bin\c++.exe -Wall -Wextra -ftemplate-depth=1000 -Wno-unused-function -ffunction-sections -fdata-sections -Wa,-mbig-obj -O3 -fopenmp -O3 -DNDEBUG src/mlpack/methods/local_coordinate_coding/CMakeFiles/mlpack_local_coordinate_coding.dir/local_coordinate_coding_main.cpp.obj -o mlpack_local_coordinate_coding.exe -Wl,--out-implib,libmlpack_local_coordinate_coding.dll.a
< HimanshuPathakGi> -Wl,--major-image-version,0,--minor-image-version,0 -LD:/bld/mlpack_1580139447374/_h_env/Library/lib libmlpack.a D:/bld/mlpack_1580139447374/_h_env/Library/lib/armadillo.lib D:/bld/mlpack_1580139447374/_h_env/Library/lib/blas.lib D:/bld/mlpack_1580139447374/_h_env/Library/lib/lapack.lib D:/bld/mlpack_1580139447374/_h_env/Library/lib/libboost_program_options.lib
< HimanshuPathakGi> D:/bld/mlpack_1580139447374/_h_env/Library/lib/libboost_unit_test_framework.lib D:/bld/mlpack_1580139447374/_h_env/Library/lib/libboost_serialization.lib -lkernel32 -luser32 -lgdi32 -lwinspool -lshell32 -lole32 -loleaut32 -luuid -lcomdlg32 -ladvapi32 && cd .
< HimanshuPathakGi> do we need -L before every library
< HimanshuPathakGi> like this -LD:/bld/mlpack_1580139447374/_h_env/Library/lib/armadillo.lib
< HimanshuPathakGi> or not
< HimanshuPathakGi> (edited) or not => do we need -L before every address of library
< zoq> metahost: Agreed, also we have to look into some other dependencies as well e.g. boost, BLAS, but the pipeline for each looks probably similar.
< zoq> Nakul[m]: In this case we have to update the CI config, to install a newer armadillo version.
< zoq> HimanshuPathak: No -L, tells the compiler to look into a directory for library files.
< Nakul[m]> @zoq I tried adding different link to download armadillo in .tarvis.yaml but couldn't work.
< zoq> HimanshuPathak: Nakul[m]: Let me comment on the PR.
< Nakul[m]> Ok
< zoq> Nakul[m]: Let's see if that works.
kyrre has quit [Quit: Connection closed for inactivity]