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/
< sumedhghaisas__>
zoq: Hey sorry... didn't see you msg.
< sumedhghaisas__>
yeah its harcoded right now. Yes about that abstraction
< sumedhghaisas__>
Should I templatize the NTM class accept the layer type which can be used as controller?
< sumedhghaisas__>
also for that testing memory thing. I changed the implementation so that backward does not require input any more
< sumedhghaisas__>
its not very much of a framework per say... its just that some layers require 'memory' in its forward pass
< sumedhghaisas__>
and also in its backward ... and also returns the error w.r.t. memory
< sumedhghaisas__>
the testing framework is just an extra layer... which is used to wrap these kind of layers for testing
< sumedhghaisas__>
I am just cleaning up the entire NTM code.
< sumedhghaisas__>
I will send the PR as soon as I am done
< zoq>
ahh, okay, I guess I will see it once you open the PR :)
< zoq>
About the controller, I think a template should work, yes.
< zoq>
It's getting late here, about to get some sleep.
< sumedhghaisas__>
Sure. I will try to shift to the template thing today itself. Or else I will do that tomorrow.
sumedhghaisas__ has quit [Ping timeout: 268 seconds]
sumedhghaisas__ has joined #mlpack
sumedhghaisas_ has joined #mlpack
sumedhghaisas__ has quit [Read error: Connection reset by peer]
< sumedhghaisas_>
zoq: Hey Marcus... I have lot more files to clean and I am getting too sleepy. I will do that tomorrow and send the PR.
sumedhghaisas__ has quit [Ping timeout: 268 seconds]
kris1 has joined #mlpack
kris1 has quit [Read error: Connection reset by peer]
kris1 has joined #mlpack
vivekp has quit [Ping timeout: 246 seconds]
vivekp has joined #mlpack
deep-book-gk_ has joined #mlpack
deep-book-gk_ has left #mlpack []
kris1 has quit [Quit: kris1]
vivekp has quit [Ping timeout: 276 seconds]
vivekp has joined #mlpack
< rcurtin>
sumedhghaisas_: great to hear---I am looking forward to playing with NTMs in the future :)
govg has quit [Ping timeout: 240 seconds]
andrzejku has joined #mlpack
govg has joined #mlpack
andrzejku has quit [Quit: My iMac has gone to sleep. ZZZzzz…]
andrzejku has joined #mlpack
andrzejku has quit [Quit: My iMac has gone to sleep. ZZZzzz…]
sumedhghaisas_ has quit [Ping timeout: 268 seconds]
vivekp has quit [Ping timeout: 276 seconds]
vivekp has joined #mlpack
vivekp has quit [Ping timeout: 260 seconds]
vivekp has joined #mlpack
andrzejku has joined #mlpack
kris1 has joined #mlpack
< ironstark>
zoq: Sorry for the late response. Did not see the irc chat. I have read the documentation and am working on the implementations. Regarding the install script. I am able to run everything on my local system but I am getting some errors on slake.
< ironstark>
these run successfully on my local system but slake shows the errors
< ironstark>
how to rectify it?
< zoq>
ironstark: -- Installing: /usr/local/lib/libdlib.a ... You can't write write to /usr/local/lib without sudo or anything similar. Every benchmark related lib ist stored in ../lib/, so you can use:
< zoq>
cmake -DCMAKE_INSTALL_PREFIX=../../ .. instead of cmake ..
< zoq>
let me know if that solves the install problem
kris1 has quit [Quit: kris1]
kris1 has joined #mlpack
shikhar has joined #mlpack
< ironstark>
zoq: That solved the problem. Build succesfully compiles without error. Thanks a lot for the help
< zoq>
ironstark: Okay, great let's see if the commit test also runs without any errors.
shikhar has quit [Quit: WeeChat 1.7]
kris1 has quit [Quit: kris1]
andrzejku has quit [Ping timeout: 260 seconds]
andrzejku has joined #mlpack
< ironstark>
zoq: rcurtin: To compile the dlibml scripts what are the changes required in the Makefile.
< ironstark>
One that I can see is adding export DLIBML_PATH=methods/dlibml/