IRC logs of #shogun for Thursday, 2015-02-05

--- Log opened Thu Feb 05 00:00:06 2015
-!- curiousguy13__ [~curiousgu@120.59.236.195] has quit [Read error: Connection timed out]00:03
-!- curiousguy13 [~curiousgu@120.59.236.195] has joined #shogun00:04
-!- curiousguy13_ [~curiousgu@120.59.104.241] has joined #shogun00:21
-!- curiousguy13 [~curiousgu@120.59.236.195] has quit [Read error: Connection timed out]00:23
-!- curiousguy13_ [~curiousgu@120.59.104.241] has quit [Read error: Connection timed out]00:44
-!- curiousguy13_ [~curiousgu@120.59.104.241] has joined #shogun00:44
-!- exploreshaifali [~shaifali@182.70.221.108] has quit [Quit: Leaving]01:03
-!- curiousguy13_ [~curiousgu@120.59.104.241] has quit [Read error: Connection timed out]01:04
-!- curiousguy13_ [~curiousgu@120.59.104.241] has joined #shogun01:05
-!- AndreLopes [b194cb80@gateway/web/cgi-irc/kiwiirc.com/ip.177.148.203.128] has quit [Quit: http://www.kiwiirc.com/ - A hand crafted IRC client]01:09
-!- curiousguy13_ [~curiousgu@120.59.104.241] has quit [Read error: Connection timed out]01:26
-!- curiousguy13_ [~curiousgu@120.59.104.241] has joined #shogun01:26
-!- AndreLopes [b194cb80@gateway/web/cgi-irc/kiwiirc.com/ip.177.148.203.128] has joined #shogun01:29
AndreLopesAnyone online ?01:29
-!- AndreLopes [b194cb80@gateway/web/cgi-irc/kiwiirc.com/ip.177.148.203.128] has quit [Quit: http://www.kiwiirc.com/ - A hand crafted IRC client]01:39
-!- nszceta [~nszceta@24.131.255.77] has joined #shogun01:41
-!- curiousguy13_ [~curiousgu@120.59.104.241] has quit [Read error: Connection timed out]01:46
-!- curiousguy13_ [~curiousgu@120.59.104.241] has joined #shogun01:46
-!- AndreLopes [b194cb80@gateway/web/cgi-irc/kiwiirc.com/ip.177.148.203.128] has joined #shogun02:03
AndreLopesAnyone online ?02:04
-!- curiousguy13_ [~curiousgu@120.59.104.241] has quit [Read error: Connection timed out]02:11
-!- curiousguy13_ [~curiousgu@120.59.104.241] has joined #shogun02:12
-!- curiousguy13_ [~curiousgu@120.59.104.241] has quit [Read error: Connection timed out]02:34
-!- curiousguy13_ [~curiousgu@120.59.104.241] has joined #shogun02:35
-!- curiousguy13__ [~curiousgu@120.59.107.119] has joined #shogun02:49
-!- PirosB3 [~pirosb3@host150-236-dynamic.35-79-r.retail.telecomitalia.it] has quit [Quit: PirosB3]02:51
-!- curiousguy13_ [~curiousgu@120.59.104.241] has quit [Ping timeout: 264 seconds]02:53
@wikingyes03:07
@wikingAndreLopes: what do u need?03:07
AndreLopesException in thread "main" java.lang.UnsatisfiedLinkError: no modshogun in java.library.path03:08
AndreLopesIm using fedora + netbeans03:08
-!- curiousguy13__ [~curiousgu@120.59.107.119] has quit [Read error: Connection timed out]03:08
-!- curiousguy13__ [~curiousgu@120.59.107.119] has joined #shogun03:09
@wikingmm03:10
@wikingthere was somewhere once a blogpost about shogun + java03:10
@wikingand even we took it in03:10
AndreLopesi need to find that  modshogun.so file03:10
@wikingfor one of our docs03:10
AndreLopesOh..03:10
AndreLopesAny ideas?03:11
@wiking###object oriented java/swig interface:03:12
@wiking$ mkdir build && cd build $ cmake -DJavaModular=ON .. $ make $ sudo make install03:12
@wikingto test if it is working try03:12
@wiking$ export CLASSPATH=/usr/share/java/jblas.jar:SHOGUNDIR/src/java_modular/shogun.jar:. $ export LD_LIBRARY_PATH=SHOGUNDIR/src/shogun:SHOGUNDIR/src/java_modular $ javac ../examples/udocumented/java_modular/classifier_libsvm_minimal_modular.java $ java classifier_libsvm_minimal_modular03:12
@wikingshit03:12
@wikingso03:12
AndreLopesThe problem happens when running the example03:12
AndreLopesit cant  find modshogun.dll or modshogun.so i gu03:13
AndreLopesI guess03:13
@wikinghave uhttps://github.com/shogun-toolbox/shogun/wiki/INSTALL#object-oriented-javaswig-interface03:13
@wikinghave u checked this https://github.com/shogun-toolbox/shogun/wiki/INSTALL#object-oriented-javaswig-interface03:13
AndreLopesyes i have03:14
AndreLopesI think its not searching for the libraries at the correct location03:14
AndreLopes"In case header files or libraries are not at standard locations one needs to manually adjust the libray/include paths. This can be done with -DCMAKE_INCLUDE_PATH=/my/include/path (for includes) and -DCMAKE_LIBRARY_PATH=/my/library/path"03:14
AndreLopesim not sure how to do that03:14
@wikingmmm wait03:15
@wikinghave u installed shogun?03:15
@wikingmake install?03:15
AndreLopesyes03:15
AndreLopesthe .jar is built03:15
@wikingis libshogun.so is in /usr/local/lib?03:15
@wikingor where did it get installed?03:15
@wikingsame for the jar?03:15
@wikingwhere is the jar03:15
-!- AndreLopes [b194cb80@gateway/web/cgi-irc/kiwiirc.com/ip.177.148.203.128] has quit [Quit: http://www.kiwiirc.com/ - A hand crafted IRC client]03:15
-!- AndreLopes [b194cb80@gateway/web/cgi-irc/kiwiirc.com/ip.177.148.203.128] has joined #shogun03:16
AndreLopesI got disconnected03:17
AndreLopessorry03:17
AndreLopeswhats the last thing you said?03:18
AndreLopes@wiking03:22
AndreLopesoh no :(03:22
-!- curiousguy13__ [~curiousgu@120.59.107.119] has quit [Read error: Connection timed out]03:34
-!- curiousguy13__ [~curiousgu@120.59.107.119] has joined #shogun03:35
-!- curiousguy13_ [~curiousgu@59.177.205.27] has joined #shogun03:39
-!- curiousguy13__ [~curiousgu@120.59.107.119] has quit [Ping timeout: 264 seconds]03:40
-!- AndreLopes [b194cb80@gateway/web/cgi-irc/kiwiirc.com/ip.177.148.203.128] has quit [Quit: http://www.kiwiirc.com/ - A hand crafted IRC client]03:48
-!- curiousguy13__ [~curiousgu@120.57.232.160] has joined #shogun03:52
-!- curiousguy13_ [~curiousgu@59.177.205.27] has quit [Ping timeout: 245 seconds]03:55
-!- chintak [0117ad14@gateway/web/cgi-irc/kiwiirc.com/ip.1.23.173.20] has joined #shogun03:58
-!- curiousguy13_ [~curiousgu@120.59.224.148] has joined #shogun04:01
-!- Chintak_ [0117ad14@gateway/web/freenode/ip.1.23.173.20] has joined #shogun04:02
-!- Chintak_ [0117ad14@gateway/web/freenode/ip.1.23.173.20] has quit [Client Quit]04:03
-!- curiousguy13__ [~curiousgu@120.57.232.160] has quit [Ping timeout: 264 seconds]04:04
-!- nszceta [~nszceta@24.131.255.77] has quit [Quit: Textual IRC Client: www.textualapp.com]04:16
-!- curiousguy13__ [~curiousgu@120.59.239.107] has joined #shogun04:19
-!- curiousguy13_ [~curiousgu@120.59.224.148] has quit [Read error: Connection timed out]04:22
shogun-buildbotbuild #961 of nightly_default is complete: Failure [failed notebooks]  Build details are at http://buildbot.shogun-toolbox.org/builders/nightly_default/builds/961  blamelist: Sergey <lisitsyn.s.o@gmail.com>, Sergey Lisitsyn <lisitsyn.s.o@gmail.com>04:24
-!- curiousguy13__ [~curiousgu@120.59.239.107] has quit [Read error: Connection timed out]04:40
-!- curiousguy13__ [~curiousgu@120.59.239.107] has joined #shogun04:40
-!- chintak [0117ad14@gateway/web/cgi-irc/kiwiirc.com/ip.1.23.173.20] has quit [Quit: http://www.kiwiirc.com/ - A hand crafted IRC client]04:44
-!- curiousguy13_ [~curiousgu@120.57.232.66] has joined #shogun05:00
-!- curiousguy13__ [~curiousgu@120.59.239.107] has quit [Read error: Connection timed out]05:01
-!- chintak [6acef958@gateway/web/cgi-irc/kiwiirc.com/ip.106.206.249.88] has joined #shogun05:11
-!- curiousguy13_ [~curiousgu@120.57.232.66] has quit [Read error: Connection timed out]05:23
-!- curiousguy13_ [~curiousgu@120.57.232.66] has joined #shogun05:24
-!- curiousguy13_ [~curiousgu@120.57.232.66] has quit [Ping timeout: 250 seconds]05:31
-!- curiousguy13_ [~curiousgu@120.57.228.246] has joined #shogun05:32
-!- curiousguy13__ [~curiousgu@120.59.107.193] has joined #shogun05:38
-!- curiousguy13_ [~curiousgu@120.57.228.246] has quit [Ping timeout: 245 seconds]05:42
-!- curiousguy13_ [~curiousgu@120.59.228.70] has joined #shogun05:51
-!- curiousguy13__ [~curiousgu@120.59.107.193] has quit [Ping timeout: 264 seconds]05:54
-!- curiousguy13_ [~curiousgu@120.59.228.70] has quit [Read error: Connection timed out]06:18
-!- curiousguy13_ [~curiousgu@120.59.228.70] has joined #shogun06:19
-!- curiousguy13__ [~curiousgu@120.59.236.228] has joined #shogun06:33
-!- curiousguy13_ [~curiousgu@120.59.228.70] has quit [Ping timeout: 250 seconds]06:36
-!- curiousguy13__ [~curiousgu@120.59.236.228] has quit [Read error: Connection timed out]07:00
-!- curiousguy13__ [~curiousgu@120.59.236.228] has joined #shogun07:01
-!- lambday [c40f106b@gateway/web/freenode/ip.196.15.16.107] has joined #shogun07:05
-!- mode/#shogun [+o lambday] by ChanServ07:05
-!- curiousguy13__ [~curiousgu@120.59.236.228] has quit [Read error: Connection timed out]07:26
-!- exploreshaifali [~shaifali@182.70.172.220] has joined #shogun07:27
-!- curiousguy13__ [~curiousgu@120.59.236.228] has joined #shogun07:27
-!- curiousguy13__ [~curiousgu@120.59.236.228] has quit [Read error: Connection timed out]07:51
-!- curiousguy13__ [~curiousgu@120.59.236.228] has joined #shogun07:52
-!- curiousguy13__ [~curiousgu@120.59.236.228] has quit [Read error: Connection timed out]08:17
-!- chintak [6acef958@gateway/web/cgi-irc/kiwiirc.com/ip.106.206.249.88] has quit [Quit: http://www.kiwiirc.com/ - A hand crafted IRC client]08:17
-!- chintak [6acef958@gateway/web/cgi-irc/kiwiirc.com/ip.106.206.249.88] has joined #shogun08:17
-!- sonne|work [~sonnenbu@ip5b415e18.dynamic.kabel-deutschland.de] has quit [Quit: Leaving.]08:28
-!- sonne|work [~sonnenbu@ip5b415e18.dynamic.kabel-deutschland.de] has joined #shogun08:28
-!- exploreshaifali [~shaifali@182.70.172.220] has quit [Quit: Leaving]08:37
sonne|worklisitsyn: hey!09:04
-!- exploreshaifali [~shaifali@122.168.108.183] has joined #shogun09:09
sonne|workI've updated https://mloss.org/software/09:12
sonne|workWe need somebody to announce this on the mailinglists...09:12
@lisitsynsonne|work: this guy is really nasty09:35
@lisitsynforces me to research the error before merging09:35
@lisitsyn(guy from swig)09:35
sonne|worklisitsyn: will* ?09:35
@lisitsynsonne|work: "wsfulton"09:36
sonne|worklisitsyn: do you know what the state of decision trees in shogun is now?09:36
sonne|worklisitsyn: yes that is THE BOSS :)09:36
@lisitsynsonne|work: ask fernando by mail he will tell you more about DTs09:37
@lisitsynhe avoids irc at job but he will answer quite fast09:37
sonne|worklisitsyn: have you read the jmlr paper stating that svms and random forests are most versatile / successfull?09:37
sonne|worklisitsyn: they said that the R cran random forest package is the best they found so I would want to compare and maybe within this gsoc get this to shogun09:39
@lisitsynsonne|work: hmm I think we have RF09:39
@lisitsynbut comparing it is a thing to do09:39
sonne|worklisitsyn: well yeah how good are they09:40
sonne|worklisitsyn: is parijiat still around?09:40
sonne|workthe shogun RF guy I mean09:40
@lisitsynsonne|work: I think no09:40
sonne|worklisitsyn: did anyone survive from last gsoc?09:40
sonne|worklisitsyn: I will write him an email nevertheless09:41
@lisitsynsonne|work: well lambday but he is with us like for a while09:41
@lisitsynmy student is really really gone09:42
sonne|worklisitsyn: yeah lambday is a long time hero :)09:42
sonne|worklisitsyn: really really??! dead?09:42
@lisitsyn:D09:42
@lisitsynno I really hope no09:42
@lisitsynI mean he even doesn't answer comments in his long standing PRs09:42
@lisitsynI guess he is in "fsck this sht" mode :D09:43
-!- chintak [6acef958@gateway/web/cgi-irc/kiwiirc.com/ip.106.206.249.88] has quit [Quit: http://www.kiwiirc.com/ - A hand crafted IRC client]09:43
-!- chintak [6acef958@gateway/web/cgi-irc/kiwiirc.com/ip.106.206.249.88] has joined #shogun09:44
-!- chintak [6acef958@gateway/web/cgi-irc/kiwiirc.com/ip.106.206.249.88] has quit [Client Quit]09:45
-!- chintak [6acef958@gateway/web/cgi-irc/kiwiirc.com/ip.106.206.249.88] has joined #shogun09:45
-!- besser82 [~besser82@fedora/besser82] has joined #shogun09:46
-!- mode/#shogun [+o besser82] by ChanServ09:46
sonne|worklisitsyn: yeah looks like he wasn't happy...09:47
@lambdaylisitsyn: sonne|work: who?09:47
sonne|workyour student09:47
@lambdaysonne|work: lol my student09:48
@lambdayI should really update the NEWS when I do something :D can't see my name much - makes me sad09:50
sonne|worklambday: I never do this either... but you really should!09:51
@lambdaysonne|work: you're the boss! the name itself carries your name. you don't need that :D09:51
sonne|worklambday: well probably  your are right09:52
sonne|worklambday: I wish someone would be doing publicity beside me though :)09:52
@lambdaysonne|work: have you heard of our week-long hackathon plan?09:54
@lambdayheiko was planning that09:55
@lambday(you were away for a while - that's why asking)09:55
@lisitsynguys you will laugh but I have C++ question09:58
@lisitsyn:D09:58
@lisitsynmac includes AssertMacros at some point09:58
@lisitsynand I am like trying to understand when does it include this header09:58
@besser82lisitsyn, lemme hear you say `What?` =)10:00
@besser82lisitsyn, where and when does this header go included?10:00
@lisitsynyes10:01
@lisitsyncan't reproduce that yet10:01
@lisitsynoutside of shogun10:01
@besser82mkay...10:01
@lisitsynfind /usr/include -type f | xargs grep AssertMacros10:01
@lisitsyndoesn't help10:01
@besser82From my knowledge that header get's included from stdlibc++  ;)10:02
@besser82same on Linux / gcc-c++ here10:02
@besser82always happenes, if you use some function fron stdlibc++ and don't specify "-DNDEBUG" definition during compile time10:03
@besser82it's not on all srdlib functions, but on some; don't know which trigger that  :(10:03
@besser82lisitsyn, ^10:03
@lisitsynbesser82: lemme try thanks10:04
@besser82lisitsyn, np! yw1 =)10:05
-!- shogun-notifier- [~irker@7nn.de] has joined #shogun10:14
shogun-notifier-shogun: Kunal Arora :develop * 261b439 / src/shogun/converter/FactorAnalysis.h: https://github.com/shogun-toolbox/shogun/commit/261b439f61977ca6939425141a428dbefae06a7a10:14
shogun-notifier-shogun: added documentation in FactorAnalysis doxygen class10:14
shogun-notifier-shogun: Kunal Arora :develop * 641f84d / src/shogun/converter/FactorAnalysis.h: https://github.com/shogun-toolbox/shogun/commit/641f84d340edb8b8656becd91ee5153c6caf585b10:14
shogun-notifier-shogun: added reference links10:14
shogun-notifier-shogun: Fernando Iglesias :develop * 775d042 / src/shogun/converter/FactorAnalysis.h: https://github.com/shogun-toolbox/shogun/commit/775d04298bff43ca3115820385012478cfa369bf10:14
shogun-notifier-shogun: Merge pull request #2693 from curiousguy13/develop_FactorAnalysis10:14
shogun-notifier-shogun:10:14
shogun-notifier-shogun: added documentation for the FactorAnalysis class10:14
@besser82lisitsyn, did work?  :P10:15
@lisitsynbesser82: not yet10:15
@besser82lisitsyn, can you paste error, plz?  maybe I have an idea  ;)10:15
@lisitsynbesser82: I have no error10:16
@lisitsynI need to have that error10:16
@lisitsyn:D10:16
@besser82lisitsyn, so what's your problem then?10:16
@besser82:P10:16
@lisitsynbesser82: I need to proof the swig boss that check is a bad name for function10:16
@lisitsynas it is defined in AssertMacros10:16
@besser82ahh ^^10:17
@lisitsynbut he believes I included it somewhere in my code so I have to care10:17
@lisitsyngosh open source inertia :D10:17
@besser82lisitsyn, show him stdlibc++-docs  :P10:17
@besser82lisitsyn, that behaviour is documented10:17
@besser82lisitsyn, AssertMacros get included if `-DNDEBUG` isn't specified amoung $CXXFLAGS10:18
@lisitsynI am trying to reproduce that10:19
@lisitsynno success yet10:19
@besser82lisitsyn, documentation might be in stdlibc as well...10:19
@besser82lisitsyn, since those macros are part of iso-c, possibly ansi-c as well10:19
@lisitsynbesser82: no they are just apple10:20
@lisitsynthey renamed it already10:20
@lisitsynbut back-compat10:20
@besser82i see10:20
@lisitsynwhy on earth someone named a macro 'check'10:21
@lisitsynso much aesthetic very wow10:21
shogun-buildbotbuild #2640 of bsd1 - libshogun is complete: Failure [failed test]  Build details are at http://buildbot.shogun-toolbox.org/builders/bsd1%20-%20libshogun/builds/2640  blamelist: Kunal Arora <kunalarora.135@gmail.com>, Fernando Iglesias <fernando.iglesiasg@gmail.com>10:24
-!- travis-ci [~travis-ci@ec2-54-159-107-222.compute-1.amazonaws.com] has joined #shogun10:24
travis-ciit's Fernando Iglesias's turn to pay the next round of drinks for the massacre he caused in shogun-toolbox/shogun: http://travis-ci.org/shogun-toolbox/shogun/builds/4957146410:24
-!- travis-ci [~travis-ci@ec2-54-159-107-222.compute-1.amazonaws.com] has left #shogun []10:24
@besser82lisitsyn, show him this --->  https://opensource.apple.com/source/CarbonHeaders/CarbonHeaders-18.1/AssertMacros.h10:25
@lisitsynbesser82: yeah but when does it include this header?10:25
@lisitsynhttps://github.com/swig/swig/pull/32410:26
@besser82*      By default all macros generate "production code" (i.e non-debug).  If10:27
@besser82 *      DEBUG_ASSERT_PRODUCTION_CODE is defined to zero or DEBUG is defined to non-zero10:27
@besser82 *      while this header is included, the macros will generated debug code.10:27
shogun-buildbotbuild #972 of FCRH - libshogun is complete: Failure [failed test]  Build details are at http://buildbot.shogun-toolbox.org/builders/FCRH%20-%20libshogun/builds/972  blamelist: Kunal Arora <kunalarora.135@gmail.com>, Fernando Iglesias <fernando.iglesiasg@gmail.com>10:27
@besser82lisitsyn, ^10:29
@lisitsynbesser82: so -DDEBUG10:31
@besser82lisitsyn, yes ^^10:31
@lisitsynstill works :D10:31
@lisitsynhow to break that stuff10:31
@lisitsync++ -O3 -std=c++11 -o main main.cpp -DDEBUG && ./main10:31
@lisitsynmain.cpp contains check(PyObject* obj)10:32
@besser82try c++ -O3 -std=c++11 -o main main.cpp -DDEBUG -D__ASSERT_MACROS_DEFINE_VERSIONS_WITHOUT_UNDERSCORES=1   :P10:34
@besser82lisitsyn, ^10:36
@lisitsynbesser82: still compiles10:38
@lisitsynsomething is missed10:38
@besser82mhhh...10:38
@besser82lisitsyn, code **must** use Carbon-Framework...  not cocoa10:41
@besser82lisitsyn, and that's why it will only apply for 32-Bit-Compiled-Code if MacOSX >= 10.610:41
@lisitsynbut why happens on shogun?10:42
@besser82mhhh...  no idea, yet...10:43
@besser82possibly because of using non-apple stdlibc++?  :P10:44
@lisitsynif I include it directly10:44
@lisitsynit fails10:44
@lisitsynbut how to get it included implictly arghargarghargh10:45
@besser82write c-code  :P10:46
@besser82lisitsyn, ^10:46
@besser82lisitsyn, or include stuff written in c10:46
@besser82lisitsyn, or build using c-compiler10:47
@besser82lisitsyn, http://en.wikipedia.org/wiki/Carbon_%28API%29#Release_and_evolution10:48
@lisitsynbesser82: included cmath10:49
shogun-buildbotbuild #211 of osx2 - modular_interfaces is complete: Failure [failed csharp modular]  Build details are at http://buildbot.shogun-toolbox.org/builders/osx2%20-%20modular_interfaces/builds/211  blamelist: Kunal Arora <kunalarora.135@gmail.com>10:49
@lisitsyndidn't change the game10:49
@besser82lisitsyn, try to fix it in shogun :P10:51
@lisitsynbesser82: yeah I give up :D10:51
@besser82lisitsyn, adding %{#define __ASSERT_MACROS_DEFINE_VERSIONS_WITHOUT_UNDERSCORES 1%} on top of modshogun.i should do it  ;)10:51
@besser82lisitsyn, adding %{#define __ASSERT_MACROS_DEFINE_VERSIONS_WITHOUT_UNDERSCORES 0%} on top of modshogun.i should do it  ;)10:52
@besser82must be zero ^^10:52
@lisitsynyeah that's easier10:52
@besser82my bad10:52
@lisitsynthan patching swig10:52
@besser82yes, definitely  :P10:52
@lisitsynbecause this guy will drain my blood until I understand10:52
@lisitsynwhy this damn header is included10:52
@besser82if that proposal from me doesn't work, the error must be in swig  :P10:53
@besser82because adding on top of modshogun.i will make sure it's defined, before any shogun-headers are included;  there will be includes from swig code prior to this, only  ^_^10:54
@besser82lisitsyn, ^10:54
@lisitsynfor the sake of humanity renaming check is easier10:55
@besser82yes, but then you have proof  :P10:56
@besser82for that swig-guy XD10:56
shogun-buildbotbuild #212 of osx2 - modular_interfaces is complete: Failure [failed csharp modular]  Build details are at http://buildbot.shogun-toolbox.org/builders/osx2%20-%20modular_interfaces/builds/212  blamelist: Kunal Arora <kunalarora.135@gmail.com>, Fernando Iglesias <fernando.iglesiasg@gmail.com>11:06
@lisitsynbesser82: Accelerate!11:16
@lisitsynbesser82: http://pastebin.com/QWe6jep111:17
@besser82lisitsyn, but with OpenCV, only...  rye?11:18
@lisitsynbesser82: no why11:18
@lisitsynaccelerate is impl of lapack11:18
@besser82lisitsyn, ahh... I see...11:19
@besser82lisitsyn, so we need to define like I said previously...  does that help?11:20
@besser82lisitsyn, or inside mathematics/lapack.h ...11:22
@lisitsynbesser82: yeah will help for sure11:22
@lisitsynbut I'll ask swig11:22
@lisitsynif they want it patched still11:22
@besser82lisitsyn, yay! ^_^  Does this apply to python, only?11:23
@besser82lisitsyn, or are other interfaces affected, too?11:23
@lisitsynbesser82: not sure11:23
-!- exploreshaifali [~shaifali@122.168.108.183] has quit [Quit: Leaving]11:42
@lisitsynbesser82: octave python r ruby scilab11:45
@besser82lisitsyn, hehe, shiatz...  :P11:45
@besser82lisitsyn, then let's put the define into modshogun.i...  You or me?11:46
@lisitsynbesser82: may be a coin?11:46
@lisitsynanyone drop a coin please11:46
sonne|workshall I call rand?11:49
sonne|work0..0.5 -> besser82, >0.5 lisitsyn11:50
@lisitsynyes please11:50
sonne|workoctave:1> rand11:50
sonne|workans =  0.9201211:50
@lisitsynargh11:50
sonne|workI am sorry11:50
@lisitsynit is octave to blame11:50
sonne|work>>> from pylab import *11:51
sonne|work>> rand()11:51
sonne|work0.1511579895249208811:51
sonne|workindeed11:51
sonne|worklisitsyn: too bad for you11:51
@lisitsynyeah that's what I mean11:51
@lisitsynif you use proper tool it is always better11:51
@besser82lisitsyn, sonne|work:  https://github.com/shogun-toolbox/shogun/pull/2694   =)11:54
@besser82lisitsyn, sonne|work:  shall I merge instantly?  :P11:55
sonne|workerrm please some ifdef for OSX11:55
sonne|worknot that we break other os's11:55
@besser82sonne|work, no other distro uses that  :P11:56
@besser82sonne|work, it is just some deprecated stuff on OSX used by Carbon-framework11:56
@besser82sonne|work, but I can add them  :P11:57
sonne|workyes just add some osx check and it can go in11:57
@besser82sonne|work, better?  https://github.com/shogun-toolbox/shogun/pull/2694/files12:00
sonne|workeerm will swig know __APPLE__ ?12:00
sonne|workI aahh no12:00
sonne|workthis is put into C12:00
sonne|workyeah ok12:00
@besser82yes  :P12:00
sonne|workmerge :)12:00
@besser82kk ^^12:01
shogun-notifier-shogun: Bj?rn Esser :develop * fef8937 / src/interfaces/modular/modshogun.i: https://github.com/shogun-toolbox/shogun/commit/fef8937d215db7f26e15cdc8b21201ee52e69e1f12:01
shogun-notifier-shogun: fix build of modular interfaces with SWIG 3.0.5 on MacOSX12:01
shogun-notifier-shogun: Bj?rn Esser :develop * 2d874c6 / src/interfaces/modular/modshogun.i: https://github.com/shogun-toolbox/shogun/commit/2d874c6e13526af34ee82bc104e6ae7e336e34b612:01
shogun-notifier-shogun: Merge pull request #2694 from besser82/osx_carbon_swig12:01
shogun-notifier-shogun:12:01
shogun-notifier-shogun: fix build of modular interfaces with SWIG 3.0.5 on MacOSX12:01
@lisitsynlets check12:03
@besser82lisitsyn, that is what should go into swig as well  ;)12:03
@besser82lisitsyn, in a way it will be insinde every swig-generated code at top-most position  ^^12:04
@besser82lisitsyn, or swig-code needs to be changed at a kazillion different spots  ;)12:05
@besser82lisitsyn, with that commit should be able to proof, that it is a problem with Accelerate-Framework12:06
@lisitsynbesser82: good reason to write in german or latin or portuguese12:06
@lisitsynthis way you never collide with anything12:06
@besser82lisitsyn, yes :P12:07
@besser82lisitsyn, ueberpruefe(PyObject* Gegenstand)   :P12:08
@lisitsynlooks good12:08
@besser82lisitsyn, won't collide with any stdlib  ^_^12:09
@lisitsynbesser82: sonne|work: guys they show us weather report for 1945 :D12:11
@lisitsynhttps://pp.vk.me/c625619/v625619696/22ddd/0L8FwTMEXOw.jpg12:11
-!- chintak [6acef958@gateway/web/cgi-irc/kiwiirc.com/ip.106.206.249.88] has quit [Quit: http://www.kiwiirc.com/ - A hand crafted IRC client]12:16
@lisitsynbesser82: it worked12:16
@besser82lisitsyn, ^_^12:16
-!- travis-ci [~travis-ci@ec2-54-159-107-222.compute-1.amazonaws.com] has joined #shogun13:07
travis-ciit's Bj?rn Esser's turn to pay the next round of drinks for the massacre he caused in shogun-toolbox/shogun: http://travis-ci.org/shogun-toolbox/shogun/builds/4958199213:07
-!- travis-ci [~travis-ci@ec2-54-159-107-222.compute-1.amazonaws.com] has left #shogun []13:07
-!- lambday [c40f106b@gateway/web/freenode/ip.196.15.16.107] has quit [Ping timeout: 246 seconds]13:14
-!- curiousguy13 [~curiousgu@120.59.233.106] has joined #shogun13:20
shogun-buildbotbuild #526 of debian wheezy - memcheck is complete: Failure [failed memory check]  Build details are at http://buildbot.shogun-toolbox.org/builders/debian%20wheezy%20-%20memcheck/builds/526  blamelist: Kunal Arora <kunalarora.135@gmail.com>, Fernando Iglesias <fernando.iglesiasg@gmail.com>13:30
shogun-buildbotbuild #2641 of bsd1 - libshogun is complete: Failure [failed test]  Build details are at http://buildbot.shogun-toolbox.org/builders/bsd1%20-%20libshogun/builds/2641  blamelist: Bj?rn Esser <bjoern.esser@gmail.com>13:36
shogun-buildbotbuild #973 of FCRH - libshogun is complete: Failure [failed test]  Build details are at http://buildbot.shogun-toolbox.org/builders/FCRH%20-%20libshogun/builds/973  blamelist: Bj?rn Esser <bjoern.esser@gmail.com>13:39
-!- exploreshaifali [~shaifali@182.70.219.244] has joined #shogun13:45
shogun-buildbotbuild #213 of osx2 - modular_interfaces is complete: Failure [failed csharp modular]  Build details are at http://buildbot.shogun-toolbox.org/builders/osx2%20-%20modular_interfaces/builds/213  blamelist: Bj?rn Esser <bjoern.esser@gmail.com>14:02
-!- abinashm [cb6ef317@gateway/web/freenode/ip.203.110.243.23] has joined #shogun14:03
abinashmwiking: Had a question about shogun cloud. How much of distributed computing should one know to work on that?14:04
shogun-buildbotbuild #214 of osx2 - modular_interfaces is complete: Failure [failed csharp modular]  Build details are at http://buildbot.shogun-toolbox.org/builders/osx2%20-%20modular_interfaces/builds/214  blamelist: Bj?rn Esser <bjoern.esser@gmail.com>14:06
abinashmAnyone else knows about it?14:07
@besser82lisitsyn, can you give me commit access to your swig-fork on github, plz?14:08
@besser82lisitsyn, so I can do fixes for the affected languages inside the open PR of swig?14:13
-!- abinashm [cb6ef317@gateway/web/freenode/ip.203.110.243.23] has quit [Quit: Page closed]14:13
shogun-notifier-shogun: sanuj :develop * 89dbbd0 / / (2 files): https://github.com/shogun-toolbox/shogun/commit/89dbbd0539ea50fc25dfeb572c1ae596e914cf8014:57
shogun-notifier-shogun: Add linalg max native implementation14:57
shogun-notifier-shogun: Fernando Iglesias :develop * 85a709e / / (2 files): https://github.com/shogun-toolbox/shogun/commit/85a709e0c4abca77428359a5d0104ddd321bc31a14:57
shogun-notifier-shogun: Merge pull request #2692 from sanuj/feature/linalg_max_impl14:57
shogun-notifier-shogun:14:57
shogun-notifier-shogun: Add linalg max native implementation14:57
-!- PirosB3 [~pirosb3@host150-236-dynamic.35-79-r.retail.telecomitalia.it] has joined #shogun14:58
-!- PirosB3 [~pirosb3@host150-236-dynamic.35-79-r.retail.telecomitalia.it] has quit [Ping timeout: 250 seconds]15:03
-!- travis-ci [~travis-ci@ec2-54-159-107-222.compute-1.amazonaws.com] has joined #shogun15:10
travis-ciit's Fernando Iglesias's turn to pay the next round of drinks for the massacre he caused in shogun-toolbox/shogun: http://travis-ci.org/shogun-toolbox/shogun/builds/4960103515:10
-!- travis-ci [~travis-ci@ec2-54-159-107-222.compute-1.amazonaws.com] has left #shogun []15:10
-!- chintak [6acef958@gateway/web/cgi-irc/kiwiirc.com/ip.106.206.249.88] has joined #shogun15:21
-!- exploreshaifali [~shaifali@182.70.219.244] has quit [Quit: Leaving]15:22
-!- anishshah [uid50585@gateway/web/irccloud.com/x-zzsociejvswjjslu] has joined #shogun15:22
-!- chintak [6acef958@gateway/web/cgi-irc/kiwiirc.com/ip.106.206.249.88] has quit [Client Quit]15:23
-!- AndreLopes [bae787ab@gateway/web/cgi-irc/kiwiirc.com/ip.186.231.135.171] has joined #shogun15:34
AndreLopeshi15:40
sonne|workho15:59
sonne|workhi15:59
sonne|workho15:59
AndreLopesHO Sonne :D16:00
sonne|workAndreLopes: I see you also feel the rhythm now :)16:09
AndreLopesHehe im having some issues with shogun16:11
AndreLopesit wont run the examples on netbeans + fedora16:11
AndreLopesException in thread "main" java.lang.UnsatisfiedLinkError: no modshogun in java.library.path16:11
AndreLopes    at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1865)16:11
sonne|workAndreLopes: I thought I gave you the solution for that yesterday?! No idea about how to do that in netbeans though16:12
AndreLopesI have to add it manually to the classpath16:12
AndreLopesidk where the modshogun.so is16:12
AndreLopesi need to find that file16:13
AndreLopesand add manually it to the path16:13
-!- exploreshaifali [~shaifali@182.70.208.243] has joined #shogun16:26
@wikingAndreLopes: in worst case the modshogun.so should be under build/src/interfaces/java_modular16:30
AndreLopesok let me look at it16:30
AndreLopeswiking16:36
AndreLopesim using fedora...16:36
AndreLopesit doesnt have that folder here, i thinik16:36
shogun-buildbotbuild #527 of debian wheezy - memcheck is complete: Failure [failed memory check]  Build details are at http://buildbot.shogun-toolbox.org/builders/debian%20wheezy%20-%20memcheck/builds/527  blamelist: Bj?rn Esser <bjoern.esser@gmail.com>16:43
shogun-buildbotbuild #2642 of bsd1 - libshogun is complete: Failure [failed test]  Build details are at http://buildbot.shogun-toolbox.org/builders/bsd1%20-%20libshogun/builds/2642  blamelist: sanuj <sanuj.sharma.in@gmail.com>, Fernando Iglesias <fernando.iglesiasg@gmail.com>16:48
shogun-buildbotbuild #974 of FCRH - libshogun is complete: Failure [failed test]  Build details are at http://buildbot.shogun-toolbox.org/builders/FCRH%20-%20libshogun/builds/974  blamelist: sanuj <sanuj.sharma.in@gmail.com>, Fernando Iglesias <fernando.iglesiasg@gmail.com>16:53
-!- exploreshaifali [~shaifali@182.70.208.243] has quit [Quit: Leaving]17:04
-!- besser82 [~besser82@fedora/besser82] has quit [Ping timeout: 252 seconds]17:08
shogun-buildbotbuild #215 of osx2 - modular_interfaces is complete: Failure [failed csharp modular]  Build details are at http://buildbot.shogun-toolbox.org/builders/osx2%20-%20modular_interfaces/builds/215  blamelist: sanuj <sanuj.sharma.in@gmail.com>17:16
-!- AndreLopes [bae787ab@gateway/web/cgi-irc/kiwiirc.com/ip.186.231.135.171] has quit [Quit: http://www.kiwiirc.com/ - A hand crafted IRC client]17:16
shogun-buildbotbuild #216 of osx2 - modular_interfaces is complete: Failure [failed csharp modular]  Build details are at http://buildbot.shogun-toolbox.org/builders/osx2%20-%20modular_interfaces/builds/216  blamelist: Fernando Iglesias <fernando.iglesiasg@gmail.com>17:24
-!- curiousguy13 [~curiousgu@120.59.233.106] has quit [Ping timeout: 250 seconds]17:32
-!- curiousguy13 [~curiousgu@59.177.196.96] has joined #shogun17:44
-!- shogun-notifier- [~irker@7nn.de] has quit [Quit: transmission timeout]17:57
-!- abinashm [cb6ef316@gateway/web/freenode/ip.203.110.243.22] has joined #shogun18:16
-!- abinashm [cb6ef316@gateway/web/freenode/ip.203.110.243.22] has quit [Quit: Page closed]18:29
aditya95Hello, i've been going through the repository for about a week and am finding it quite difficult to wrap my head around all the linkages between files. The notebooks help, but i don't know where to be looking for the issues in the github issue list. Any systematic way you would suggest to get a better feel of how the toolbox works?18:33
-!- chintak [0117ac24@gateway/web/cgi-irc/kiwiirc.com/ip.1.23.172.36] has joined #shogun19:34
-!- AndreLopes [bae787ab@gateway/web/cgi-irc/kiwiirc.com/ip.186.231.135.171] has joined #shogun19:37
shogun-buildbotbuild #528 of debian wheezy - memcheck is complete: Failure [failed memory check]  Build details are at http://buildbot.shogun-toolbox.org/builders/debian%20wheezy%20-%20memcheck/builds/528  blamelist: sanuj <sanuj.sharma.in@gmail.com>, Fernando Iglesias <fernando.iglesiasg@gmail.com>19:42
-!- curiousguy13 [~curiousgu@59.177.196.96] has quit [Quit: Leaving]19:55
AndreLopesGuys20:27
AndreLopeswhen shogun does this :20:27
AndreLopesDoubleMatrix traindata_real = Load.load_numbers("../data/fm_train_real.dat");20:27
AndreLopes  DoubleMatrix testdata_real = Load.load_numbers("../data/fm_test_real.dat");20:27
AndreLopesThose files must be.... where exactly?20:27
AndreLopesAre they downloadable ?20:27
-!- anishshah [uid50585@gateway/web/irccloud.com/x-zzsociejvswjjslu] has quit [Quit: Connection closed for inactivity]21:46
-!- PirosB3 [~pirosb3@host180-35-dynamic.18-79-r.retail.telecomitalia.it] has joined #shogun22:39
-!- txomon|home [~txomon@unaffiliated/txomon] has quit [Remote host closed the connection]22:45
@sonney2kAndreLopes, do git submodule update --init in the git root dir23:14
AndreLopesim using fedora ...23:14
AndreLopesand netbeans im not sure what you mean23:15
@sonney2kaditya95, did you have a look at the many examples and the doxygen doc?23:24
@sonney2kthat certainly should help23:24
AndreLopesqah you mean git control version23:25
aditya95sonney2k : no i didnt, should've been more rigorous. thanks!23:28
-!- chintak [0117ac24@gateway/web/cgi-irc/kiwiirc.com/ip.1.23.172.36] has quit [Quit: http://www.kiwiirc.com/ - A hand crafted IRC client]23:33
--- Log closed Fri Feb 06 00:00:07 2015

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