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/
mikeling has joined #mlpack
travis-ci has joined #mlpack
< travis-ci> akanuraj200/mlpack#16 (master - 39b5395 : Anuraj Kanodia): The build passed.
travis-ci has left #mlpack []
UtkarshGpta has joined #mlpack
mikeling has quit [Quit: Connection closed for inactivity]
< UtkarshGpta> Hi! I am new to opensource development. I am having problem in working with mlpack. Need some help.
< UtkarshGpta> How should I run the "simple problem". I am on Ubuntu and installed it through 'sudo apt-get' command. How should I proceed further?
UtkarshGpta has quit [Ping timeout: 250 seconds]
< cult-> push the big start button J
kartik has joined #mlpack
< kartik> hey <zoq> sry i took some time to respond .. i went on to read some online books on neural nets to be very comfotable to code on them...
< kartik> now about the maintained repo .. i want to carry out with the work of bang lui .. so fork the main repo now ..
< kartik> have any idea of the difference thats present in the main one and his personal one ..
< kartik> im going to implement the CMA ES algorithm onto it
s1998 has joined #mlpack
kartik has quit [Ping timeout: 260 seconds]
kartik has joined #mlpack
kartik has quit [Ping timeout: 260 seconds]
travis-ci has joined #mlpack
< travis-ci> mlpack/mlpack#1652 (master - 4cb1335 : Ryan Curtin): The build passed.
travis-ci has left #mlpack []
govg has joined #mlpack
K4k has quit [Quit: WeeChat 1.6]
K4k has joined #mlpack
s1998 has quit [Quit: Page closed]
sam0410 has joined #mlpack
< zoq> artik: Hello, right now Bang's code isn't merged. I'm working on it, so you can use Bang's branch as the basis.
< zoq> Perhaps kartik reads the irc logs.
< sam0410> Hi! I compiled MLPACK under Windows according to the keonkim's guidelines (http://keon.io/2016/06/04/mlpack-on-windows.html) and performed all the steps mentioned in the following blog to link mlpack (https://overdosedblog.wordpress.com/2016/08/21/include-mlpackcore-hpp/) But as I run the program an error occurs "The program can't start because mlpack.dll is missing from your computer.Try reinstalling the program to fix this problem."
< zoq> sam0410: Hello there, I guess 'mlpack.dll' exists on your computer?
< sam0410> yes it is there mlpack-2.1.0\build\Debug\mlpack.dll
sam0410 has quit [Quit: Page closed]
< zoq> sam0410: So I think on way is to call the executable from that directory (mlpack-2.1.0\build\Debug\), you could also move the dll into the mlpack executable folder or add '...\mlpack-2.1.0\build\Debug\'' to your library search path.
sam0410 has joined #mlpack
< zoq> sam0410: In case you missed my message: http://www.mlpack.org/irc/
< sam0410> zoq: I have already added it to the library search path. But the error is still there
< zoq> sam0410: Can you copy the dll file and test it again?
< sam0410> zoq: Thanks for your patience. But the problem is still there.
< zoq> sam0410: Okay strange, you did something like this right? 'set PATH=C:\path to your dll;%PATH%'
< sam0410> I copied this .dll and pasted it in a library folder. Later, I included this folder in additional library directories in my console application
< zoq> Even if the search path isn't right, windows should look into the current folder for dlls. So I thought if you copy/move the dll into the executable folder windows should pick up the missing dll.
govg has quit [Ping timeout: 248 seconds]
< sam0410> zoq: Thankyou so much!!! it is working fine now
< zoq> sam0410: Great, how did you fix the problem?
< sam0410> zoq: exactly the way you stated- copied it into the current project folder .. thanx again
sam0410 has quit [Ping timeout: 260 seconds]