IRC logs of #shogun for Friday, 2011-09-30

--- Log opened Fri Sep 30 00:00:45 2011
-!- Guest56770 [~sonne@g229061048.adsl.alicedsl.de] has quit [Ping timeout: 256 seconds]00:52
-!- blackburn [~blackburn@188.168.5.42] has quit [Quit: Leaving.]01:23
CIA-3shogun: Sergey Lisitsyn master * r95df0a5 / (10 files): Added support of target dimensionality reducing with negative target dimensionality, improved some issues at NLDR preprocessors - http://git.io/92KVbA01:25
CIA-3shogun: Soeren Sonnenburg master * r7bb0e51 / (src/configure src/shogun/mathematics/Math.h): add lgammal detection to configure - http://git.io/HPt3Zw08:24
CIA-3shogun: Soeren Sonnenburg master * r1f78185 / src/configure : require pkg-config in configure - http://git.io/gB6LxA08:24
CIA-3shogun: Soeren Sonnenburg master * rb18d7b5 / src/configure : fix type pkg-config2 -> pkg-config - http://git.io/t7VDPQ08:26
-!- sonne|work1 [~sonnenbu@194.78.35.195] has joined #shogun10:23
-!- Netsplit *.net <-> *.split quits: @sonney2k, sonne|work, CIA-310:30
-!- Netsplit over, joins: @sonney2k, CIA-310:40
-!- sonne|work1 is now known as sonne|work14:25
-!- heiko [~heiko@144.82.98.11] has joined #shogun15:33
-!- heiko [~heiko@144.82.98.11] has quit [Ping timeout: 260 seconds]16:00
-!- blackburn [~blackburn@188.168.4.53] has joined #shogun16:53
-!- ChrisD_ [43dc92a2@gateway/web/freenode/ip.67.220.146.162] has joined #shogun20:51
ChrisD_hi20:51
blackburnhi20:58
ChrisD_has anyone seen this error with shogun 1.0.0 when switching to a guassian kernel? [WARN] Thread creation failed (thread 0 of 14) with error:'Success'21:09
blackburnChrisD_: no, what is your os?21:11
@sonney2kChrisD_, do you have a small example to reproduce?21:11
ChrisD_redhat21:12
@sonney2k*small and reproducible*21:12
@sonney2kand which $LANG is this21:12
ChrisD_python module21:12
blackburnsonney2k: would you mind to place arpack and lapack things into mathematics/libs?21:13
@sonney2kblackburn, why not just mathematics/ ?21:13
blackburnsonney2k: well no difference21:13
blackburnhehe21:13
@sonney2kChrisD_, please give us an example such that we can debug21:17
CIA-3shogun: Soeren Sonnenburg master * rb6d03b7 / (6 files): move inline functions from .h to .cpp - http://git.io/FLiwIA21:17
ChrisD_sure just looking for the exact line where this fails21:17
@sonney2kChrisD_, thx21:18
@sonney2kgtg21:18
@sonney2kcu21:18
-!- blackburn [~blackburn@188.168.4.53] has quit [Quit: Leaving.]21:27
-!- blackburn [~blackburn@188.168.4.53] has joined #shogun21:27
@sonney2kRe21:35
CIA-3shogun: Sergey Lisitsyn master * rf55f818 / (14 files in 2 dirs): Added single precision LAPACK and ARPACK support, changed preprocessors according to new interface - http://git.io/QZd-HQ22:03
CIA-3shogun: Sergey Lisitsyn master * r236bb14 / (8 files in 3 dirs): Merge branch 'master' of github.com:shogun-toolbox/shogun - http://git.io/PKr5ig22:03
blackburnsonney2k: single precision is now supported22:03
blackburnsingle precision NLDR preprocessors to go22:03
@sonney2kOK22:03
blackburnOK? :)22:04
@sonney2kyou mean in addition to double precision22:04
@sonney2k?22:04
blackburnsonney2k: yes22:04
blackburnsonney2k: in single precision we could embed even 20K vectors22:04
blackburn*on my machine22:05
blackburn*without so much pain22:05
@sonney2kI see22:05
blackburnsonney2k: the only problem I see - how to template only for float32_t and float64_t?22:05
blackburnwill implementing it only for float{32,64} work?22:06
blackburnah nevermind, I will think about it22:06
@sonney2kyes22:07
blackburncode duplicating is pretty bad way22:07
@sonney2kChrisD_, blackburn I found a simple way to trigger the issue: just run regression_svrlight_modular.py with 10 threads22:07
shogun-buildbotbuild #303 of libshogun is complete: Failure [failed compile]  Build details are at http://www.shogun-toolbox.org/buildbot/builders/libshogun/builds/303  blamelist: blackburn91@gmail.com22:07
@sonney2kahh we need heiko22:08
blackburnoh22:08
blackburnmy fault22:08
ChrisD_Thanks, how do i go about printing the line number where it occurs?22:08
CIA-3shogun: Sergey Lisitsyn master * rea5f083 / src/shogun/preprocessor/KernelLocallyLinearEmbedding.cpp : Removed wrong include from KLLE - http://git.io/rJAmzQ22:09
@sonney2kobj.io.enable_file_and_line()22:10
@sonney2kwhere obj is some shogun object22:10
@sonney2k#$#J@KL$J%!?!!!22:11
@sonney2kwho thinks windows 7 is *the* evolution22:12
@sonney2kone cannot even install it22:12
@sonney2kblackburn, wouldn't it be nice to have some function in evaluation for the curve stuff that gives you the bias to achieve a certain fpr / tpr etc?23:04
@sonney2kblackburn, could you please also move the inline functions from the evaluation/*.h to the .cpp?23:10
@sonney2kblackburn, I think it is better to have just one arpack.h/cpp and then implement everything underneath via templates23:23
@sonney2kChrisD_, I don't understand why it is failing...23:33
@sonney2kdoes not make any sense23:33
ChrisD_where can i find the necessary data files to run the example file?23:35
ChrisD_maybe i can make sure that code produces the same error23:35
@sonney2kChrisD_, just do git submodule update --init from the git root dir23:47
@sonney2kshogun/ folder23:47
@sonney2k(not shogun/src/shgoun)23:47
blackburnsonney2k: still here?23:54
blackburn(01:04:37 AM) sonney2k: blackburn, wouldn't it be nice to have some function in evaluation for the curve stuff that gives you the bias to achieve a certain fpr / tpr etc? ---------- didn't understand23:56
blackburn(01:04:37 AM) sonney2k: blackburn, wouldn't it be nice to have some function in evaluation for the curve stuff that gives you the bias to achieve a certain fpr / tpr etc? -------- will do23:57
blackburn(01:23:01 AM) sonney2k: blackburn, I think it is better to have just one arpack.h/cpp and then implement everything underneath via templates ---------- I can't because both single and double precision superlu headers will fail if described in one file23:58
--- Log closed Sat Oct 01 00:00:48 2011

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