IRC logs of #shogun for Friday, 2019-02-08

--- Log opened Fri Feb 08 00:00:02 2019
-!- wiking [~wiking@huwico/staff/wiking] has quit [Remote host closed the connection]01:07
-!- wiking [~wiking@huwico/staff/wiking] has joined #shogun01:09
-!- mode/#shogun [+o wiking] by ChanServ01:09
-!- wiking [~wiking@huwico/staff/wiking] has quit [Ping timeout: 240 seconds]01:13
-!- wiking [~wiking@huwico/staff/wiking] has joined #shogun01:35
-!- mode/#shogun [+o wiking] by ChanServ01:35
-!- wiking [~wiking@huwico/staff/wiking] has quit [Remote host closed the connection]02:44
-!- wiking [~wiking@huwico/staff/wiking] has joined #shogun03:20
-!- mode/#shogun [+o wiking] by ChanServ03:20
-!- wiking [~wiking@huwico/staff/wiking] has quit [Ping timeout: 250 seconds]03:24
-!- wiking [~wiking@huwico/staff/wiking] has joined #shogun06:29
-!- mode/#shogun [+o wiking] by ChanServ06:29
-!- wiking [~wiking@huwico/staff/wiking] has quit [Remote host closed the connection]06:47
-!- wiking [~wiking@huwico/staff/wiking] has joined #shogun08:02
-!- mode/#shogun [+o wiking] by ChanServ08:02
-!- wiking [~wiking@huwico/staff/wiking] has quit [Remote host closed the connection]08:12
-!- wiking [~wiking@c-185-45-237-122.customer.ggaweb.ch] has joined #shogun09:48
-!- wiking [~wiking@c-185-45-237-122.customer.ggaweb.ch] has quit [Changing host]09:48
-!- wiking [~wiking@huwico/staff/wiking] has joined #shogun09:48
-!- mode/#shogun [+o wiking] by ChanServ09:48
-!- wiking [~wiking@huwico/staff/wiking] has quit [Remote host closed the connection]10:00
-!- glitch [2a6c2297@gateway/web/freenode/ip.42.108.34.151] has joined #shogun10:23
glitchhi ! its glitch here10:23
glitchi have a problem again10:23
glitchwhile adding shogun to python path10:24
glitchexport PYTHONPATH="path/to/modshogun.py:$PYTHONPATH"10:24
-!- wiking [~wiking@huwico/staff/wiking] has joined #shogun10:24
-!- mode/#shogun [+o wiking] by ChanServ10:24
glitch export PYTHONPATH="/home/saphire/shogun/build/src/interfaces/python/shogun.py:$PYTHONPATH";10:25
glitchwhich i did as the above10:25
glitchas per my pwd of shogun.py10:25
glitch$ python random_forest_regression.py  Traceback (most recent call last):   File "random_forest_regression.py", line 2, in <module>     from shogun import Math ModuleNotFoundError: No module named 'shogun' saphire@saphire-GL553VE:~/shogun/build/examples/10:26
glitchbut still the package/lib isnt imported10:26
glitchcan anyone help ?10:26
-!- wiking [~wiking@huwico/staff/wiking] has quit [Ping timeout: 250 seconds]10:29
glitch?10:29
-!- wiking [~wiking@huwico/staff/wiking] has joined #shogun10:32
-!- mode/#shogun [+o wiking] by ChanServ10:32
wuwei[m]glitch: hi10:51
wuwei[m]should be export PYTHONPATH="/home/saphire/shogun/build/src/interfaces/python:$PYTHONPATH";10:51
-!- glitch [2a6c2297@gateway/web/freenode/ip.42.108.34.151] has quit [Ping timeout: 256 seconds]10:53
@wikinglisitsyn: pingu10:58
lisitsynwiking: pongu10:58
@wikinglisitsyn: u know that game right? :)10:58
lisitsynno-pe10:58
@wikingque no?10:58
lisitsynwhat game?10:59
@wikinghttps://www.play.vg/games/116-SmackthePingu.html10:59
lisitsynwiking: que partido?10:59
@wiking:>10:59
@wikingok so now we have an irony10:59
@wiking:)10:59
@wikinglisitsyn: https://github.com/shogun-toolbox/shogun/commit/d2c4fd2af5bbcb61fb5db5777320dae4458894b711:01
lisitsynwiking: olala what's that11:01
@wikingconverters11:01
@wikingBUT11:01
@wikingand now comes the irony11:01
@wikingSVMClassifier11:02
@wikingno bueno11:02
lisitsynno trabaje?11:02
@wikingwe dont store info that the proto needs11:02
@wiking:S11:02
lisitsynhaha11:02
@wikingyep11:02
@wikingsuper shitty11:02
lisitsynwhat's the info?11:02
@wikingand the tree ensamble converter is missing still11:02
@wikingwell the thing is that look here11:02
@wikinghttps://github.com/shogun-toolbox/shogun/blob/develop/src/interfaces/coreml/SVM.proto#L15611:03
@wikingand here11:03
@wikinghttps://github.com/shogun-toolbox/shogun/blob/develop/src/interfaces/coreml/SVM.proto#L15611:03
@wikingso basically we would need to tell how many SVs per class we have11:03
@wikingbut we just store the indicies of all support vectors 'merged'11:03
@wikingand we only store one rho as bias (= - rho[0])11:04
@wikingcoz kernel machien11:04
@wikingjust needs a std::vector<index_t> SupportVectorIndicies + bias11:04
@wikinglisitsyn: btw this is a cool stuff because i caught like 3 bugs11:04
@wikingchecking the machine->apply output and exported coreml apply output11:05
@wiking:)11:05
lisitsynah cool11:05
lisitsyn:D11:05
@wikingbut11:05
@wikingand there's even a shittier thing11:05
@wikingour models are kind 'dontcare' about input/output :)11:05
@wikingso say i have a normalizer11:05
@wikingL111:05
@wikingit'll apply on any fucking thing :)11:06
@wikingif it can11:06
@wikingbut coreml objects needs interface definition11:06
@wikingwhat's in (shape and type) and what's out (shape and type)11:06
@wikinganyhow i guess i could play around with the PipelineConverter11:07
@wikingto check what's the first element in the pipeline11:07
@wikingand propagate that :P11:07
@wikingbut yeah it's a bit shitty11:07
@wikingeven in case of GLM11:07
@wikinganyhow it's getting there... just a bit ironic this whole thing that having so much svm/kernel11:11
@wikingand we cannot export it atm11:11
@wiking:)))11:11
-!- glitch404 [uid346916@gateway/web/irccloud.com/x-awbnhcyelstvxtxb] has joined #shogun11:22
glitch404Hey wuwei ! Sorry my network grid was temporarily down11:23
glitch404Didn't get your message after : "glitch :hi "11:23
wuwei[m]glitch404: should be export PYTHONPATH="/home/saphire/shogun/build/src/interfaces/python:$PYTHONPATH";11:24
glitch404So I missed a semi-colon ?11:24
glitch404??11:24
wuwei[m]no, shogun.py shouldnt be included in the path11:25
glitch404Oh! Okh !11:25
glitch404I have an idea I don't know you guys would agree to it11:26
glitch404I know the readme is really fulfilling11:26
glitch404But I think it's too much informations for newbs11:26
glitch404Can I prepare a beginners guide ?11:26
glitch404With user friendly guides ..11:27
wuwei[m]yes of course, feel free send a pr11:27
glitch404:D on the way to PR11:28
-!- wiking [~wiking@huwico/staff/wiking] has quit [Remote host closed the connection]11:51
-!- wiking [~wiking@bmi-airport-1.inf.ethz.ch] has joined #shogun12:01
-!- wiking [~wiking@bmi-airport-1.inf.ethz.ch] has quit [Changing host]12:01
-!- wiking [~wiking@huwico/staff/wiking] has joined #shogun12:01
-!- mode/#shogun [+o wiking] by ChanServ12:01
-!- wiking [~wiking@huwico/staff/wiking] has quit [Remote host closed the connection]15:41
-!- wiking [~wiking@huwico/staff/wiking] has joined #shogun15:43
-!- mode/#shogun [+o wiking] by ChanServ15:43
-!- wiking [~wiking@huwico/staff/wiking] has quit [Remote host closed the connection]16:14
-!- wiking [~wiking@c-185-45-237-122.customer.ggaweb.ch] has joined #shogun16:58
-!- wiking [~wiking@c-185-45-237-122.customer.ggaweb.ch] has quit [Changing host]16:58
-!- wiking [~wiking@huwico/staff/wiking] has joined #shogun16:58
-!- mode/#shogun [+o wiking] by ChanServ16:58
-!- wiking_ [~wiking@c-185-45-237-122.customer.ggaweb.ch] has joined #shogun17:36
-!- wiking [~wiking@huwico/staff/wiking] has quit [Read error: Connection reset by peer]17:36
-!- HeikoS [5aae045e@gateway/web/cgi-irc/kiwiirc.com/ip.90.174.4.94] has joined #shogun18:53
HeikoSlisitsyn yo18:53
-!- HeikoS [5aae045e@gateway/web/cgi-irc/kiwiirc.com/ip.90.174.4.94] has quit [Remote host closed the connection]19:01
-!- HeikoS [5aae044b@gateway/web/cgi-irc/kiwiirc.com/ip.90.174.4.75] has joined #shogun19:26
-!- HeikoS [5aae044b@gateway/web/cgi-irc/kiwiirc.com/ip.90.174.4.75] has quit [Ping timeout: 250 seconds]19:46
-!- Lefteris [56a35883@gateway/web/freenode/ip.86.163.88.131] has joined #shogun20:35
-!- Lefteris [56a35883@gateway/web/freenode/ip.86.163.88.131] has quit [Quit: Page closed]20:46
-!- wiking_ [~wiking@c-185-45-237-122.customer.ggaweb.ch] has quit [Remote host closed the connection]23:29
-!- wiking [~wiking@huwico/staff/wiking] has joined #shogun23:35
-!- mode/#shogun [+o wiking] by ChanServ23:36
--- Log closed Sat Feb 09 00:00:03 2019

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