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 [Quit: Ex-Chat]
sumedhghaisas__ has joined #mlpack
< sumedhghaisas__> rcurtin, zoq: Wooohooo... NTM passes reber grammar tests
sumedhghaisas_ has joined #mlpack
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> I need to run these commands also.
< ironstark> pkg-config --libs --cflags dlib-1
< 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/
< ironstark> then in the .scripts section
< ironstark> g++ -O0 -std=c++11 methods/dlibml/src/*.cpp -o methods/dlib/* -I"$(INCLUDEPATH)" -L"$(LIBPATH)" -lmlpack -lboost_program_options -llz4
< ironstark> Is that correct?
< zoq> ironstark: g++ doesn't support batch processing, so you can't write: methods/dlibml/src/*.cpp as we did for javac.
< zoq> I think for now we can just write a single command for each example, later we could write a simple Makefile to build the dlib source files.
< zoq> The command to build a simple example could look like:
< zoq> g++ -O0 -std=c++11 methods/dlibml/src/svm.cpp -o methods/dlib/dlib_svm -I"$(INCLUDEPATH)" -L"$(LIBPATH)" -lmlpack -lboost_program_options -ldlib
< zoq> Just used svm as an example.
< zoq> Maybe you also have to link against: -lpthread -lX11 as mentioned here: http://dlib.net/compile.html
< zoq> Also, we just link against mlpack to use the timer and to parse the command line arguments as we did for flann and ann.
< ironstark> zoq: Thanks for the help. :)
andrzejku has quit [Quit: My iMac has gone to sleep. ZZZzzz…]
< zoq> Here to help, if you run into any problems let me know :)
andrzejku has joined #mlpack
govg has quit [Ping timeout: 240 seconds]
andrzejku has quit [Quit: Textual IRC Client: www.textualapp.com]