IRC logs of #shogun for Saturday, 2013-03-16

--- Log opened Sat Mar 16 00:00:13 2013
-!- FSCV [~FSCV@206.225.135.24] has quit [Ping timeout: 276 seconds]00:02
-!- FSCV [~FSCV@108.60.131.13] has joined #shogun00:04
-!- zxtx [~zv@cpe-75-83-151-252.socal.res.rr.com] has quit [Ping timeout: 264 seconds]00:57
-!- FSCV [~FSCV@108.60.131.13] has quit [Quit: Leaving]00:59
-!- n4nd0 [~nando@s83-179-44-135.cust.tele2.se] has quit [Quit: leaving]04:24
-!- hoijui [~hoijui@dslb-088-074-124-160.pools.arcor-ip.net] has joined #shogun07:34
@sonney2kblackburn, we still have crashes. as soon as make prepare-release works we can go further08:56
@sonney2kblackburn, feel free to run that your own and fix the crashers08:56
@sonney2kblackburn, I don't have time today to work on it so any progress helps09:05
blackburnsonney2k: okay09:09
wikingcheck this plz and if u agree then let's merge it: https://github.com/shogun-toolbox/shogun/pull/94110:32
-!- hoijui [~hoijui@dslb-088-074-124-160.pools.arcor-ip.net] has quit [Ping timeout: 256 seconds]10:34
-!- votjak [~votjak@host-46-241-3-209.bbcustomer.zsttk.net] has joined #shogun10:56
wikingcheck this plz and if u agree then let's merge it: https://github.com/shogun-toolbox/shogun/pull/94111:07
wikingoh sorry11:07
-!- n4nd0 [~nando@s83-179-44-135.cust.tele2.se] has joined #shogun11:13
n4nd0hey blackburn11:28
n4nd0where can I find the pictures that compose https://dl.dropbox.com/u/10139213/shogun/pics.png?11:28
blackburnn4nd0: hey11:46
blackburnoh let me find it11:46
blackburnwiking: so -a is more widespread than --append?11:47
wikingyes11:53
wikingonly linux has --apend11:54
wiking*--append11:54
blackburnwiking: let it merge then11:55
-!- shogun-notifier- [~irker@7nn.de] has joined #shogun11:55
shogun-notifier-shogun: Viktor Gal :master * c758bf6 / Makefile: https://github.com/shogun-toolbox/shogun/commit/c758bf6f045a7e169c5696fef4e6c616c0c7d6e311:55
shogun-notifier-shogun: use -a for tee as that's more widespread among OSes11:55
shogun-notifier-shogun: Sergey Lisitsyn :master * 3d7cf1a / Makefile: https://github.com/shogun-toolbox/shogun/commit/3d7cf1a359a310f1e22eff5334b9fb6a3b684ea811:55
shogun-notifier-shogun: Merge pull request #941 from vigsterkr/master11:55
shogun-notifier-shogun:11:55
shogun-notifier-shogun: use -a for tee as that's more widespread among OSes11:55
blackburnn4nd0: I found a script that produced that but lost images :D11:56
n4nd0blackburn: hehe ok, I will play around with faces then11:59
shogun-buildbot_build #807 of deb2 - static_interfaces is complete: Success [build successful]  Build details are at http://www.shogun-toolbox.org/buildbot/builders/deb2%20-%20static_interfaces/builds/80712:04
blackburnn4nd0: I will prepare road signs HOG features12:09
blackburnn4nd0: but we'd need your machine to handle that :D12:10
n4nd0blackburn: sure, no problem12:25
n4nd0blackburn: is it to put more tests in tapkee?12:25
blackburnn4nd0: no, it is rather example12:29
blackburnn4nd0: yikes, the data is 1.4 gb12:30
n4nd0blackburn: wow how many feature vectors and dimension?13:27
blackburnn4nd0: 39209 of 3200d14:08
n4nd0wow14:15
blackburnn4nd0: I'd reduce it to somewhat 400d I think14:20
blackburnor it gets pretty hard to embed in reasonable time14:21
-!- shogun-notifier- [~irker@7nn.de] has quit [Quit: transmission timeout]14:55
-!- n4nd0 [~nando@s83-179-44-135.cust.tele2.se] has quit [Quit: leaving]16:11
wikingsonney2k: around?17:32
-!- wiking [~wiking@info2k1.hu] has quit [Quit: leaving]17:45
-!- hoijui [~hoijui@dslb-088-074-124-160.pools.arcor-ip.net] has joined #shogun18:36
-!- heiko [~heiko@5ac1f59f.bb.sky.com] has joined #shogun18:42
heikoblackburn:  hi18:43
blackburnheiko: hey18:43
heikojust reading MulticlassSVM header file18:43
heikowe really should not remove warnings if documentation is missing by putting /** @brief MulticlassSVM */18:43
heikosame for the methods :)18:43
blackburnheiko: heh right18:44
heikothats way too lazy :D18:44
blackburnheiko: I forgot about that bug report18:44
heikoblackburn: no bug here18:44
blackburnrunning prepare-release now18:44
blackburnheiko: what is wrong?18:44
heikothe guy just wrote bad code18:44
blackburnahh18:44
heikouninitialised memory etc18:44
heikoeverything works18:44
heikoIll send him a nice example back18:44
heikoand add to libshogun18:44
blackburnwell we are who to blame for that people can write bad code :)18:45
heikoblackburn: you are totally right18:46
heikobut he did not even init his label memory18:46
heikoso there is no way we can avoid that in c++18:46
blackburnheiko: I am not sure about that - may be there is a way18:46
-!- votjak [~votjak@host-46-241-3-209.bbcustomer.zsttk.net] has quit []19:00
blackburnheiko: dst.template triangularView<Upper>() = src.template triangularView<Upper>();19:03
blackburnheiko: ^ that's valid C++19:03
blackburn:D19:03
blackburnsometimes I wanna cry19:03
heikoblackburn: ? :)19:03
heikowhat happens if you do it19:03
blackburnheiko: dst.template[Space here]<Upper>()19:04
blackburnheiko: crazy C++19:04
heikoblackburn: am I allowed to commit stuff?19:06
blackburnheiko: yes, for a year already :D19:06
heikoblackburn:  you are a scherzkeks19:06
heikoI mean does it interfer with your release work?19:07
blackburnheiko: ah no, I just test if it works19:07
heikook19:07
heikoblackburn:  just ran into another multiclass svm bug :(19:08
blackburnheiko: scherzkeks is kind of 'joker'?19:08
heikoblackburn:  yes :)19:08
blackburnheiko: what is da bug?19:09
heikoblackburn: I will add the example19:11
heikothen it will fail19:11
heikoand you are forced to solve it :D19:11
heikoREQUIRE(set_svm(idx, svm),"SVM set failed")19:11
heikomulticlasslibsvm19:11
heikoline 194 fails19:11
heikodepending on inpu data19:11
heikoanother really nice bug19:11
blackburnheiko: ahh there was some issue with that19:12
heikoblackburn:19:15
heikoit only occurs with multiple classes19:16
heikoIll add example19:16
heikoand you have to increase number of classes from two to 3 or something to see what fails19:16
blackburnheiko: btw would be nice to finally release asap or it gets forever19:16
heikoblackburn:  agreed19:16
heikothis bug would be nice to fix19:16
heiko(also mention it in NEWS)19:17
blackburnheiko: ok19:17
heikoand the guy from the mailing list would be happy19:17
heikoblackburn  https://github.com/shogun-toolbox/shogun/pull/94219:19
-!- shogun-notifier- [~irker@7nn.de] has joined #shogun19:19
shogun-notifier-shogun: Heiko Strathmann :master * 51e5322 / examples/undocumented/libshogun/ (2 files): https://github.com/shogun-toolbox/shogun/commit/51e53229e94afb57b898ac86931ab5f6238fc9bb19:19
shogun-notifier-shogun: added a modelselection example for multiclass lib svm19:19
shogun-notifier-shogun: Heiko Strathmann :master * a88be17 / examples/undocumented/libshogun/ (2 files): https://github.com/shogun-toolbox/shogun/commit/a88be17180977f29fa5fee9bbfa58bc87e0eecc319:19
shogun-notifier-shogun: Merge pull request #942 from karlnapf/master19:19
shogun-notifier-shogun:19:19
shogun-notifier-shogun: new example for model selection multiclass svm19:19
heikoblackburn: set number of dimensions/classes to 3 and you see the problem. If it works, could you permantenly increase it?19:20
heikoblackburn: I gotta go now, will write to the mailing list and see you tomoroow19:20
blackburnokay19:20
blackburnheiko: I'll check19:20
heikoblackburn: thanks!19:26
heikoblackburn: and a set_autolock method for multiclass would be great19:26
heikoor even a lock method :)19:26
heikobut thats for later19:26
heikothe set_atuolock would prevent the warning that is outputted in the ex.19:27
heikoblackburn:  ok gotta run now. bye!19:27
-!- heiko [~heiko@5ac1f59f.bb.sky.com] has left #shogun []19:27
blackburnbye19:27
-!- zxtx [~zv@75.59.238.10] has joined #shogun20:17
shogun-buildbot_build #354 of rpm1 - libshogun is complete: Failure [failed test]  Build details are at http://www.shogun-toolbox.org/buildbot/builders/rpm1%20-%20libshogun/builds/354  blamelist: Heiko Strathmann <heiko.strathmann@gmail.com>20:26
@sonney2kblackburn, any progress towards release?20:36
blackburnsonney2k: yeah I'll fix a bug pretty soon20:37
blackburnsonney2k: I am not sure what you meant by crashes20:37
blackburnI ran prepare-release (takes \infty) and there were no real crashes20:37
@sonney2kblackburn, really?20:38
@sonney2kit crashed here20:38
blackburnsonney2k: what exactly?20:38
@sonney2kclassifier_perceptron in octave static20:38
@sonney2kfeatures_dot_wdfeatures.m20:39
@sonney2kclassifier_svmocas_objective.m20:39
blackburnsonney2k: I tried octave_static examples - all ran20:39
blackburnthere are a lot of integration test errors, but we can't fix it yet20:40
@sonney2kyeah sure not a blocker20:40
@sonney2kblackburn, btw make prepare-release takes so long b'coz it compiles shogun for all $LANGs20:41
@sonney2kso now you know why I would love to have lower compile times20:42
blackburnsonney2k: we'd have to speedup swig for that20:43
blackburn:D20:43
blackburn[0.993604,1.002475] with alpha=0.050000, mean=0.99803920:43
blackburnsonney2k: minor bug in xval :D20:44
blackburnsonney2k: conf interval is not cut by maximum possible value20:44
blackburnand we tell users accuracy is in between 0.99 and 1.002 hah20:44
@sonney2kblackburn, not swig is the problem...20:48
blackburnsonney2k: compilation of classes is pretty fast20:48
@sonney2klibshogun is fast20:48
blackburnsonney2k: at least getting faster with new versions of compilers20:48
@sonney2kbut we would need split up version of the swig wrapper20:48
@sonney2kblackburn, ohh octave seems to work now - the environment variable needs to be OCTAVE_PATH no longer OCTAVE_LOADPATH20:49
@sonney2k*sigh*20:49
blackburnheh20:49
shogun-notifier-shogun: Sergey Lisitsyn :master * a77b5ba / src/ChangeLog: https://github.com/shogun-toolbox/shogun/commit/a77b5baaa22e07fb8e0b597b4452adce1abefcd720:51
shogun-notifier-shogun: updated changelog20:51
shogun-notifier-shogun: Sergey Lisitsyn :master * fc7f16e / src/ChangeLog: https://github.com/shogun-toolbox/shogun/commit/fc7f16e0ba181fbd2b0c4d27be0cfccf6b55a56220:51
shogun-notifier-shogun: updated changelog20:51
shogun-notifier-shogun: Sergey Lisitsyn :master * c77af73 / examples/undocumented/libshogun/ (2 files): https://github.com/shogun-toolbox/shogun/commit/c77af730f686f4d6b29f14b4a647e45c1743616020:51
shogun-notifier-shogun: Merge branch 'master' of github.com:shogun-toolbox/shogun20:51
shogun-notifier-shogun: Sergey Lisitsyn :master * ec6e149 / / (2 files): https://github.com/shogun-toolbox/shogun/commit/ec6e14953a4b192a3c9d57ed1a9bb59d39220abc20:51
shogun-notifier-shogun: Fixed bug with libsvm 3 classes20:51
blackburnargh20:51
blackburnsonney2k: yikes, these two commits were produced by prepare-release20:52
blackburnI am not sure what changelog is used for though20:52
blackburnexcept gpl stuff20:53
@sonney2kblackburn, yeah I know20:54
@sonney2knext time git reset --hard20:54
blackburnsonney2k: git reset HEAD~1 is enough20:55
@sonney2kblackburn, but that is a soft reset then right? and you still have this change lying around21:00
blackburnsonney2k: they are erased but next commits I think21:00
blackburnsonney2k: argh we failed to release on my bday :D21:01
blackburn56 seconds ago21:01
@sonney2kblackburn, when was it?21:01
blackburnsonney2k: today for you, yesterday for me21:01
@sonney2kblackburn, then congrats. now you are approaching the thirties quickly :D21:03
blackburnsonney2k: hah thanks21:03
blackburnsonney2k: 8 more years to approach it21:03
@sonney2kblackburn, so you can still become professor before that :)21:05
blackburnsonney2k: phd in doing useless things :D21:06
@sonney2kargh I need a faster machine21:06
@sonney2kblackburn, for example machine learning ;)21:06
blackburnsonney2k: yeah pretty useless stuff mostly21:06
@sonney2kblackburn, so go to guu and cure cancer!21:06
blackburnheh21:06
blackburnguu sounds funny21:07
@sonney2kblackburn, our json serialization is broken :/21:09
@sonney2kserialization_complex_example.lua died21:09
shogun-notifier-shogun: Soeren Sonnenburg :master * 0e282c7 / / (2 files): https://github.com/shogun-toolbox/shogun/commit/0e282c746ca3711b46d31496e6351c33663cbcc121:26
shogun-notifier-shogun: release fixes21:26
shogun-notifier-shogun:21:26
shogun-notifier-shogun: - disable json serialization for now21:26
shogun-notifier-shogun: - rename OCTAVE_LOADPATH -> OCTAVE_PATH21:26
blackburnsonney2k: hmm21:26
blackburnsonney2k: any reason?21:27
blackburnsonney2k: I mean it worked before right?21:27
@sonney2kno idea21:27
@sonney2kyes21:27
blackburnquite strange then21:27
blackburnI do not remember any chagnes21:27
shogun-buildbot_build #355 of rpm1 - libshogun is complete: Failure [failed test]  Build details are at http://www.shogun-toolbox.org/buildbot/builders/rpm1%20-%20libshogun/builds/355  blamelist: Heiko Strathmann <heiko.strathmann@gmail.com>21:28
@sonney2kblackburn, I couldn't find any either21:28
@sonney2khttps://research.microsoft.com/pubs/155552/decisionForests_MSR_TR_2011_114.pdf21:35
@sonney2knice intro to random forests21:35
-!- hoijui [~hoijui@dslb-088-074-124-160.pools.arcor-ip.net] has quit [Ping timeout: 252 seconds]21:36
blackburnsonney2k: actually I never tried them (shame on me)21:37
@sonney2kblackburn, they work as good as SVMs21:38
blackburnsonney2k: I beat them on GTSRB21:38
@sonney2kI used them to predict whether a molecule is a drug or not back in the days :D21:38
@sonney2kGTRSRB?21:38
blackburnsonney2k: german traffic sign recognition benchmark21:38
@sonney2kahh21:39
blackburnsonney2k: funny thing happened with GTSDB (detection instead of recognition)21:39
blackburnsonney2k: they all got 1.0 ROCs21:39
@sonney2kblackburn, yeah they cannot provide realvalued outputs21:39
@sonney2kit is a majority vote21:39
@sonney2k100 trees...21:40
@sonney2kbtw, bagged KNN21:40
@sonney2kworks also very very well21:40
blackburnsonney2k: http://benchmark.ini.rub.de/?section=gtsdb&subsection=results21:40
@sonney2kno idea if that also has a standard name21:40
blackburnsonney2k: never heard about special name for that21:40
blackburnsonney2k: bagging is effective thing for anything I guess21:41
blackburnefficient21:41
blackburn:D21:41
@sonney2kblackburn, are you in this table?21:41
blackburnsonney2k: I wish I was21:42
@sonney2ksome ELL_SVM2 won?21:42
blackburnsonney2k: I started my research on recognition after GTSRB and I just had no time to do GTSDB21:42
blackburnsonney2k: not sure what ELL means21:43
blackburnsonney2k: second place is integral channel features with multiple scaling I guess21:43
blackburnaccording to its name21:43
@sonney2kblackburn, alright I am off to bed.21:44
blackburnsonney2k: good night21:44
@sonney2kblackburn, get drunk and celebrate!21:44
blackburnsonney2k: I have to finish paper stuff21:45
@sonney2kI hope we get prepare release to work21:45
@sonney2kblackburn, then get drunk and finish paper stuff :)21:45
blackburnsonney2k: 1.5 years of accident writing jmlr paper is crazy21:45
@sonney2kblackburn, well you could have had the paper about 1 year ago but you took the long route21:46
* sonney2k Zzzzz21:46
blackburnsonney2k: good thing is that it is fast now21:46
blackburnand being used for real21:46
blackburnby chemists though :D21:46
blackburnI expected ML/data analysis hah21:46
-!- zxtx [~zv@75.59.238.10] has quit [Ping timeout: 240 seconds]22:06
-!- zxtx [~zv@75-59-238-10.lightspeed.sntcca.sbcglobal.net] has joined #shogun22:07
shogun-buildbot_build #356 of rpm1 - libshogun is complete: Failure [failed test]  Build details are at http://www.shogun-toolbox.org/buildbot/builders/rpm1%20-%20libshogun/builds/356  blamelist: Sergey Lisitsyn <lisitsyn.s.o@gmail.com>22:31
-!- zxtx [~zv@75-59-238-10.lightspeed.sntcca.sbcglobal.net] has quit [Ping timeout: 264 seconds]23:01
shogun-buildbot_build #357 of rpm1 - libshogun is complete: Failure [failed test]  Build details are at http://www.shogun-toolbox.org/buildbot/builders/rpm1%20-%20libshogun/builds/357  blamelist: Soeren Sonnenburg <sonne@debian.org>23:35
--- Log closed Sun Mar 17 00:00:13 2013

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