IRC logs of #shogun for Tuesday, 2017-01-24

--- Log opened Tue Jan 24 00:00:54 2017
-!- suhas2go [uid201652@gateway/web/irccloud.com/x-zyusjttpmfzvwbeu] has quit [Quit: Connection closed for inactivity]00:17
-!- shogun-buildbot [~shogun-bu@7nn.de] has quit [Quit: buildmaster reconfigured: bot disconnecting]02:15
-!- shogun-buildbot [~shogun-bu@7nn.de] has joined #shogun02:15
-!- shogun-buildbot [~shogun-bu@7nn.de] has quit [Quit: buildmaster reconfigured: bot disconnecting]02:43
-!- shogun-buildbot [~shogun-bu@7nn.de] has joined #shogun02:44
shogun-buildbotbuild #2 of nightly_xenial_ppa is complete: Success [build successful]  Build details are at http://buildbot.shogun-toolbox.org/builders/nightly_xenial_ppa/builds/203:36
@sukeyIssue #3576 "Unable to install package on Ubuntu 16.04" closed by vigsterkr - https://github.com/shogun-toolbox/shogun/issues/357603:40
shogun-buildbotbuild #41 of nightly_default is complete: Success [build successful]  Build details are at http://buildbot.shogun-toolbox.org/builders/nightly_default/builds/4103:54
@sukeyIssue #3583 "Installation error " closed by vigsterkr - https://github.com/shogun-toolbox/shogun/issues/358303:55
-!- Guest5164 [6725c94b@gateway/web/freenode/ip.103.37.201.75] has quit [Quit: Page closed]08:13
-!- praisethemoon [~praisethe@197.3.11.178] has quit [Ping timeout: 255 seconds]09:56
-!- praisethemoon [~praisethe@197.3.11.178] has joined #shogun09:57
-!- HeikoS [~heiko@host-92-0-178-129.as43234.net] has joined #shogun10:37
-!- mode/#shogun [+o HeikoS] by ChanServ10:38
@wikingHeikoS, ping10:46
@HeikoSwiking: in meeting, but back in a bit10:47
@wiking2 mins10:47
@wikingkk10:47
@HeikoSI will read here, might not answer though for now10:47
-!- HeikoS [~heiko@host-92-0-178-129.as43234.net] has quit [Ping timeout: 256 seconds]11:21
-!- suhas2go [uid201652@gateway/web/irccloud.com/x-rtmkosnluksnwacx] has joined #shogun12:07
@sukeyPull Request #3597 "Add Scala Interface"  synchronized by abhinavrai44 - https://github.com/shogun-toolbox/shogun/pull/359712:34
-!- HeikoS [~heiko@host-92-0-178-129.as43234.net] has joined #shogun12:34
-!- mode/#shogun [+o HeikoS] by ChanServ12:35
@HeikoSwiking: sooo12:36
@HeikoSwiking: shall I make an issue list for 5.0.1?12:37
@HeikoSor just do already now?12:37
@wikingoctave modular has to be fixed12:37
@wikingafter that we are good to go12:37
@wiking:)12:37
@sukeyPull Request #3597 "Add Scala Interface"  synchronized by abhinavrai44 - https://github.com/shogun-toolbox/shogun/pull/359712:39
@HeikoSwiking: cool12:40
@HeikoSah that is the thing I marked for 5.112:40
@wikingnoono12:40
@wikingthis is new stuff12:40
@HeikoSlink?12:40
@wikingoctave does not work with multithreaded library12:40
@HeikoSmultithread all good?12:40
@HeikoSah I see12:41
@HeikoSoh no12:41
@HeikoSdidnt know about that problem12:41
@wikingafaik it can be fixed from swig side12:41
@wikingbut couldn't find yet out the way i did for python12:41
-!- abhinav [~abhinav@103.196.221.113] has joined #shogun12:42
@HeikoSI see12:42
abhinavPing: HeikoS12:43
@HeikoShi12:44
@HeikoSabhinav:12:44
abhinavHey12:44
abhinavI have made the PR for the Scala interface12:44
@HeikoSwiking: do I need to merge the multhread branch?12:44
@HeikoSabhinav: ah yes I saw that12:45
@HeikoSsorry for being slow in reponding12:45
abhinavAm I doing that right ?12:45
@HeikoSabhinav: I can check now, can you give me the link?12:45
abhinavhttps://github.com/shogun-toolbox/shogun/pull/359712:45
@wikingHeikoS, ?12:45
@wikingHeikoS, which branch?12:45
@HeikoSwiking: I mean for release ...12:45
@HeikoSor is it all in develop? and I can already follow your wiki howto?12:46
@wikingbut which branch r u talking about?12:46
@HeikoSthere was a multhread fix branch12:46
@wikingeverythng is merged12:46
@wikingbut now octave is broken12:46
@wikinghence we cannot releae12:46
@wikingyet12:46
@HeikoSyeah ok, so yes it is merged12:46
@HeikoSwiking: question:12:46
@HeikoSfor scala, do we want to replicate the meta examples?12:47
@HeikoSor just compile and run the java ones?12:47
@HeikoSwiking: it will always be exactly the same code right?12:47
@wikingcompile run the java ones12:47
@HeikoSjust different cmake setup12:47
@wikingyes12:47
@HeikoSkk12:47
@HeikoSabhinav: ^12:47
abhinavYup12:47
@HeikoSwiking: I wonder whether we should at least copy the scripts to examples/meta/scala12:48
@HeikoSso that the setup works as before12:48
@HeikoSprobably12:48
@HeikoSabhinav: good patch, see my comments12:53
@HeikoSabhinav: I think first step would be to detect scale with cmake. that can be done in a single PR. Then you have all the scala binaries you need as variables in cmake12:54
@HeikoSthen we can go from there12:54
@HeikoS(also need to install scala on travis)12:54
@sukeyWiki page: Home edited on shogun-toolbox/shogun by karlnapf12:55
abhinavHeikoS: Scala has slightly different syntax than Java. Why do you want to use that java.json there ?12:57
@HeikoSwiking: you still there?12:57
@HeikoSabhinav: I think scala can compile java code no?12:58
@wikingyou can use java code in scala12:58
@wikingeven more you can use directly java binaries12:58
@wikingin scala12:58
@HeikoSwiking: thanks for getting the domain back btw :)12:58
@wikingnw12:58
@HeikoSwiking: shall we even compile them then?12:58
@HeikoSwiking: or just only execute?12:58
@wikingonly exec12:58
@HeikoSkk12:58
@wikingimo12:58
@HeikoSabhinav: ^12:58
@HeikoSabhinav: so then scala is just about adding the cmake stuff to run the compiled java examples12:59
@HeikoSabhinav: no need to change any of the python generator code then12:59
abhinavOk12:59
@HeikoSwiking: and in cookbook, we will just say java/scala12:59
@HeikoSso the snippets are not replicated at all12:59
@HeikoScool12:59
abhinavHeikoS: One more thing. My other 2 PR's can me merged13:00
abhinavhttps://github.com/shogun-toolbox/shogun/pull/359313:00
abhinavhttps://github.com/shogun-toolbox/shogun/pull/359113:01
@sukeyWiki page: Google-Summer-of-Code-2017-Projects edited on shogun-toolbox/shogun by karlnapf13:01
@sukeyPull Request #3591 "Add SG_INFO message for the iterations of AveragedPerceptron.cpp"  merged by karlnapf - https://github.com/shogun-toolbox/shogun/pull/359113:02
@sukeyNew Commit "Merge pull request #3591 from abhinavrai44/dev13:02
@sukeyAdd SG_INFO message for the iterations of AveragedPerceptron.cpp" to shogun-toolbox/shogun by karlnapf: https://github.com/shogun-toolbox/shogun/commit/832c8eb972c9ed7c7c1bf7b1de95de8a605b8f1613:02
@sukeyWiki page: Google-Summer-of-Code-2017-Projects edited on shogun-toolbox/shogun by karlnapf13:12
@sukeyWiki page: Google-Summer-of-Code-2017-Projects edited on shogun-toolbox/shogun by karlnapf13:20
@sukeyWiki page: Google-Summer-of-Code-2017-Projects edited on shogun-toolbox/shogun by karlnapf13:20
@HeikoSwiking: still around?13:22
@sukeyWiki page: Google-Summer-of-Code-2017-Projects edited on shogun-toolbox/shogun by karlnapf13:22
@sukeyWiki page: GSoC_2017_plugin created on shogun-toolbox/shogun by karlnapf13:23
@sukeyWiki page: Google-Summer-of-Code-2017-Projects edited on shogun-toolbox/shogun by karlnapf13:25
@sukeyWiki page: GSoC_2017_project_installation created on shogun-toolbox/shogun by karlnapf13:25
@sukeyWiki page: GSoC_2017_detox created on shogun-toolbox/shogun by karlnapf13:26
@sukeyWiki page: GSoC_2017_project_fundamental_usual_suspects created on shogun-toolbox/shogun by karlnapf13:27
@sukeyWiki page: GSoC_2017_project_swig created on shogun-toolbox/shogun by karlnapf13:27
@sukeyWiki page: Google-Summer-of-Code-2017-Projects edited on shogun-toolbox/shogun by karlnapf13:29
@sukeyWiki page: Google-Summer-of-Code-2017-Projects edited on shogun-toolbox/shogun by karlnapf13:30
@sukeyWiki page: Google-Summer-of-Code-2017-Projects edited on shogun-toolbox/shogun by karlnapf13:31
@sukeyWiki page: Google-Summer-of-Code-2017-Projects edited on shogun-toolbox/shogun by karlnapf13:34
@sukeyWiki page: Getting-involved edited on shogun-toolbox/shogun by karlnapf13:35
@sukeyWiki page: Google-Summer-of-Code-2017-Projects edited on shogun-toolbox/shogun by karlnapf13:37
-!- neil__ [67d9e6e5@gateway/web/freenode/ip.103.217.230.229] has joined #shogun13:38
neil__hi, I'm learning machine learning from coursera by Andrew Ng and I want to participate in GSOC, I've installed shogun in my computer, what should I do next13:39
-!- neil__ [67d9e6e5@gateway/web/freenode/ip.103.217.230.229] has quit [Client Quit]13:41
-!- HeikoS [~heiko@host-92-0-178-129.as43234.net] has quit [Ping timeout: 240 seconds]13:43
-!- abhinav [~abhinav@103.196.221.113] has quit [Quit: Leaving]13:58
@sukeyPull Request #3593 "Port existing BrayCurtis Distance example to meta"  synchronized by abhinavrai44 - https://github.com/shogun-toolbox/shogun/pull/359314:17
-!- abhinav [~abhinav@103.196.221.113] has joined #shogun14:18
-!- neil__ [67d9e6e5@gateway/web/freenode/ip.103.217.230.229] has joined #shogun14:26
@sukeyPull Request #3593 "Port existing BrayCurtis Distance example to meta"  synchronized by abhinavrai44 - https://github.com/shogun-toolbox/shogun/pull/359314:32
@sukeyPull Request #3593 "Port existing BrayCurtis Distance example to meta"  synchronized by abhinavrai44 - https://github.com/shogun-toolbox/shogun/pull/359314:37
-!- neil__ [67d9e6e5@gateway/web/freenode/ip.103.217.230.229] has quit [Quit: Page closed]15:01
-!- suhas2go [uid201652@gateway/web/irccloud.com/x-rtmkosnluksnwacx] has quit [Quit: Connection closed for inactivity]15:17
-!- abhinav [~abhinav@103.196.221.113] has quit [Ping timeout: 252 seconds]15:33
-!- mikeling [uid89706@gateway/web/irccloud.com/x-emgdqfcnskoapgod] has joined #shogun15:52
-!- daakuDaddy_ [~hitman@180.215.121.238] has joined #shogun15:55
@sukeyIssue #3602 "cmake error on Ubuntu 16.04, shogun unable to call protobuf." closed by karlnapf - https://github.com/shogun-toolbox/shogun/issues/360216:33
-!- suhas2go [uid201652@gateway/web/irccloud.com/x-cqaqbggvmfnzpihs] has joined #shogun16:50
-!- praisethemoon [~praisethe@197.3.11.178] has quit [Ping timeout: 260 seconds]16:51
-!- Sojiro [~textual@host86-166-110-38.range86-166.btcentralplus.com] has joined #shogun17:27
-!- daakuDaddy_ [~hitman@180.215.121.238] has quit [Read error: Connection reset by peer]17:43
@sukeyPull Request #3593 "Port existing BrayCurtis Distance example to meta"  synchronized by abhinavrai44 - https://github.com/shogun-toolbox/shogun/pull/359317:57
-!- Sojiro [~textual@host86-166-110-38.range86-166.btcentralplus.com] has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]18:13
-!- Sojiro [~textual@host86-166-110-38.range86-166.btcentralplus.com] has joined #shogun18:16
-!- mikeling [uid89706@gateway/web/irccloud.com/x-emgdqfcnskoapgod] has quit [Quit: Connection closed for inactivity]18:19
-!- abhinav [~abhinav@103.196.221.113] has joined #shogun18:21
-!- Sojiro [~textual@host86-166-110-38.range86-166.btcentralplus.com] has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]18:52
-!- HeikoS [~heiko@untrust-out.swc.ucl.ac.uk] has joined #shogun18:53
-!- mode/#shogun [+o HeikoS] by ChanServ18:53
-!- Sojiro [~textual@host86-166-110-38.range86-166.btcentralplus.com] has joined #shogun18:59
-!- Sojiro [~textual@host86-166-110-38.range86-166.btcentralplus.com] has quit [Client Quit]19:02
@sukeyPull Request #3593 "Port existing BrayCurtis Distance example to meta"  synchronized by abhinavrai44 - https://github.com/shogun-toolbox/shogun/pull/359319:22
-!- abhinav [~abhinav@103.196.221.113] has quit [Ping timeout: 240 seconds]20:24
-!- Sojiro [~textual@host86-166-110-38.range86-166.btcentralplus.com] has joined #shogun20:35
-!- palashahuja [73f840a9@gateway/web/cgi-irc/kiwiirc.com/ip.115.248.64.169] has joined #shogun20:56
palashahujahello20:57
palashahujaI have tried installing shogun on ubuntu 16.04 but I am getting the following error20:58
palashahujausr/local/lib/libbz2.a(bzlib.o): relocation R_X86_64_32S against `BZ2_crc32Table'20:58
palashahujausrlocalliblibbz2.a(bzlib.o): relocation R_X86_64_32S against `BZ2_crc32Table'20:58
palashahujaThe compiler shows to use the fPIC flag, so I tried adding the fPIC flag in the CMakeLists.txt,, CMakeCache.txt and the Makefile but it doesn't work21:00
palashahujaplease help21:00
-!- HeikoS [~heiko@untrust-out.swc.ucl.ac.uk] has quit [Remote host closed the connection]22:06
--- Log closed Wed Jan 25 00:00:40 2017

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