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/
< ShikharJ> zoq: Are you there?
vivekp has quit [Ping timeout: 260 seconds]
vivekp has joined #mlpack
< ShikharJ> zoq: Can we merge the BatchSupport and DCGAN PRs now? Both of them are complete, and once they are in, we can start testing the code with the GANOptimizer class as well.
< jenkins-mlpack> Project docker mlpack nightly build build #354: STILL UNSTABLE in 3 hr 9 min: http://masterblaster.mlpack.org/job/docker%20mlpack%20nightly%20build/354/
< zoq> ShikharJ: Unfortunately we have to wait: https://github.com/mlpack/mlpack/blob/master/CONTRIBUTING.md#pull-request-process, but what about working locally we can still open a PR, the build will fail since not all files are there but we can still discuss the code.
< Atharva> sumedhghaisas: You there?
< Atharva> zoq: I had a doubt.
< Atharva> The gradient check is failing if we use mean squared error instead of negative log likelihood, I tried to figure out why but couldn't.
manish7294 has joined #mlpack
< manish7294> zoq: There's a matlab implementation of LMNN, but it's available as a part of separate toolkit, so can you help in incuding that?
< zoq> Atharva: Ahh, this is because https://github.com/mlpack/mlpack/blob/master/src/mlpack/methods/ann/loss_functions/mean_squared_error_impl.hpp#L42 doesn't match with the Forward pass, I'll see to open a PR later today to fix that.
< zoq> manish7294: Sure, I guess all we have to do is to add it to the search path.
< manish7294> zoq: This is the toolkit https://lvdmaaten.github.io/drtoolbox/
< zoq> manish7294: So basically all we have to do is to add the lib to https://github.com/mlpack/benchmarks/blob/master/libraries/package-urls.txt
< zoq> manish7294: and write a simple install script that add's the files to the matlab path: addpath(genpath(‘installation_folder/drtoolbox’)) in the form of: https://github.com/mlpack/benchmarks/blob/master/libraries/mlpy_install.sh
< manish7294> zoq: Thanks I will try that.
< Atharva> zoq: Yes, I made the changes in the Backward function and it works now.
< zoq> Atharva: Nice, do you think you can open a PR with the modifications? I guess you could also use the existing PR. Perhaps, I'll have to implement another one, if I remember right the RNN network doesn't work so well with the loss function.
< Atharva> zoq: Sure, I can commit it in the sampling PR if that's fine. Or are you going to implement mean square error again?
< zoq> Atharva: the sampling PR is jsut fine, thanks!
< Atharva> zoq: Okay then.
witness_ has quit [Quit: Connection closed for inactivity]
< manish7294> zoq: I tried figuring out more details and what I found is we can use toolbox by just adding path to toolbox at start of the matlab. So, we can do that by calling a subprocess at starting of matlab's method script. Does this sound reasonable? We can have a drtoolbox_inststall.sh to just check if matlab & drtoolbox exists.
< manish7294> zoq: And is it possible to have matlab installed on slake as I guess matlab_install.sh just check for existence of matlab on system.
< zoq> manish7294: hm, I guess all the install script has to do is to unpack the archive. And not sure but I think adding the libraries folder to https://github.com/mlpack/benchmarks/blob/master/Makefile#L77 should also work: https://de.mathworks.com/help/matlab/matlab_env/add-folders-to-matlab-search-path-at-startup.html
< zoq> manish7294: matlab should be available on slake
< manish7294> zoq: It doesn't look like that slake having matlab
< manish7294> zoq: Right, that seems possible.
< zoq> manish7294: It's in '/opt/matlab/bin'
< zoq> manish7294: You could use SSH X-Forwarding to open the GUI. 'ssh -X server' and afterwards you can start the application.
< manish7294> zoq: Thanks! found it
ImQ009 has joined #mlpack
< rcurtin> manish7294: that looks perfect if we can call that from Python
< manish7294> rcurtin: It looks like we are able to make calls to nearest_neighbors(), I tried printing them :)
< manish7294> and as expected, first column is same as index
< rcurtin> ok, that sounds just fine, we can use that then
yaswagner has joined #mlpack
manish7294 has quit [Ping timeout: 260 seconds]
manish7294 has joined #mlpack
< Atharva> sumedhghaisas: rcurtin: I saw the comments on the PR, will make changes soon
< Atharva> sumedhghaisas: You there?
manish7294 has quit [Ping timeout: 260 seconds]
manish7294 has joined #mlpack
< manish7294> rcurtin: I made the changes for accuracy calculator. Hopefully, it's working fine https://github.com/mlpack/benchmarks/pull/123/commits/fa381795a71afef2b4812266353310e957ceb00d
< manish7294> zoq: It seems letters and balance datasets still have labels in first column. Please check them out.
< rcurtin> manish7294: if the datasets have a problem, you can supply a fixed version and I can drop them into place on the server
< manish7294> rcurtin: sounds good :)
< rcurtin> just to let you know that I can help too, that's all I mean. :)
< manish7294> rcurtin: no worries, I have it ready --- just sending you a link :)
< manish7294> rcurtin: Here are the links: https://www.pastefile.com/4o6xkf & https://www.pastefile.com/4nbBRg
< rcurtin> manish7294: thanks, dropped them into place on mlpack.org/datasets/
manish7294 has quit [Ping timeout: 260 seconds]
witness_ has joined #mlpack
ImQ009 has quit [Quit: Leaving]