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/
mindlifter has quit [Remote host closed the connection]
mindlifter has joined #mlpack
mindlifter has quit [Remote host closed the connection]
mindlifter has joined #mlpack
mindlifter has quit [Remote host closed the connection]
mindlifter has joined #mlpack
mindlifter has quit [Remote host closed the connection]
mindlifter has joined #mlpack
mindlifter has quit [Remote host closed the connection]
mindlifter has joined #mlpack
mindlifter has quit [Remote host closed the connection]
mindlifter has joined #mlpack
mindlifter has quit [Remote host closed the connection]
mindlifter has joined #mlpack
mindlifter has quit [Remote host closed the connection]
mindlifter has joined #mlpack
mindlifter has quit [Remote host closed the connection]
mindlifter has joined #mlpack
< Aakash-kaushikAa> Hi, just a seperate question from the medium discussion but is there a place, book or anything that i can use to wrap my head around cmake ?
mindlifter has quit [Remote host closed the connection]
mindlifter has joined #mlpack
mindlifter has quit [Remote host closed the connection]
mindlifter has joined #mlpack
mindlifter has quit [Remote host closed the connection]
mindlifter has joined #mlpack
mindlifter has quit [Remote host closed the connection]
mindlifter has joined #mlpack
mindlifter has quit [Remote host closed the connection]
< shrit[m]> Also, the best way to learn CMake is trial and error
mindlifter has joined #mlpack
< shrit[m]> More detailed info need the cmake doc website, also CMake is strange and behave differently on different machines and different version, be careful.
mindlifter has quit [Remote host closed the connection]
mindlifter has joined #mlpack
ImQ009 has joined #mlpack
mindlifter has quit [Remote host closed the connection]
mindlifter has joined #mlpack
< Aakash-kaushikAa> Hey @shrit:matrix.org thanks for the resource, I have been using the cmake docs but I am more of a newbie to cmake so the syntax, variable assignment and all of those things don't make sense right away.
mindlifter has quit [Remote host closed the connection]
mindlifter has joined #mlpack
mindlifter has quit [Remote host closed the connection]
mindlifter has joined #mlpack
mindlifter has quit [Remote host closed the connection]
mindlifter has joined #mlpack
mindlifter has quit [Remote host closed the connection]
mindlifter has joined #mlpack
mindlifter has quit [Remote host closed the connection]
mindlifter has joined #mlpack
< AvikantSrivasta4> Aakash you can refer to this YouTube link for CMake
< AvikantSrivasta4> <https://youtu.be/7W4Q-XLnMaA|https://youtu.be/7W4Q-XLnMaA>
< AvikantSrivasta4> I found it to be simple 🙂
mindlifter has quit [Remote host closed the connection]
mindlifter has joined #mlpack
UmarJ has quit [Ping timeout: 240 seconds]
< Aakash-kaushikAa> @_slack_mlpack_U01F87KFGTD:matrix.org thanks for this.
mindlifter has quit [Remote host closed the connection]
mindlifter has joined #mlpack
mindlifter has quit [Remote host closed the connection]
mindlifter has joined #mlpack
< rcurtin[m]> ahh, bad news, I can't make the video meetup today... this weekend is the first time I will go karting in quite a long time so today I will be practicing... sorry to miss the meetup! :(
mindlifter has quit [Remote host closed the connection]
mindlifter has joined #mlpack
< zoq> rcurtin[m]: That sounds like a lot of fun.
mindlifter has quit [Remote host closed the connection]
mindlifter has joined #mlpack
UmarJ has joined #mlpack
< rcurtin[m]> zoq: I hope so, we'll see how rusty I am :)
mindlifter has quit [Read error: Connection reset by peer]
mindlifter has joined #mlpack
< shrit[m]> I will not be able to join the meeting today, I am in a long long meeting ...
mindlifter has quit [Remote host closed the connection]
mindlifter has joined #mlpack
< Aakash-kaushikAa> Are we keeping the meet then ?
< Aakash-kaushikAa> @rcurtin enjoy the karting ✌️
mindlifter has quit [Remote host closed the connection]
mindlifter has joined #mlpack
mindlifter has quit [Remote host closed the connection]
mindlifter has joined #mlpack
< zoq> If anybody likes to discuss something, we can meet, but at least for the GSoC projects there will be seperate meeting next week.
< Aakash-kaushikAa> @zoq would you like to talk about this PR: https://github.com/mlpack/models/pull/56 ?
< Aakash-kaushikAa> Maybe we can try somethings ?
< zoq> Aakash-kaushikAa: Currently looking into it, windows is a pain ...
< swaingotnochill[> zoq I m guessing the date for intro meeting for GSoC hasn't been decided, is it?
< zoq> swaingotnochill[: I think almost everyone filled it out, I will send out another mail with the meeting details over the weekend.
< Aakash-kaushikAa> @zoq agreed hundred percent.
< Aakash-kaushikAa> Let me know if you find something to make it work.
< zoq> Aakash-kaushikAa: for sure
mindlifter has quit [Remote host closed the connection]
< zoq> Aakash-kaushikAa: So looks like at some point we are trying to write to c:\program files which we can't.
< zoq> Aakash-kaushikAa: Let's see if we can identify the line.
mindlifter has joined #mlpack
< zoq> Aakash-kaushikAa: Looking at the output it look the test failed.
< zoq> Error running test executable 'D:/a/1/s/build/bin/Release/models_test.exe':
< zoq> Do you know if the path is correct, is it Release or just build/bin, if I remember right you changed the path at some point.
mindlifter has quit [Remote host closed the connection]
< Aakash-kaushikAa> @freenode_zoq:matrix.org So i didn't change the path i just copied the dll and lib files to the test folder so it runs
< Aakash-kaushikAa> I believe it is just build/bin
mindlifter has joined #mlpack
< Aakash-kaushikAa> btw i think we are not on the same thing ?, the build i am looking at fails on the build models step
< Aakash-kaushikAa> btw which one do you get notified with @freenode_zoq:matrix.org or @zoq ?
< zoq> both works.
< zoq> We are looking at the same thing.
< zoq> The error you see is on line 2276 (log) right?
< zoq> that's the one that is marked red
< zoq> but that one is not the actual error
< zoq> it's on line 2206
< zoq> So the exectuable is in Release.
< Aakash-kaushikAa> hey sorry for not replying i was reading through the output
< zoq> I have to test this out on an actual windows machine.
< zoq> I can do this later.
< zoq> My current guess is that the test failes because it can't find the necessary dlls.
< Aakash-kaushikAa> I tried to do it on my machine but never got around properly build even mlpack and then models library
< Aakash-kaushikAa> > I can do this later.
< Aakash-kaushikAa> I have the same thing going in my mind by searching this error code returned 0xc0000135
< Aakash-kaushikAa> > My current guess is that the test failes because it can't find the necessary dlls.
< Aakash-kaushikAa> wanted to tag this message.
< Aakash-kaushikAa> i think the dll and lib files are created after the model is configured with cmake and so that step comes after that.
< zoq> Right
< Aakash-kaushikAa> I have a dual booted machine and i am on windows right now. I might just start right now.
< Aakash-kaushikAa> but please don't rely on my because i primarily work on some form of linux distro and it's a bit hard for me to handle the whole windows development process.
< Aakash-kaushikAa> * but please don't rely on me because i primarily work on some form of linux distro and it's a bit hard for me to handle the whole windows development process.
< zoq> Btw. you don't have to build mlpack you can download the libs from the azure build.
< zoq> mlpack-windows-vs16.zip should have everything
< Aakash-kaushikAa> How should i download these ?
< zoq> You should be able to just click on the package.
< Aakash-kaushikAa> Never knew about this, yup there was a faint drop down on the right.
< zoq> The rest looks ready to me, it's just the windows build.
ImQ009 has quit [Read error: Connection reset by peer]
< Aakash-kaushikAa> Yeah, I mean just like the last time.
mindlifter has quit [Remote host closed the connection]
mindlifter has joined #mlpack
mindlifter has quit [Remote host closed the connection]
mindlifter has joined #mlpack
< Aakash-kaushikAa> Hey @freenode_zoq:matrix.org would be be joining the meet ?
ImQ009 has joined #mlpack
< zoq> give me some minutes
mindlifter has quit [Remote host closed the connection]
mindlifter has joined #mlpack
mindlifter has quit [Remote host closed the connection]
mindlifter has joined #mlpack
mindlifter has quit [Remote host closed the connection]
mindlifter has joined #mlpack
mindlifter has quit [Remote host closed the connection]
mindlifter has joined #mlpack
ImQ009 has quit [Quit: Leaving]
throwaway3412784 has joined #mlpack
throwaway3412784 has quit [Quit: Connection closed]
mindlifter has quit [Remote host closed the connection]
mindlifter has joined #mlpack
mindlifter has quit [Remote host closed the connection]
mindlifter has joined #mlpack
UmarJ has quit [Ping timeout: 265 seconds]
mindlifter has quit [Remote host closed the connection]
mindlifter has joined #mlpack
mindlifter has quit [Remote host closed the connection]
mindlifter has joined #mlpack
mindlifter has quit [Remote host closed the connection]
mindlifter has joined #mlpack
mindlifter has quit [Remote host closed the connection]
mindlifter has joined #mlpack
mindlifter has quit [Remote host closed the connection]
mindlifter has joined #mlpack