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/
favre49 has joined #mlpack
< jenkins-mlpack2> Project mlpack - git commit test build #447: UNSTABLE in 1 hr 21 min: http://ci.mlpack.org/job/mlpack%20-%20git%20commit%20test/447/
< walragatver[m]> jeffin143 : Let's implement removing the directory and it's files mechanism in CMake. It would avoid Unix system calls so the fix will also work for windows in future. Also can we provide a CMake option which if ON it will remove eventfiles and directories generated during testing or else when off it will not remove it?
< walragatver[m]> jeffin143: Also let's change the directory structure slightly. Let's create a single directory test_event_files and in that lets create the temp directories and files. Let me know what you think.
< jeffin143[m]> walragatver: ok sounds ok
< jeffin143[m]> But can you tell me the reason behind that option
< jeffin143[m]> Like when do a user would turn it off , like he doesn't want the event files to be destroyed
< jeffin143[m]> Also yesterday I was wrong
< jeffin143[m]> Post command would run as soon as the target is build
< jeffin143[m]> But we want to clear the dir everytime we run test
< jeffin143[m]> And I don't think that is possible using cmake
< jeffin143[m]> Cc @brim @shrit:matrix.org , let me know that is it possible to remove files using cmake after every run of test binary
< jeffin143[m]> I don't think that's possible
ImQ009 has joined #mlpack
togo has joined #mlpack
< kartikdutt18Gitt> @jeffin143, I might not have the right context, but If boost is there as a dependency, you can use boost::filesystem to remove files in runtime (after test / function call the remove function). And you can use ListDir to list all files and find the files you want to delete and only remove those.
< walragatver[m]> jeffin143: While writing test you would be checking that event which you have written it's content is being displayed in tensorboard ui correctly right? So in order to view the content you would need those eventfiles after running test right?
< jeffin143[m]> > @jeffin143, I might not have the right context, but If boost is there as a dependency, you can use boost::filesystem to remove files in runtime (after test / function call the remove function). And you can use ListDir to list all files and find the files you want to delete and only remove those.
< jeffin143[m]> Currently I am not using boost in that and want to avoid it
< jeffin143[m]> > jeffin143: While writing test you would be checking that event which you have written it's content is being displayed in tensorboard ui correctly right? So in order to view the content you would need those eventfiles after running test right?
< jeffin143[m]> This would be manual correct ??
< kartikdutt18[m]> > Currently I am not using boost in that and want to avoid it
< kartikdutt18[m]> You can use std::remove as well then.
< jeffin143[m]> That comes in c++ 17 @kartikdutt18:matrix.org
< jeffin143[m]> I am not sure
< jeffin143[m]> I will take a quick look
< kartikdutt18[m]> Ahh.
< jeffin143[m]> Yes that's since c++ 17
ghanima has joined #mlpack
favre49 has quit [Ping timeout: 260 seconds]
favre49 has joined #mlpack
< jeffin143[m]> walragatver: I don't currently have a system to check whether tensorflow ui shows the summary properly or not
favre49 has quit [Ping timeout: 256 seconds]
favre49 has joined #mlpack
cult- has joined #mlpack
< cult-> hello, is the input sequence length into viterbi arbitrary or is there an optimal length for prediction?
< chopper_inbound[> m.lozhnikov: I was trying to implement BLEU score metric. I've done the raw implementation https://gist.github.com/mrityunjay-tripathi/18fa5f09e02b422c7347c6462874a096 As I remember, n-gram is already implemented in mlpack. It would be nice if we can use it in this implementation...but I don't know how? I just wanted to simplify this script.
< mlozhnikov[m]> chopper_inbound: If I remember right it's not merged yet. I did implemented it, but I didn't open a PR.
< chopper_inbound[> m.lozhnikov: Oh...ok then. I will try to polish this up and open a pull request.
< mlozhnikov[m]> The implementation is here: https://github.com/mlpack/mlpack/pull/1960#issuecomment-590476867
< chopper_inbound[> yes i was also talking about this same PR :) and this PR is merged!?
< mlozhnikov[m]> The PR is merged, but it doesn't contain the n-gram support:)
< mlozhnikov[m]> The implementation is in the zip archive mentioned in the comment.
< chopper_inbound[> >The implementation is in the zip archive mentioned in the comment.
< chopper_inbound[> Didn't looked that :O
< chopper_inbound[> * >
< chopper_inbound[> The implementation is in the zip archive mentioned in the comment.
< chopper_inbound[> Didn't looked that :O
< chopper_inbound[> * >The implementation is in the zip archive mentioned in the comment.
< chopper_inbound[> Didn't looked that :O
favre49 has quit [Ping timeout: 240 seconds]
k84 has joined #mlpack
< abernauer[m]> rcurtin: How manys slots on average does mlpack get awarded every year?
k84 has quit [Remote host closed the connection]
< jeffin143[m]> abernauer: 9-10 slots
< jeffin143[m]> Just because I did ask that question previously
< jeffin143[m]> :)
< abernauer[m]> Yeah I thought it was 9. Was updating my resume for this machine learning job a recruiter contacted me about. ty though jeffin143
< jeffin143[m]> abernauer: :) np
favre49 has joined #mlpack
< jenkins-mlpack2> Yippee, build fixed!
< jenkins-mlpack2> Project mlpack - git commit test build #448: FIXED in 1 hr 21 min: http://ci.mlpack.org/job/mlpack%20-%20git%20commit%20test/448/
< mlozhnikov[m]> jeffin143: Maybe later. I am working on #2352 right now. I'd like to merge it first.
< jeffin143[m]> m.lozhnikov: ok :)
< jeffin143[m]> Hi @walragatver:matrix.org
jeffin143 has joined #mlpack
< RyanBirminghamGi> Hello jeffin143!
< jeffin143> Hi RyanBirminghamGi
< RyanBirminghamGi> I still have to re-review your PRs, I know! I'll get to it :)
jeffin143 has quit [Ping timeout: 245 seconds]
jeffin14320 has joined #mlpack
< jeffin143[m]> No issues Ryan Birmingham (Gitter)
jeffin14320 has quit [Remote host closed the connection]
favre49 has quit [Remote host closed the connection]
ImQ009 has quit [Quit: Leaving]
< walragatver[m]> Hey birm: jeffin143: Sorry I missed the meeting.
< walragatver[m]> jeffin143: birm: I think it would take some time to review the PR.
< walragatver[m]> jeffin143: I would suggest to start implementing the text and audio support
< walragatver[m]> In the meantime we will give you the review
< walragatver[m]> birm: In your free time please take a look at this and let us know if you know any solution.
togo_ has joined #mlpack
togo has quit [Read error: Connection reset by peer]
togo_ has quit [Ping timeout: 272 seconds]
< HimanshuPathakGi> Hey @saksham189 I am trying to implement smo for multi-class classification but this implementation contains for two-class classification can you help me figure out. How can I calculate probabilities of multi class in smo.