IRC logs of #shogun for Thursday, 2017-06-29

--- Log opened Thu Jun 29 00:00:33 2017
sukey1[https://github.com/shogun-toolbox/shogun] Pull Request https://github.com/shogun-toolbox/shogun/pull/3882 opened by lisitsyn00:32
sukey1[https://github.com/shogun-toolbox/shogun] Pull Request https://github.com/shogun-toolbox/shogun/pull/3751 synchronized by micmn00:42
sukey1[https://github.com/shogun-toolbox/shogun] Pull Request https://github.com/shogun-toolbox/shogun/pull/3842 synchronized by micmn00:49
sukey1[https://github.com/shogun-toolbox/shogun] Pull Request https://github.com/shogun-toolbox/shogun/pull/3842 synchronized by micmn00:50
sukey1[https://github.com/shogun-toolbox/shogun] Pull Request https://github.com/shogun-toolbox/shogun/pull/3826 synchronized by micmn00:53
-!- TingMiao [uid229534@gateway/web/irccloud.com/x-kdxuvrbatcffwdxy] has quit [Quit: Connection closed for inactivity]01:11
sukey1[https://github.com/shogun-toolbox/shogun] Pull Request https://github.com/shogun-toolbox/shogun/pull/3826 merged by vigsterkr05:11
sukey1[https://github.com/shogun-toolbox/shogun] vigsterkr pushed 3 commits:05:11
sukey1https://github.com/shogun-toolbox/shogun/commit/7b8733ad80771d65e6d5aa5ade8bddbd1266393605:11
sukey1https://github.com/shogun-toolbox/shogun/commit/3dd43d5a12a8ba4f711dba298b8c0c881a848cb405:11
sukey1https://github.com/shogun-toolbox/shogun/commit/35059db38eef4c929ac5e0b2d01395bafbb124c905:11
sukey1[https://github.com/shogun-toolbox/shogun] Pull Request https://github.com/shogun-toolbox/shogun/pull/3842 merged by vigsterkr07:32
sukey1[https://github.com/shogun-toolbox/shogun] vigsterkr pushed 2 commits:07:32
sukey1https://github.com/shogun-toolbox/shogun/commit/494884bbfa0fae81b6ab64f85449bc33dfe45bb107:32
sukey1https://github.com/shogun-toolbox/shogun/commit/9b2df3217ffede200519157ed8318546fafdd79e07:32
-!- iglesiasg [~iglesiasg@217.119.234.214] has joined #shogun09:23
-!- mode/#shogun [+o iglesiasg] by ChanServ09:23
-!- geektoni [c1cdd253@gateway/web/freenode/ip.193.205.210.83] has joined #shogun09:30
micmnwiking: serialization tests fail on msvc, error message not much informative, I think I'll have to reproduce it locally :(((10:41
micmnmmm msvc doesn't have ctags and jinja210:58
@wikingmicmn, yeah i wonder why it at all tries to compile it10:58
@wiking:)10:58
@wikingsince there's neither ctags nor jinja210:58
@wikingso it should jsut not even compile and test serialization10:58
@wiking:P10:58
micmnsome requirement missing in cmake10:59
@wikingmicmn,11:09
@wiking"C:\projects\shogun\build\tests\unit\shogun-serialization-unit-test.vcxproj.metaproj" (default target) (200) ->11:09
@wiking"C:\projects\shogun\build\tests\unit\shogun-serialization-unit-test.vcxproj" (default target) (201) ->11:09
@wikingthat file should just run11:09
@wikingwithout any output11:09
@wikingmicmn, have you tried compiling shogun11:10
@wikingbut without jinja2 or ctags installed11:10
@wiking(or available) for shogun11:10
micmnyeah I found the error message11:10
@wikingas basically this is the problem11:10
@wiking  IndexError: list index out of range11:10
@wiking:)11:10
@wiking  Please install jinja2 for clone unit-tests11:10
@wikingi think there's need to be a fix11:10
@wikingin the compilation11:10
@wikingshogun-serialization-unit-test11:11
@wikingnamely11:11
@wikingguard it11:11
@wikingwith11:11
@wikingif (CTAGS_FOUND AND JINJA2_FOUND)11:11
micmnthx :)11:11
@wikingmmm11:12
@wikingi think yo ushould look into it11:12
@wikingbecause in FindJinja211:12
@wikingthere's no JINJA2_FOUND11:12
@wikingdefine11:12
@wikingd11:12
micmnso jinja is checked in python script11:12
micmntry import jinja etc11:12
-!- geektoni_ [c1cdd253@gateway/web/freenode/ip.193.205.210.83] has joined #shogun11:17
-!- geektoni [c1cdd253@gateway/web/freenode/ip.193.205.210.83] has quit [Ping timeout: 260 seconds]11:19
sukey1[https://github.com/shogun-toolbox/shogun] Pull Request https://github.com/shogun-toolbox/shogun/pull/3882 synchronized by lisitsyn11:53
@wikingmicmn, yes but th eproblem is12:01
@wikingin12:01
@wikingfunction (add_unit_test_executable EXECUTABLE TARGET SRC)12:01
@wikingyou still compile the the whole file12:01
@wikingbecuase in case of shogun-unit-test12:01
@wikingthere are tests that are not jinja dependent12:02
@wikingbut in case of serialization-unit-test12:02
@wikingyou shouldn't even compile the file12:02
@wikingas it purely depends on jinja2 and ctags12:02
@wikingright?12:02
@wikingmicmn, ^12:02
micmnyeah we could do that12:03
micmncurrently jinja is handled in that other way12:03
micmnso we could add if(JINJA2_IMPORT_SUCCESS) and drop the try import jinja in the python scripts12:05
micmnand for the trained models serialization tests also if(CTAGS_FOUND)12:06
@wikingyes12:08
-!- geektoni_ [c1cdd253@gateway/web/freenode/ip.193.205.210.83] has quit [Ping timeout: 260 seconds]12:13
sukey1[https://github.com/shogun-toolbox/shogun] Pull Request https://github.com/shogun-toolbox/shogun/pull/3751 synchronized by micmn12:34
-!- HeikoS [~heiko@untrust-out.swc.ucl.ac.uk] has joined #shogun12:54
-!- mode/#shogun [+o HeikoS] by ChanServ12:54
sukey1[https://github.com/shogun-toolbox/shogun] New commit https://github.com/shogun-toolbox/shogun/commit/e55a0144f950d342da94e4e33900793f17867415 by karlnapf13:03
@HeikoSwiking, lisitsyn should shogun be able to load sound files?13:11
@HeikoSiglesiasg: ^13:11
-!- iglesiasg [~iglesiasg@217.119.234.214] has quit [Quit: leaving]13:16
@HeikoSwiking, lisitsyn is there a difference between converter and preprocessor?13:48
@wikingHeikoS, hahahahaha13:51
@wiking2015 or 201613:51
@wikingemail13:51
@wikingcheck it :)13:51
@wikingNOBODY :)13:51
@wikingHeikoS, so yeah13:52
@HeikoSI am asking since I write an ica meta example right now13:52
@HeikoSand there is no folder13:52
@wikingHeikoS, the question from me: categorical encoding13:52
@HeikoSshould I make one "converters"13:52
@wikingwhat would that be13:53
@wikingconverter or preprocessor?13:53
@HeikoS"decomposition" (like sklearn)13:53
@HeikoS"preprocessor"13:53
@HeikoSso wondering13:53
@HeikoSwithout any deeper thoughts13:53
@wikingindeed13:53
@wikingimo it's very vague13:53
@wikingwe should clear13:53
@wikingliek!13:53
@wikingwe should stop having13:53
@wikingmodshogun13:53
@wiking:DDD13:53
@HeikoSthat as well13:53
@wikingwhy cant we name our module shogun?13:53
@HeikoSwiking: I am using the cloud btw :)13:53
@HeikoSwhich is cool13:54
@HeikoSwiking: we can and should13:54
@wikingHeikoS, that is good13:54
@wiking113 users so far13:54
@wikingof cloud13:54
@HeikoSpretty good13:54
@wikingthnx13:56
@HeikoSwiking: any news on the blogging thing?13:56
@HeikoSlea can really help with that13:56
@HeikoSi.e. share what you have and she can already write her parts13:56
@HeikoSwiking: shall we tweet that one can now donate?14:08
@wikingHeikoS, yeah and the link should go for donation somewhere on the website14:08
@HeikoSI am on nit14:08
-!- geektoni [c1cdd253@gateway/web/freenode/ip.193.205.210.83] has joined #shogun14:56
-!- geektoni_ [c1cdd253@gateway/web/freenode/ip.193.205.210.83] has joined #shogun15:02
-!- geektoni [c1cdd253@gateway/web/freenode/ip.193.205.210.83] has quit [Ping timeout: 260 seconds]15:03
-!- geektoni_ [c1cdd253@gateway/web/freenode/ip.193.205.210.83] has quit [Ping timeout: 260 seconds]15:11
-!- geektoni [c1cdd220@gateway/web/freenode/ip.193.205.210.32] has joined #shogun15:13
@HeikoShttps://www.youtube.com/watch?v=nuXY6wZRMc415:41
@HeikoSjust found15:41
-!- iglesiasg [~iglesiasg@217.119.234.214] has joined #shogun15:57
-!- mode/#shogun [+o iglesiasg] by ChanServ15:57
lisitsynHeikoS: wiking: anyone of you around?16:16
sukey1[https://github.com/shogun-toolbox/shogun] Pull Request https://github.com/shogun-toolbox/shogun/pull/3882 synchronized by lisitsyn16:21
lisitsynnevermind16:21
lisitsyn:)16:21
-!- HeikoS [~heiko@untrust-out.swc.ucl.ac.uk] has quit [Ping timeout: 276 seconds]16:35
-!- geektoni [c1cdd220@gateway/web/freenode/ip.193.205.210.32] has quit [Ping timeout: 260 seconds]16:39
-!- HeikoS [~heiko@eduroam-int-pat-8-165.ucl.ac.uk] has joined #shogun16:47
-!- mode/#shogun [+o HeikoS] by ChanServ16:47
-!- HeikoS [~heiko@eduroam-int-pat-8-165.ucl.ac.uk] has quit [Quit: Leaving.]16:57
-!- geektoni [c1cdd220@gateway/web/freenode/ip.193.205.210.32] has joined #shogun16:58
-!- HeikoS [~heiko@eduroam-int-pat-8-165.ucl.ac.uk] has joined #shogun17:19
-!- mode/#shogun [+o HeikoS] by ChanServ17:19
-!- HeikoS [~heiko@eduroam-int-pat-8-165.ucl.ac.uk] has quit [Ping timeout: 268 seconds]17:24
-!- mikeling [uid89706@gateway/web/irccloud.com/x-yhlrztwnrgmrflvb] has joined #shogun17:27
mikelingwiking: hi, could you update the random-refactor branch?17:28
mikelingthank you17:28
-!- iglesiasg [~iglesiasg@217.119.234.214] has quit [Quit: leaving]17:32
sukey1[https://github.com/shogun-toolbox/shogun] Issue https://github.com/shogun-toolbox/shogun/issues/3883 karlnapf added label: "Cleanups"17:32
sukey1[https://github.com/shogun-toolbox/shogun] Issue https://github.com/shogun-toolbox/shogun/issues/3883 karlnapf added label: "entrance"17:32
sukey1[https://github.com/shogun-toolbox/shogun] Issue https://github.com/shogun-toolbox/shogun/issues/3883 opened by karlnapf17:32
sukey1[https://github.com/shogun-toolbox/shogun] Issue https://github.com/shogun-toolbox/shogun/issues/3884 karlnapf added label: "Cleanups"17:33
sukey1[https://github.com/shogun-toolbox/shogun] Issue https://github.com/shogun-toolbox/shogun/issues/3884 karlnapf added label: "entrance"17:33
sukey1[https://github.com/shogun-toolbox/shogun] Issue https://github.com/shogun-toolbox/shogun/issues/3884 opened by karlnapf17:33
-!- HeikoS [~heiko@untrust-out.swc.ucl.ac.uk] has joined #shogun17:38
-!- mode/#shogun [+o HeikoS] by ChanServ17:38
-!- OXPHOS [92bd305b@gateway/web/freenode/ip.146.189.48.91] has joined #shogun17:53
sukey1[https://github.com/shogun-toolbox/shogun] Pull Request https://github.com/shogun-toolbox/shogun/pull/3885 opened by karlnapf18:02
sukey1[https://github.com/shogun-toolbox/shogun] Issue https://github.com/shogun-toolbox/shogun/issues/3881 closed by karlnapf18:04
-!- HeikoS [~heiko@untrust-out.swc.ucl.ac.uk] has quit [Ping timeout: 260 seconds]18:10
sukey1[https://github.com/shogun-toolbox/shogun] Issue https://github.com/shogun-toolbox/shogun/issues/3886 opened by micmn18:15
sukey1[https://github.com/shogun-toolbox/shogun] Pull Request https://github.com/shogun-toolbox/shogun/pull/3877 synchronized by geektoni18:29
-!- geektoni [c1cdd220@gateway/web/freenode/ip.193.205.210.32] has quit [Quit: Page closed]18:30
sukey1[https://github.com/shogun-toolbox/shogun] Pull Request https://github.com/shogun-toolbox/shogun/pull/3887 opened by MikeLing19:30
-!- TingMiao [uid229534@gateway/web/irccloud.com/x-fcngslqnftprdrmy] has joined #shogun19:45
-!- Trixis [~Trixis@unaffiliated/trixis] has quit [Quit: ZNC 1.6.5 - http://znc.in]20:39
-!- Trixis [~Trixis@unaffiliated/trixis] has joined #shogun20:55
-!- mikeling [uid89706@gateway/web/irccloud.com/x-yhlrztwnrgmrflvb] has quit [Quit: Connection closed for inactivity]21:56
-!- iglesiasg [~iglesias@wlan078130.mobiel.utwente.nl] has joined #shogun22:39
iglesiasggreat post micmn!23:06
micmniglesiasg: thx!23:16
lisitsynyeah I had a lot of fun as well :P23:17
micmnthx lisitsyn, I just try to avoid things like: I did this, I did that ... very boring :p23:21
lisitsyngood point23:21
-!- iglesiasg [~iglesias@wlan078130.mobiel.utwente.nl] has quit [Quit: leaving]23:51
--- Log closed Fri Jun 30 00:00:35 2017

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