IRC logs of #shogun for Sunday, 2013-02-17

--- Log opened Sun Feb 17 00:00:39 2013
--- Day changed Sun Feb 17 2013
-!- flxb [~flx@e179034251.adsl.alicedsl.de] has quit [Ping timeout: 244 seconds]00:00
shogun-buildbot_build #217 of rpm1 - libshogun is complete: Failure [failed git]  Build details are at http://www.shogun-toolbox.org/buildbot/builders/rpm1%20-%20libshogun/builds/217  blamelist: Sergey Lisitsyn <lisitsyn.s.o@gmail.com>00:01
blackburnheiko1: around?00:11
heiko1blackburn, no :) sorry eating00:12
blackburnheiko1: we have a problem with subsetstack00:12
heiko1oh nooooo00:12
blackburnheiko1: m_active_subset is initially NULL00:12
blackburnand it is added as a parameter00:12
heiko1blackburn, I see00:12
heiko1maybe add aunit test?00:12
heiko1I will fix it then00:12
heiko1but now food :) see you later00:12
blackburnheiko1: okay see you00:12
blackburnI will try to resolve the problem and let you fix it later then :)00:13
heiko1hahha :)00:13
blackburnheiko1: https://github.com/shogun-toolbox/shogun/issues/880 that's the issue for the problem - I think I solved it more or less though00:24
blackburnwill commit soon00:24
shogun-notifier-shogun: Sergey Lisitsyn :master * e667b9e / src/shogun/base/SGObject.cpp: https://github.com/shogun-toolbox/shogun/commit/e667b9e60e4a1619d867a51e28f66290043d9d5f00:32
shogun-notifier-shogun: More safety for parameter dictionary routine. Related to #88000:32
-!- heiko1 [~heiko@b019b9ec.bb.sky.com] has quit [Quit: Leaving.]01:02
-!- FSCV [~FSCV@189.139.160.181] has joined #shogun01:04
-!- FSCV [~FSCV@189.139.160.181] has quit [Ping timeout: 255 seconds]01:09
-!- nonq [5eaa90fc@gateway/web/freenode/ip.94.170.144.252] has joined #shogun01:30
nonqHi, I am installing matlab static inetrface on ubuntu 12.4.   ./configure is done but for make I've got following error : python: can't open file '..//.generate_link_dependencies.py': [Errno 2] No such file or directory make[1]: *** No rule to make target `.depend', needed by `libshogun.so.12.0'. Stop.01:35
nonqAnybody there?01:36
-!- nonq [5eaa90fc@gateway/web/freenode/ip.94.170.144.252] has quit [Ping timeout: 245 seconds]01:51
-!- heiko [~heiko@b019b9ec.bb.sky.com] has joined #shogun02:53
-!- heiko [~heiko@b019b9ec.bb.sky.com] has quit [Quit: Leaving.]03:24
-!- shogun-notifier- [~irker@7nn.de] has quit [Quit: transmission timeout]03:32
-!- in3xes [~in3xes@122.174.111.104] has joined #shogun05:37
-!- in3xes [~in3xes@122.174.111.104] has quit [Read error: Connection reset by peer]05:49
-!- lambday [3ba21749@gateway/web/freenode/ip.59.162.23.73] has joined #shogun06:32
-!- lambday [3ba21749@gateway/web/freenode/ip.59.162.23.73] has left #shogun []06:37
-!- in3xes [~in3xes@122.174.111.104] has joined #shogun07:10
-!- in3xes [~in3xes@122.174.111.104] has quit [Ping timeout: 245 seconds]07:53
-!- in3xes [~in3xes@122.174.111.104] has joined #shogun07:59
-!- lambday [b6131049@gateway/web/freenode/ip.182.19.16.73] has joined #shogun09:04
-!- lambday [b6131049@gateway/web/freenode/ip.182.19.16.73] has quit [Quit: Page closed]09:09
-!- flxb [~flx@e179034251.adsl.alicedsl.de] has joined #shogun10:00
-!- hoijui [~hoijui@dslb-092-078-043-220.pools.arcor-ip.net] has joined #shogun10:09
-!- in3xes [~in3xes@122.174.111.104] has quit [Ping timeout: 255 seconds]10:13
-!- sumit [ca4eaca2@gateway/web/freenode/ip.202.78.172.162] has joined #shogun11:18
-!- shogun-notifier- [~irker@7nn.de] has joined #shogun11:41
shogun-notifier-shogun: Sergey Lisitsyn :master * 9013527 / src/configure: https://github.com/shogun-toolbox/shogun/commit/9013527466e6a4fb7f408ba5d5f4bea2d3353cfc11:41
shogun-notifier-shogun: Enabled GCOV when profile is enabled11:41
-!- n4nd0 [~nando@s83-179-44-135.cust.tele2.se] has joined #shogun12:11
n4nd0sonney2k: hey, so I will probably push the changes for the website within a few days12:22
n4nd0I have to adjust the models a bit12:23
blackburnn4nd0: hey12:26
blackburndo you know how to handle that gmock thingy?12:26
n4nd0blackburn: to run the tests?12:26
blackburnn4nd0: yeah, there was an issue with installation of gmock12:26
n4nd0ahm12:27
n4nd0I could run the tests yeah12:27
blackburnn4nd0: do you have gmock as a package?12:27
@sonney2kn4nd0, make sure to use django_evolution for the model change12:28
n4nd0blackburn: no IIRC12:28
n4nd0sonney2k: aham, good to know before I start with it :)12:28
n4nd0sonney2k: does it take care of not messing with the current db?12:29
n4nd0blackburn: gtest was available as a package in arch but no gmock12:29
blackburnso you installed gmock manually but gtest was installed using your package manager?12:30
n4nd0blackburn: yep12:30
n4nd0blackburn: so you fixed tapkee finally!12:32
blackburnn4nd0: yeah no leaks12:32
n4nd0it was this initializatoin right?12:32
n4nd0https://github.com/shogun-toolbox/shogun/compare/17d6ba9eb5fe...c4d485eea07412:32
n4nd0the issue of the unconditional jumps12:32
n4nd0or conditional :D12:32
blackburnn4nd0: well totally wrong feature vector access callback12:32
blackburnn4nd0: one parameter in lltsa was uninitialized too12:33
n4nd0yes12:33
n4nd0m_nullspace_shift12:33
blackburnso now everything is smooth12:33
n4nd0I changed that one locally but the errors were still there12:33
n4nd0so it must be ^ what I missed12:33
blackburnyes, because callback was wrong anyway12:33
blackburnit was *double* uninitialized12:33
blackburnso even greater entropy12:34
n4nd0cool12:34
blackburnour goal is communism^W more entropy for everyone!12:35
blackburnohkay I can't compile gmock12:35
n4nd0blackburn: did you find it out by inspection or use a tool to point out what was uninitialized?12:35
n4nd0haha12:35
n4nd0mmm what happens with your gmock?12:36
blackburnn4nd0: no only I used that inter-ear nerve12:36
blackburnI used only*12:36
blackburn./libtool: eval: line 7848: syntax error near unexpected token `('12:36
blackburnghm12:36
n4nd0I prefer the first, it sound master yoda-ish :D12:36
n4nd0sounds*12:36
blackburnn4nd0: I yes speak sometimes yodish12:36
n4nd0cool that is12:37
blackburnforce the may be you with12:37
n4nd0hahaha12:37
blackburncompile let shogun me12:37
n4nd0in a couple of months the may be with me12:37
blackburnfailed I with compilation gmock of12:37
-!- sumit [ca4eaca2@gateway/web/freenode/ip.202.78.172.162] has quit [Ping timeout: 245 seconds]12:37
n4nd0the tests run fine here12:43
n4nd0make in tests/unit is cool12:43
blackburnoh I tried too old gmock I think12:45
n4nd0aham, let me check version here12:45
blackburnahh ehmmm12:45
blackburnn4nd0: it says it have no install target12:46
blackburnhow did you install it?12:46
n4nd0blackburn: one second12:47
n4nd0blackburn: http://code.google.com/p/googlemock/downloads/list12:48
n4nd0I put that in /usr/local12:48
n4nd0unzip and so on12:48
blackburnhmm I see12:48
n4nd0and I tried that it works fine with the makefile they have there12:48
n4nd0I runs some dummy test I think12:48
n4nd0and later got my shogun configure script to recognize both gtest and gmock12:49
blackburnI *LOVE* when people don't provide any install target12:49
blackburnyeahh12:56
blackburnn4nd0: sonney2k: wiking: http://pcottle.github.com/learnGitBranching/12:57
n4nd0blackburn: got it to work?12:57
blackburnyes12:58
n4nd0wow fancy page12:58
blackburnawesome12:58
n4nd0blackburn: this is really cool13:09
blackburnn4nd0: yeah git is pretty difficult - nice way to learn13:09
n4nd0indeed13:17
-!- n4nd0 [~nando@s83-179-44-135.cust.tele2.se] has quit [Ping timeout: 252 seconds]13:30
-!- shogun-notifier- [~irker@7nn.de] has quit [Quit: transmission timeout]14:41
blackburnwiking: clang_complete works nice here in test folder15:03
-!- shogun-notifier- [~irker@7nn.de] has joined #shogun15:08
shogun-notifier-shogun: Sergey Lisitsyn :master * fb4ef2b / tests/unit/converter/MultidimensionalScaling_unittest.cc: https://github.com/shogun-toolbox/shogun/commit/fb4ef2b9447400236750bb63776bb91fc412cc4715:08
shogun-notifier-shogun: Added a unittest for MDS15:08
shogun-notifier-shogun: Sergey Lisitsyn :master * 1d96453 / tests/unit/multiclass/MulticlassLibLinear_unittest.cc: https://github.com/shogun-toolbox/shogun/commit/1d9645360c17a17c737f2b9902bfde13443dd04515:15
shogun-notifier-shogun: Added multiclass liblinear test15:15
shogun-buildbot_build #671 of bsd1 - libshogun is complete: Failure [failed test]  Build details are at http://www.shogun-toolbox.org/buildbot/builders/bsd1%20-%20libshogun/builds/671  blamelist: Sergey Lisitsyn <lisitsyn.s.o@gmail.com>15:17
blackburnwhoops!15:20
shogun-buildbot_build #672 of bsd1 - libshogun is complete: Failure [failed test]  Build details are at http://www.shogun-toolbox.org/buildbot/builders/bsd1%20-%20libshogun/builds/672  blamelist: Sergey Lisitsyn <lisitsyn.s.o@gmail.com>15:24
blackburncome ooonn15:24
-!- vikram360 [~vikram360@117.221.121.156] has joined #shogun15:31
shogun-notifier-shogun: Sergey Lisitsyn :master * 43ab1b6 / tests/unit/converter/MultidimensionalScaling_unittest.cc: https://github.com/shogun-toolbox/shogun/commit/43ab1b6c6c9d19df9736a4cf6166fb9f5bc3b47c15:34
shogun-notifier-shogun: Guarded mds test15:34
-!- heiko [~heiko@5e033Fa8.bb.sky.com] has joined #shogun15:51
shogun-buildbot_build #673 of bsd1 - libshogun is complete: Success [build successful]  Build details are at http://www.shogun-toolbox.org/buildbot/builders/bsd1%20-%20libshogun/builds/67315:59
blackburnheiko: I put another issue for you :)16:04
heikoblackburn, just read mails :)16:05
shogun-notifier-shogun: Sergey Lisitsyn :master * b80f579 / src/NEWS,src/shogun/ui/SGInterface.cpp: https://github.com/shogun-toolbox/shogun/commit/b80f57941bc8ab1003be313a08ba7465934f02fa16:05
shogun-notifier-shogun: Fixed wrong spectrum mismatch rbf construction in static interfaces16:05
blackburnheiko: about https://github.com/shogun-toolbox/shogun/issues/880 - I am not sure what should we do with it but actually that patch helped16:10
heikoyeah I saw this, I will have a look, but good if it works for now16:11
heikonot too sure whether this is a good idea16:11
heikobut on the other hand, we need to allow NULL parameters16:11
blackburnheiko: I think it is a good idea anyway as there is no check for null afterwards16:13
blackburnso passing null there is wrong anyway16:13
-!- vikram360 [~vikram360@117.221.121.156] has quit [Quit: Leaving]16:32
-!- blackburn [~blackburn@85.114.170.181] has quit [Quit: Leaving.]17:01
-!- blackburn [~blackburn@85.114.170.181] has joined #shogun17:02
-!- flxb_ [~flx@g225176182.adsl.alicedsl.de] has joined #shogun17:14
-!- flxb [~flx@e179034251.adsl.alicedsl.de] has quit [Ping timeout: 255 seconds]17:17
-!- n4nd0 [~nando@s83-179-44-135.cust.tele2.se] has joined #shogun17:54
-!- heiko [~heiko@5e033Fa8.bb.sky.com] has quit [Quit: Leaving.]18:10
-!- vikram360 [~vikram360@117.221.121.156] has joined #shogun18:10
n4nd0anybody already taking care of CSparseFeatures?18:16
n4nd0https://github.com/shogun-toolbox/shogun/issues/77318:16
n4nd0blackburn: ^?18:16
blackburnn4nd0: I am not sure we should go for it but if you want - feel free18:16
@sonney2kblackburn, about https://github.com/shogun-toolbox/shogun/issues/88118:35
@sonney2kwhat is the example failing?18:35
blackburnsonney2k: base_map_parameters in libshogun18:36
blackburnit is not failing w/o valgrind18:36
@sonney2kshould be easy to fix for me. I will do it when I have time18:39
@sonney2ktonight18:39
blackburnsonney2k: I am just unsure who should free the memory18:42
blackburnthat's why I didn't approach to fix it18:42
-!- FSCV [~FSCV@173.254.212.46] has joined #shogun18:51
-!- shogun-notifier- [~irker@7nn.de] has quit [Quit: transmission timeout]19:05
-!- vikram360 [~vikram360@117.221.121.156] has quit [Ping timeout: 256 seconds]19:44
wikingblackburn: lol man this instacode is crazy20:30
blackburnwiking: yeah :)20:30
-!- shogun-notifier- [~irker@7nn.de] has joined #shogun21:04
shogun-notifier-shogun: Soeren Sonnenburg :master * bdac6bc / examples/undocumented/libshogun/base_map_parameters.cpp: https://github.com/shogun-toolbox/shogun/commit/bdac6bc7101775743c621f4833a48899ecb2269a21:04
shogun-notifier-shogun: don't use ref'counted matrix in parameter example (fixing double free!)21:04
blackburnsonney2k: straightforward :)21:06
@sonney2kblackburn, I wonder how difficult it would be to switch over to using SGSparseMatrix... but better not attempt this if we want to release now21:22
blackburnsonney2k: I don't know actually - seems to be easy but testing..21:23
blackburnI'd avoid changes if it works now21:23
-!- heiko [~heiko@5e033Fa8.bb.sky.com] has joined #shogun21:36
-!- heiko [~heiko@5e033Fa8.bb.sky.com] has quit [Quit: Leaving.]21:48
-!- n4nd0 [~nando@s83-179-44-135.cust.tele2.se] has quit [Quit: leaving]22:25
-!- hoijui [~hoijui@dslb-092-078-043-220.pools.arcor-ip.net] has quit [Quit: Leaving]23:27
-!- flxb_ [~flx@g225176182.adsl.alicedsl.de] has quit [Ping timeout: 255 seconds]23:27
--- Log closed Mon Feb 18 00:00:46 2013

Generated by irclog2html.py 2.10.0 by Marius Gedminas - find it at mg.pov.lt!