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.
< 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.