IRC logs of #shogun for Wednesday, 2011-08-17

--- Log opened Wed Aug 17 00:00:59 2011
@sonney2kblackburn, arg my machine rebooted spontaneously again00:02
@sonney2kand I did a memory test for the last few hours to check - no errors00:03
@sonney2kincreased fan speed00:03
@sonney2kcpu temp down to ~2500:03
@sonney2kstill it crashes00:03
blackburnstrange00:03
blackburnHR!00:03
blackburnworks for parallel00:03
blackburnbut not for SGIO?!00:04
@sonney2krunning linux 3.0.2 now00:04
@sonney2klets see if this changes things00:04
blackburnWTF is wrong with SGIO00:08
@sonney2kblackburn, could it be that you have to %extend before the class is %included?00:09
@sonney2kanyway I am too tired for anything now00:10
blackburnno but I have an idea it is included after extended00:10
@sonney2kcu00:10
blackburnsee you00:10
serialhexhey blackburn whats up?00:19
blackburnserialhex: hi having a luv time with SGIO things, how do you do?00:19
serialhexi'm doing well.. the pc i set upto run debian so i could do SG work on it died :(00:20
serialhexmore accurately: the 4G hdd died, but the rest of the hardware works fine afaik00:20
serialhexSGIO == shogun input/output??00:21
blackburnyeah00:21
serialhexahh, cool cool00:22
blackburnfor some strange reason it doesn't work with java externalization stuff00:22
serialhexhmm... sounds fun! :P00:22
blackburnserialhex: I wanted to ask you to read description I wrote if you have spare time00:22
blackburnfor non-english english :D00:23
serialhexfor the docs & explanations of things in shogun right?00:24
blackburnyeah00:24
serialhexi might not always have time to come in here and have ya ask that, so just feel free to e-mail them to me and i'll read them as soon as i can & let ya know00:24
blackburnI am not sure it is parseable for other people haha00:25
serialhexi have libre office if that makes any difference for ya00:25
blackburnso okay00:25
blackburnpreprocessor/MultidimensionalScaling.h00:25
blackburnpreprocessor/Isomap.h00:25
blackburnpreprocessor/LocalllyLinearEmbedding.h00:26
blackburnpreprocessor/LocalTangentSpaceAlignment.h00:26
blackburnpreprocessor/HessianLocallyLinearEmbedding.h00:26
blackburnpreprocessor/LaplacianEigenmaps.h00:26
blackburnthere are a short description starting with @brief00:26
blackburnI would appreciate if you let me know of mistakes I did here00:27
serialhexwhat?  it's actually in the header files?00:27
blackburnyeah00:27
serialhexooh!!!  ur gonna vex me!!! :P00:27
blackburnwe have much doc in .h :)00:27
blackburnwell we have *all* doc in .h files00:27
serialhexno problem, it's in shogun upstream right?00:28
blackburnyeah00:28
serialhexalright then, as you do them & push the docs just send me an e-mail... you got my addy?00:28
blackburnit is already there00:28
blackburnI can sent you cut-paste of descriptions by email00:29
blackburnif it is more convenient for you00:29
blackburnsent00:29
blackburnto you00:29
blackburnsent00:29
blackburnsend00:29
blackburn:D00:29
serialhexeither way is cool... oryou can post a link to the commit on github so i can read it there...00:30
serialhexthat'd probably be easiest for both of us!00:30
blackburnhttps://github.com/shogun-toolbox/shogun/commit/9d2dd548c70bff45d8ac5a1aa00556ca425ef36500:31
blackburnserialhex: the main question heh00:32
blackburnif I say description is given in some paper00:32
blackburnor at some paper?00:32
blackburnin/at/..?00:32
serialhexin some paper00:32
blackburnat page?00:33
serialhexin some *thing*; at some *place* would be a general rule00:33
blackburnhmm nice00:33
blackburnthanks00:33
serialhexi'm in a box, at a bar :P00:33
blackburnis "at page 261" ok to say?00:34
serialhexi'll take a look at these and let ya know, do you want me to add comments directly into the source on github or would you prefer if i e-mailed them to ya?00:34
serialhexno, "on page 261" would be better00:35
blackburnon!00:35
blackburnohh00:35
blackburnserialhex: comment on github would be more convenient for you00:35
serialhexyeah :)00:35
serialhexyes, but it will also be there forever in the shogun commit data (i think)00:35
serialhex(at least the github commit stuff)00:36
blackburnyou could say it right to me here00:36
blackburnyeah shameful history heh00:36
serialhexwell i'm going to eat dinner in a few... how late is it there?  or more importantly: how late are you staying up??00:36
blackburn2-3600:37
blackburnI don't know00:37
serialhexyeah, that's the only reason i wouldn't want to just post a bunch of grmatical edits to github... though having you here while i edit it would help us both i think00:37
blackburnif you will be back in 20-30 min we could make it today00:37
serialhexok, will do!00:37
serialhexbbl!!00:37
blackburnhehe00:37
blackburnagain wrote if + future00:37
blackburnWTF IS WRONG WITH SGIO :(00:38
serialhexok, i'm back00:55
serialhexlemme see whats up with these docs blackburn00:56
blackburnokay let's start with hmm00:56
blackburnserialhex: https://github.com/shogun-toolbox/shogun/blob/9d2dd548c70bff45d8ac5a1aa00556ca425ef365/src/shogun/preprocessor/MultidimensionalScaling.h00:57
blackburnlines 25-5300:57
serialhexneed an 'is': /** @brief the class Multidimensionalscaling is used to perform00:58
blackburnfixed00:58
blackburnhey thanks in advance you help me so much00:58
serialhexat -> on * Description of classical embedding is given on p.261 (Section 12.1) of00:58
serialhexadded 'the': * In this preprocessor the LAPACK routine DSYEVR is used for00:59
serialhexadded 'an' * solving an eigenproblem. If ARPACK library is available,01:00
serialhexi'll private gist the whole thing when i'm done too...01:00
blackburnhm01:00
blackburnokay01:00
serialhexok, the next para needs to be revised a bit, hd on01:02
CIA-87shogun: Sergey Lisitsyn master * r6e008b4 / src/interfaces/modular/modshogun_ignores.i : Temporary? hack for JAVA externalization - http://bit.ly/rnTRvL01:02
blackburnwhy I wrote JAVA hahah01:04
serialhexok, quick Q: on this line " * might be inconsistent (essentially, according to zero or" & the next, it would be 'having a zero or negative eigenvalue'?  is thar about it?01:05
serialhexi just want to make sure my understanding is correct01:06
blackburnhmm01:06
blackburnokay feature here is eigenvector01:06
blackburnso I tried to say that features=eigenvectors according to non-pos values are inconsistent or so01:07
serialhexok, so features=eigenvectors and non-pos values are inconsistent01:08
serialhexis that what you mean when you say 'according to'?01:08
blackburnyeah features according to neg values01:08
blackburnI don't sure it is right word01:08
-!- f-x [~user@117.192.215.151] has quit [Remote host closed the connection]01:09
serialhex'i'm not sure if it is the right word' :P01:09
blackburnyeah I noticed that just after wrote01:09
serialhexok, here it is:  https://gist.github.com/16e77bf6414e569e721401:12
blackburnthanks a lot!01:12
serialhexhmm... i wonder if there is a way to diff gists...?01:13
blackburnI just copied01:13
serialhexnp... i just figured so you would know what i changed so you could learn better, ask me Q's qhy i changed X or whatever01:14
blackburnokay ready for another one?01:14
blackburnhttps://github.com/shogun-toolbox/shogun/blob/9d2dd548c70bff45d8ac5a1aa00556ca425ef365/src/shogun/preprocessor/LocallyLinearEmbedding.h01:16
serialhexshoot01:16
blackburngood thing is I see many mistakes here :D01:16
blackburnbut not all of them could be fixed by me01:16
serialhexQ: Available from, 290(5500), 2323-2326.  how do you know where to get the article from these numbers???01:21
serialhex(idk if it's wrong, i'm just curious)01:21
blackburnwell it is from mendeley01:22
blackburncopied as is01:22
blackburnhmm but yes I could put a different link here01:23
blackburnSaul, L. K., Ave, P., Park, F., & Roweis, S. T. (2001). An Introduction to Locally Linear Embedding. Available from, 290(5500), 2323-2326. Citeseer. Retrieved from http://citeseerx.ist.psu.edu/viewdoc/download?doi=10.1.1.123.7319&rep=rep1&type=pdf01:23
blackburnthat's better01:23
serialhexi'll put that in there for ya...01:23
blackburnthanks01:24
serialhexooh, that last para is nice :P01:27
blackburndid you mean crazy inparseable shit?01:28
serialhexyeah kind of :)01:30
serialhexhttps://gist.github.com/7a8015ea2d7c520aa880 make sure that last para is right01:30
blackburnalmost right but ARPACK is being used with regularization01:31
blackburnnot for01:31
serialhexahh, ok01:31
blackburnhmm how to say dat riht :D01:31
blackburnwith small regularization of weight matrix01:31
blackburnDue to computation speed, ARPACK is being used with small regularization of weight matrix and Cholesky factorization of it is used internally for Lanzcos iterations. If the results aren't reasonable LUP factorization could be used with posdef parameter set to false using set_posdef.01:32
blackburnserialhex: ok? ^01:33
serialhexhttps://gist.github.com/7a8015ea2d7c520aa88001:33
serialhexyeah i think what i just sent is ~ the same :P01:33
serialhexeither will work01:33
blackburnokay01:33
blackburnthanks01:33
serialhexnext01:34
blackburnsmall ones left01:35
blackburnhttps://github.com/shogun-toolbox/shogun/blob/9d2dd548c70bff45d8ac5a1aa00556ca425ef365/src/shogun/preprocessor/LocalTangentSpaceAlignment.h01:35
serialhexok cool01:35
blackburnsee one mistake already heh01:36
serialhexyeah, you've got a weird char here:  * (2004) 313–338. :P01:37
blackburnhmm01:38
blackburnno idea what is it01:38
blackburnwill get better citation in a min01:39
serialhexhttps://gist.github.com/ba1542ead92167f02797  not much but double check to see that i got it right01:39
blackburnyeah all ok01:41
serialhexin fact, for future ones you can probably private gist them to me and i'll fork & edit and e-mail ya back the links for ones later on01:43
blackburnserialhex: https://github.com/shogun-toolbox/shogun/blob/9d2dd548c70bff45d8ac5a1aa00556ca425ef365/src/shogun/preprocessor/LaplacianEigenmaps.h short one too01:43
blackburnthat one and Isomap and over01:47
blackburnah nothing to check in isomap01:47
blackburnlast one01:47
blackburn^01:47
serialhexLAPACK DSYGVX... could they come up with a weirder name???01:47
blackburnDouble SYmmetric Generalized VX haha01:49
blackburnno idea what VX is01:49
blackburne.g. DSYEV stands for Double Symmetic Eigenvalues01:49
blackburnDSYEVR same but RRR method01:49
serialhexhttps://gist.github.com/50837ac8b233fa396be1  make sure this is right again... i changed some wording and may have mangled the meaning :P01:50
blackburnNote that the algorithm is very sensitive to heat distribution coefficient01:51
blackburnshouldn't it be01:51
blackburnNote that the algorithm is very sensitive to the heat distribution coefficient01:51
blackburn?01:51
serialhexyeah, derr!01:51
blackburnsame for the number of neighbor, right?01:51
blackburnoh nonono01:52
blackburnWhen no connectivity check is * provided the preprocessor will not produce reasonable embeddings if K value * makes a graph that is not connected.01:52
serialhexhttps://gist.github.com/50837ac8b233fa396be101:52
serialhextry that01:52
blackburnI tried to say that there are no connectivity check so if K is not sufficient it will be fucked up01:53
serialhexyeah, thats the gist of it...01:54
blackburnhmm my bad understanding01:55
blackburnahh01:55
blackburnserialhex: so saying when blablabla is not a condition?01:55
blackburnI mean in this sentence it is stated that no check here, right?01:56
serialhexno it's a condition...01:56
blackburnit shouldn't be a condition01:56
blackburnshould be something like - there is no connectivity check - be careful :)01:57
serialhexyeah, when there is no check then shit will be fucked up if the k value makes a graph that is not connected01:57
blackburnso is this right now?01:58
serialhexyes01:58
blackburnokay01:58
serialhexas long as we both understand that you meant that shit will be fucked up if you dont do the connectivity check :P01:59
blackburnhmm02:00
blackburndoes it say that there is no option to *do* that check?02:00
blackburnthat's what confusing me02:00
blackburnbecause when translating to my lang it looks like "if you do the check all will be good, if not - it could fuck up embedding"02:01
blackburnah what a crazy discussion :D02:01
serialhexyeah thats about it :)02:01
serialhexand yes it is crazy, but we're getting there02:02
blackburnso finally02:02
blackburnis no ability of check stated in this sentence ?02:02
blackburnusing this preproc02:03
serialhexwhat do you mean?  the option to not do the check and maybe have everything mess up on you?02:03
blackburnno option02:03
blackburnthere is no check02:03
blackburnso it is something like caution to user02:03
serialhexoh, there _is_ no check?02:04
blackburnthere are? :D02:04
blackburnhmm02:04
serialhexoh, ok... umm... hd on then (i thought there was a check :P )02:04
blackburnyeah02:04
blackburnthat is I'm talking about02:04
blackburnAs no connectivity check is provided ..?02:04
blackburnmay be this way?02:04
serialhexhttps://gist.github.com/50837ac8b233fa396be102:05
serialhexor as... but that should be sufficient02:05
blackburnah!02:06
blackburnyest02:06
blackburnyes02:06
serialhexok cool!! :D02:06
blackburnthanks a lot02:06
blackburnwe've finished02:07
serialhexYAY!!!02:07
serialhexlike i said, let me know through e-mail if there are any more you want to do02:07
blackburnokay02:07
CIA-87shogun: Sergey Lisitsyn master * re271fc6 / (6 files): Fixed mistakes in doc of dim reduction preprocessors - http://bit.ly/qZrtHQ02:07
serialhex(it'll be better for you & me being in different time-zones & all)02:07
blackburnnow I have no shame sending it to google haha02:08
serialhex:)02:08
serialhexalright, well you probably need some sleep and i need to do some work, so i'll catch ya later!02:10
blackburnsee you02:10
blackburnthanks again02:10
-!- blackburn [~blackburn@188.122.238.50] has quit [Quit: Leaving.]02:10
-!- in3xes [~in3xes@27.107.144.35] has joined #shogun08:34
-!- in3xes [~in3xes@27.107.144.35] has quit [Ping timeout: 264 seconds]09:05
-!- in3xes [~in3xes@27.107.144.35] has joined #shogun09:06
-!- in3xes [~in3xes@27.107.144.35] has quit [Remote host closed the connection]10:17
CIA-87shogun: Soeren Sonnenburg master * rd2662fe / src/interfaces/python_modular/swig_typemaps.i : fix SGNDArray python typemap - http://bit.ly/rpHQ7p10:19
CIA-87shogun: Soeren Sonnenburg master * r9761262 / src/shogun/classifier/vw/VwEnvironment.cpp : rename lenght -> len to fix warning about naming collision - http://bit.ly/qIwMmo10:19
CIA-87shogun: Soeren Sonnenburg master * reb4c839 / (5 files in 2 dirs): start to transition structure to SG* data types - http://bit.ly/njVmaN10:19
-!- heiko [~heiko@134.91.53.112] has joined #shogun10:25
@sonney2kheiko, good morning10:27
heikosonney2k, hi10:27
heikosonney2k, I will go for the bug now immediately10:28
@sonney2kheiko, apologies for dragging you into parameter / serialization business. it seems it is becoming hefty now10:28
@sonney2kheiko, please read my email...10:28
heikosonney2k, ok, just read the mail10:30
heikokind of weird bug, that pops up when a method is added10:30
@sonney2kheiko, lets see it was badly wrong before and we were just lucky that it worked10:31
@sonney2k*extremely* lucky10:31
@sonney2kit took me ages to figure out that adding virtual is the problem and why10:32
@sonney2k(wouldn't have been possible w/o git bisect)10:32
heikoyes, this is not the std bug, double free thing10:32
@sonney2kheiko, now we at least know what the problem is10:33
@sonney2kheiko, any ideas how to solve it?10:33
heikosonney2k, i am currently reading the mail again to know what exactly happens10:34
@sonney2kI currently only see that one would have to introduce a special type for SG{vector,matrix,...} etc10:34
heikodoes this happen at every serialization of SGVector?10:34
@sonney2kotherwise you cannot distinguish double* x, int len from SGVector<double>(x)10:34
@sonney2kand so wen de-serializing -> kaboom10:34
@sonney2kheiko, of course10:35
@sonney2kheiko, de-serialization10:35
heikoyes, i agree, a new type would fix the problem10:35
@sonney2kheiko, I removed the virtual for now to be able to enable the test suite soon10:35
@sonney2k(SG transition in structure is needed)10:38
@sonney2kthen all examples run through at least10:38
heikoSG transition?10:39
heikoah ok, so we do this bug later and the version transition first?10:39
@sonney2kheiko, I do this transition10:41
@sonney2kyou do the bug please :)10:41
heikoshould I send you the stuff I already did?10:41
heikoI did a routine for loading all parameters of a file into a DynArray (by mapping all current parameters backwards until file version is reached)10:42
@sonney2kI feel really bad about putting you into all this trouble but we really really need this serialization to be able to check for regression tests and release version 1.0 ...10:42
@sonney2kheiko, that is the unrelated migration stuff right?10:42
@sonney2kheiko, maybe we have a misunderstanding10:43
@sonney2kI will do the SG transition of structure10:43
heiko?10:43
@sonney2kyou please do the bug / migration10:43
heikoah ok10:43
heikowhat is transition of structure then?10:44
@sonney2kshogun/structure/*10:44
@sonney2kdouble* x len int -> SGVector10:44
heikoalright10:48
heikosonney2k, sorry, but this  double* x len int -> SGVector, are you going to do it or me?10:49
@sonney2k*me*10:49
heikook10:50
heikobut what is the bug then? :)10:50
@sonney2kas I said I do the structure conversion10:50
@sonney2k?!?10:50
heiko(10:43:38) sonney2k: you please do the bug / migration10:50
@sonney2kthe bug I mentioned in the email10:50
@sonney2ks10:50
@sonney2kand the serialization version migration10:50
heikook10:50
heikoalright, finally :)10:51
@sonney2kheiko, so just to reassure me what exactly are you doing now (or planning to do?)10:52
heikoHave a loook on the bug, with the SGFREE of a virutal method10:53
heikothen continue on the parameter version migration10:53
* sonney2k is relieved :)10:53
@sonney2kfor the 'SGFREE' bug: you will need to introduce new types I am afraid10:54
heikoyes, I think so10:55
@sonney2kheiko, and to trigger it again just git revert 49ff85135f6e96fe2527846e316f85f02f6980ca10:55
-!- blackburn [~blackburn@188.122.238.50] has joined #shogun11:21
heikosonney2k, i have a question11:42
heikothis svmlight serial example works via pickle11:42
heikowhere is the connection to shogun's save_serializable methods?11:42
blackburnheiko: it uses save_serializable to temporary file then pickle11:46
blackburnnot really a pickle11:46
heikowhere is this done in the code?11:47
blackburnat the bottom of interfaces/modular/SGBase.i11:48
heikothanks11:48
-!- heiko [~heiko@134.91.53.112] has quit [Quit: Leaving.]12:02
-!- heiko1 [~heiko@134.91.53.112] has joined #shogun12:02
-!- blackburn [~blackburn@188.122.238.50] has quit [Quit: Leaving.]12:33
@sonney2kheiko1, if you want to test it you could just save_serializable / load_serializable of a sgvector12:48
@sonney2kheiko1, you don't need the 'big' python example12:48
heiko1sonney2k, yes i am actually doing this :)13:27
@sonney2kok ok...13:28
heiko1sonney2k, the save_serializeable also does not work13:30
heiko1I think because the adress of the virtual method is written casted as double13:31
@sonney2kheiko1, yes13:31
heiko1file contains crap13:31
@sonney2kmakes sense13:31
heiko1sonney2k, will we have any vectors/matrices with in the "old" style after your transition?13:32
@sonney2kheiko1, we cannot complete the transition within the next few weeks13:33
heiko1sonney2k, ok then we need the old stuff to work AND the new stuff13:33
@sonney2kso yes there still will be oldstyle crap for quite a while13:34
heiko1so indeed, we need new types13:34
@sonney2kthey are needed anyways13:34
@sonney2kor how would you distinguish an old file from a new one?13:34
heiko1this could perhaps be done by this parameter version stuff, but ok13:35
heiko1n ew types are easier13:35
heiko1sonney2k, so where would you add these types?13:37
heiko1in the containerType enum?13:37
@sonney2kmakes sense to me13:41
@sonney2kcertainly not primitive type13:41
heiko1ok, then I will simply add two new types for container type13:41
heiko1SGVECTOR and SGMATRIX or so13:41
heiko1and add them to all switch cases13:42
heiko1sonney2k, then it should work, basically the casts have to be changed in the new code13:42
@sonney2kOK13:42
heiko1sonney2k, ok hope it will work ...13:43
@sonney2kso we just have a few extra case's with SGVECTOR/MATRIX/SGSTRINGLIST etc13:43
@sonney2kheiko1, try for SGVector only first13:43
heiko1sonney2k, yes i was thinking that13:43
@sonney2kheiko1, at some point we can hopefully deprecate the old double* etc stuff13:44
@sonney2kI think then we even don't need EStructType13:45
@sonney2kand things can be consolidated quite a bit13:45
@sonney2kanyways for now adding cases is the only viable option13:45
@sonney2kheiko1, so it is good that you warn on every old file now :)13:51
@sonney2kthis will force users to upgrade soon13:51
heiko1hehe :)13:52
-!- in3xes [~in3xes@180.149.49.227] has joined #shogun15:33
-!- f-x [~user@117.192.204.79] has joined #shogun15:40
-!- in3xes_ [~in3xes@180.149.49.227] has joined #shogun16:03
-!- f-x [~user@117.192.204.79] has quit [Remote host closed the connection]16:05
-!- in3xes [~in3xes@180.149.49.227] has quit [Ping timeout: 258 seconds]16:07
-!- f-x [~user@117.192.204.79] has joined #shogun16:33
--- Log opened Wed Aug 17 19:54:40 2011
-!- shogun-toolbox [~shogun@7nn.de] has joined #shogun19:54
-!- Irssi: #shogun: Total of 6 nicks [0 ops, 0 halfops, 0 voices, 6 normal]19:54
-!- Irssi: Join to #shogun was synced in 6 secs19:54
-!- sonney2k [~shogun@7nn.de] has joined #shogun19:54
-!- mode/#shogun [+o sonney2k] by ChanServ19:54
-!- You're now known as Guest8690619:55
-!- shogun-buildbot [~shogun-bu@7nn.de] has joined #shogun19:57
-!- shogun-buildbot [~shogun-bu@7nn.de] has quit [Client Quit]20:00
-!- shogun-buildbot [~shogun-bu@7nn.de] has joined #shogun20:00
-!- You're now known as shogun-toolbox-l20:02
@sonney2kf-x, why did you remove streamingfilefrom* classes from the .i file?20:08
f-xsonney2k: just checking how much difference they made in the size20:09
@sonney2kf-x, almost nothing I would say20:09
f-xyeah, very little difference20:09
f-xsonney2k: i'll re-add them20:09
-!- You're now known as shogun-irclog20:21
@sonney2kf-x, done?20:29
f-xsonney2k: not yet, was doing something else.. i'll do it within 5 minutes20:30
f-xsonney2k: now done20:38
in3xesthat is 8 mins :P20:38
CIA-87shogun: Shashwat Lal Das master * r79ae518 / (5 files): Added VW to swig definitions. - http://bit.ly/rpUNNA20:40
CIA-87shogun: Shashwat Lal Das master * red771b8 / (2 files): A couple of documentation additions. - http://bit.ly/rfTF6g20:40
CIA-87shogun: Shashwat Lal Das master * rf851c74 / src/interfaces/modular/IO.i : Readded StreamingFileFromFeatures to modular. - http://bit.ly/oxampZ20:40
CIA-87shogun: Soeren Sonnenburg master * rb477e8d / (7 files in 2 dirs):20:40
CIA-87shogun: Merge pull request #301 from frx/streaming_vw20:40
CIA-87shogun: VW in modular interfaces - http://bit.ly/qDmfPz20:40
-!- in3xes_ [~in3xes@180.149.49.227] has joined #shogun20:59
-!- in3xes [~in3xes@180.149.49.227] has quit [Ping timeout: 240 seconds]21:02
-!- in3xes_ is now known as in3xes21:02
-!- f-x [~user@117.192.204.79] has quit [Ping timeout: 260 seconds]21:38
-!- in3xes [~in3xes@180.149.49.227] has quit [Quit: Leaving]21:44
CIA-87shogun: Soeren Sonnenburg master * ra73d0cb / (5 files in 2 dirs): transition further parts to SG* datatypes in structure/ - http://bit.ly/oKLBwE22:04
-!- f-x [~user@117.192.194.115] has joined #shogun22:05
blackburnsonney2k: what's up with serialization bug?22:30
@sonney2kblackburn, heiko didn't commit yet22:31
@sonney2kbut he is close to having resolved it22:31
blackburnnice22:31
@sonney2kblackburn, I converted most of the structure/* stuff to use sgvector but it crashes...22:31
blackburnwill remove some more warnings22:31
@sonney2knot my code22:31
blackburnuh..22:31
blackburnwhat crashes?22:32
@sonney2kso I don't really understand why it is crashing22:32
@sonney2k(and the octave_static interface using that code still works!)22:32
@sonney2kmy machine is still pretty unstable... ohh well22:33
@sonney2kI better sleep now22:33
blackburnsee you..22:33
CIA-87shogun: Sergey Lisitsyn master * r36676f3 / src/shogun/ui/SGInterface.h : SGInterface doxygen warning removal - http://bit.ly/p9Jxs322:52
CIA-87shogun: Soeren Sonnenburg master * r3d3eae4 / src/NEWS : mention that we support matlab 2011a now too - http://bit.ly/pVhj8E23:05
CIA-87shogun: Soeren Sonnenburg master * r636c1fa / src/shogun/mathematics/Math.h : fix warning in logsum_array - http://bit.ly/plO1v323:05
blackburnstrange sleep23:07
blackburnhaha23:07
@sonney2kyou are talking to a zombie23:12
CIA-87shogun: Soeren Sonnenburg master * r96da4ad / (2 files in 2 dirs): fix compile errors detected by nightly_all - http://bit.ly/qPIa2K23:31
CIA-87shogun: Soeren Sonnenburg master * r2a787b9 / src/NEWS : Merge branch 'master' of ssh://shogun-toolbox.org/shogun - http://bit.ly/pe3JXW23:33
-!- blackburn [~blackburn@188.122.238.50] has quit [Quit: Leaving.]23:36
--- Log closed Thu Aug 18 00:00:33 2011

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