IRC logs of #shogun for Tuesday, 2017-05-16

--- Log opened Tue May 16 00:00:32 2017
-!- goksinen [~goksinen@rrcs-50-75-193-138.nyc.biz.rr.com] has quit [Remote host closed the connection]01:56
-!- goksinen [~goksinen@rrcs-50-75-193-138.nyc.biz.rr.com] has joined #shogun02:02
-!- goksinen [~goksinen@rrcs-50-75-193-138.nyc.biz.rr.com] has quit [Remote host closed the connection]03:20
-!- mikeling [uid89706@gateway/web/irccloud.com/x-yyyiagridacgeeyl] has joined #shogun03:25
-!- goksinen [~goksinen@rrcs-50-75-193-138.nyc.biz.rr.com] has joined #shogun03:36
-!- goksinen [~goksinen@rrcs-50-75-193-138.nyc.biz.rr.com] has quit [Ping timeout: 240 seconds]03:41
-!- goksinen [~goksinen@rrcs-50-75-193-138.nyc.biz.rr.com] has joined #shogun04:04
-!- goksinen [~goksinen@rrcs-50-75-193-138.nyc.biz.rr.com] has quit [Ping timeout: 240 seconds]04:15
-!- goksinen [~goksinen@rrcs-50-75-193-138.nyc.biz.rr.com] has joined #shogun04:18
-!- goksinen [~goksinen@rrcs-50-75-193-138.nyc.biz.rr.com] has quit [Ping timeout: 268 seconds]04:22
-!- goksinen [~goksinen@rrcs-50-75-193-138.nyc.biz.rr.com] has joined #shogun05:32
-!- goksinen [~goksinen@rrcs-50-75-193-138.nyc.biz.rr.com] has quit [Ping timeout: 268 seconds]05:37
-!- goksinen [~goksinen@rrcs-50-75-193-138.nyc.biz.rr.com] has joined #shogun05:38
-!- goksinen [~goksinen@rrcs-50-75-193-138.nyc.biz.rr.com] has quit [Ping timeout: 268 seconds]05:43
-!- goksinen [~goksinen@rrcs-50-75-193-138.nyc.biz.rr.com] has joined #shogun07:39
-!- goksinen [~goksinen@rrcs-50-75-193-138.nyc.biz.rr.com] has quit [Ping timeout: 246 seconds]07:43
@sukeyPull Request #3812 "Add global fixture with binary label data"  synchronized by MikeLing - https://github.com/shogun-toolbox/shogun/pull/381207:53
-!- goksinen [~goksinen@rrcs-50-75-193-138.nyc.biz.rr.com] has joined #shogun07:57
-!- goksinen [~goksinen@rrcs-50-75-193-138.nyc.biz.rr.com] has quit [Ping timeout: 240 seconds]08:02
-!- goksinen [~goksinen@rrcs-50-75-193-138.nyc.biz.rr.com] has joined #shogun08:03
-!- goksinen [~goksinen@rrcs-50-75-193-138.nyc.biz.rr.com] has quit [Ping timeout: 240 seconds]08:07
-!- goksinen [~goksinen@rrcs-50-75-193-138.nyc.biz.rr.com] has joined #shogun08:19
-!- geektoni [~geektoni@93-34-234-212.ip52.fastwebnet.it] has joined #shogun08:20
-!- goksinen [~goksinen@rrcs-50-75-193-138.nyc.biz.rr.com] has quit [Ping timeout: 240 seconds]08:23
-!- iglesiasg [~iglesiasg@217.119.234.214] has quit [Quit: leaving]08:47
-!- iglesiasg [~iglesiasg@217.119.234.214] has joined #shogun08:48
-!- mode/#shogun [+o iglesiasg] by ChanServ08:48
-!- goksinen [~goksinen@rrcs-50-75-193-138.nyc.biz.rr.com] has joined #shogun09:24
-!- goksinen [~goksinen@rrcs-50-75-193-138.nyc.biz.rr.com] has quit [Remote host closed the connection]09:25
@wikingmikeling, c:\projects\shogun\tests\unit\environments\BinaryLabelData.h(16): error C2039: 'generate_gaussians': is not a member of 'shogun::CDataGenerator' [C:\projects\shogun\build\tests\unit\shogun-serialization-unit-test.vcxproj]09:33
@wiking  C:\projects\shogun\src\shogun/features/DataGenerator.h(25): note: see declaration of 'shogun::CDataGenerator'09:33
@wikingc:\projects\shogun\tests\unit\environments\BinaryLabelData.h(16): error C3861: 'generate_gaussians': identifier not found [C:\projects\shogun\build\tests\unit\shogun-serialization-unit-test.vcxproj]09:33
@wiking(on windows)09:33
geektoniping wiking09:35
@wikingpong09:35
geektoniI've made a SGObject mockup with Some<>09:36
geektonihttps://gist.github.com/geektoni/8f9fec7226a3ca87d519818a97f6c7d409:36
geektoniThis should be how the API will look in the end09:36
geektoni*should*09:37
geektoniah yes, I've stripped of all the comments and some methods to focus only on a few basic things09:38
geektoniwiking: btw, I'm trying to define a plan on how to convert all the shogun codebase to Some<> ptr (and also to Tags later on). Do you think it is a good idea to start from base classes (like SGObject) and then going downwards following the inheritance path?09:52
@wikingyeah09:53
@wikingthat should be it09:53
geektonigood!09:53
geektoniwhat do you think about the new SGObject?09:54
-!- goksinen [~goksinen@rrcs-50-75-193-138.nyc.biz.rr.com] has joined #shogun09:58
-!- goksinen [~goksinen@rrcs-50-75-193-138.nyc.biz.rr.com] has quit [Remote host closed the connection]09:59
@wikingwhy not const Some<SGObject>& other10:13
@wikinghttps://gist.github.com/geektoni/8f9fec7226a3ca87d519818a97f6c7d4#file-sgobject_some-h-L5410:13
geektoniwiking: yeah, could be. The current implementation doesn't use it.10:17
@wikingjust saying that that'd be better10:18
@wikingsince anyways you dont modify things in other10:18
geektoniI agree. I'll change it.10:19
lisitsyngeektoni: exactly!10:45
lisitsynwiking: letsencrypt10:45
@iglesiasg#wannacrypt11:01
lisitsynjaja11:01
-!- geektoni [~geektoni@93-34-234-212.ip52.fastwebnet.it] has left #shogun []11:16
-!- HeikoS [~heiko@host-92-0-178-129.as43234.net] has joined #shogun11:24
-!- mode/#shogun [+o HeikoS] by ChanServ11:24
-!- goksinen [~goksinen@rrcs-50-75-193-138.nyc.biz.rr.com] has joined #shogun12:00
-!- goksinen [~goksinen@rrcs-50-75-193-138.nyc.biz.rr.com] has quit [Ping timeout: 268 seconds]12:05
@wikinglisitsyn, oh yeah12:19
@wikingi know12:19
-!- goksinen [~goksinen@rrcs-50-75-193-138.nyc.biz.rr.com] has joined #shogun12:38
-!- goksinen [~goksinen@rrcs-50-75-193-138.nyc.biz.rr.com] has quit [Remote host closed the connection]12:40
-!- HeikoS [~heiko@host-92-0-178-129.as43234.net] has quit [Quit: Leaving.]12:56
-!- HeikoS [~heiko@host-92-0-178-129.as43234.net] has joined #shogun13:12
-!- mode/#shogun [+o HeikoS] by ChanServ13:12
mikelingwiking: mmmm, I can't reproduce it on Ubuntu and osx which are the environment I have13:41
mikelingHow could I test it locally?13:42
mikelingand I believe generate_gaussians is a part of CDataGenerator http://shogun.ml/api/latest/classshogun_1_1CDataGenerator.html#a2fde212cd4a629a728fe70061a10507d13:46
mikelingoh mine, there are still format issue :/13:48
-!- HeikoS [~heiko@host-92-0-178-129.as43234.net] has quit [Ping timeout: 268 seconds]13:49
mikelingwiking: lisitsyn And I believe we need to retrigger the CI due to it keeps telling me I need check the formate for commit f101fd9142e0eeeafeaff160456343821c4dcd5a in  https://travis-ci.org/shogun-toolbox/shogun/jobs/232696636#L531 but the newest commit's  hash actually is f2ec710cbd354d29bd68676d60bf5213a471c7ab14:01
mikelingbrb14:02
-!- mikeling is now known as mikeling|brb14:02
-!- micmn [uid216702@gateway/web/irccloud.com/x-yaaujrxqdaeracdn] has joined #shogun14:07
-!- geektoni [~geektoni@93-34-234-212.ip52.fastwebnet.it] has joined #shogun14:30
-!- goksinen [~goksinen@rrcs-50-75-193-138.nyc.biz.rr.com] has joined #shogun14:40
-!- goksinen [~goksinen@rrcs-50-75-193-138.nyc.biz.rr.com] has quit [Ping timeout: 240 seconds]14:45
-!- goksinen [~goksinen@rrcs-50-75-193-138.nyc.biz.rr.com] has joined #shogun14:55
-!- goksinen [~goksinen@rrcs-50-75-193-138.nyc.biz.rr.com] has quit [Ping timeout: 240 seconds]15:00
-!- HeikoS [~heiko@untrust-out.swc.ucl.ac.uk] has joined #shogun15:22
-!- mode/#shogun [+o HeikoS] by ChanServ15:22
-!- goksinen [~goksinen@rrcs-50-75-193-138.nyc.biz.rr.com] has joined #shogun15:29
-!- goksinen [~goksinen@rrcs-50-75-193-138.nyc.biz.rr.com] has quit [Ping timeout: 240 seconds]15:33
-!- besser82 [~besser82@fedora/besser82] has quit [Quit: “Freedom, Friends, Features, First” ---> https://fedoraproject.org]15:35
-!- besser82 [~besser82@fedora/besser82] has joined #shogun15:39
-!- mode/#shogun [+o besser82] by ChanServ15:39
-!- goksinen [~goksinen@rrcs-50-75-193-138.nyc.biz.rr.com] has joined #shogun15:48
-!- goksinen [~goksinen@rrcs-50-75-193-138.nyc.biz.rr.com] has quit [Remote host closed the connection]15:49
-!- goksinen [~goksinen@rrcs-50-75-193-138.nyc.biz.rr.com] has joined #shogun16:12
-!- goksinen [~goksinen@rrcs-50-75-193-138.nyc.biz.rr.com] has quit [Ping timeout: 240 seconds]16:17
-!- goksinen [~goksinen@rrcs-50-75-193-138.nyc.biz.rr.com] has joined #shogun16:21
-!- goksinen [~goksinen@rrcs-50-75-193-138.nyc.biz.rr.com] has quit [Remote host closed the connection]16:22
-!- goksinen [~goksinen@rrcs-50-75-193-138.nyc.biz.rr.com] has joined #shogun16:23
-!- goksinen [~goksinen@rrcs-50-75-193-138.nyc.biz.rr.com] has quit [Remote host closed the connection]16:24
-!- goksinen [~goksinen@rrcs-50-75-193-138.nyc.biz.rr.com] has joined #shogun16:25
-!- goksinen [~goksinen@rrcs-50-75-193-138.nyc.biz.rr.com] has quit [Remote host closed the connection]16:26
-!- goksinen [~goksinen@rrcs-50-75-193-138.nyc.biz.rr.com] has joined #shogun16:27
-!- goksinen [~goksinen@rrcs-50-75-193-138.nyc.biz.rr.com] has quit [Remote host closed the connection]16:28
-!- goksinen [~goksinen@rrcs-50-75-193-138.nyc.biz.rr.com] has joined #shogun16:31
-!- iglesiasg [~iglesiasg@217.119.234.214] has quit [Quit: leaving]16:33
-!- goksinen [~goksinen@rrcs-50-75-193-138.nyc.biz.rr.com] has quit [Ping timeout: 268 seconds]16:37
-!- HeikoS [~heiko@untrust-out.swc.ucl.ac.uk] has quit [Ping timeout: 268 seconds]16:41
-!- goksinen [~goksinen@rrcs-50-75-193-138.nyc.biz.rr.com] has joined #shogun16:42
-!- HeikoS [~heiko@eduroam-int-pat-8-0.ucl.ac.uk] has joined #shogun16:50
-!- mode/#shogun [+o HeikoS] by ChanServ16:50
-!- geektoni [~geektoni@93-34-234-212.ip52.fastwebnet.it] has quit [Quit: Leaving.]16:53
-!- HeikoS [~heiko@eduroam-int-pat-8-0.ucl.ac.uk] has quit [Ping timeout: 260 seconds]17:01
-!- HeikoS [~heiko@eduroam-int-pat-8-0.ucl.ac.uk] has joined #shogun17:11
-!- mode/#shogun [+o HeikoS] by ChanServ17:11
-!- mikeling|brb is now known as mikeling17:17
@sukeyPull Request #3810 "Port HMM to openmp"  synchronized by MikeLing - https://github.com/shogun-toolbox/shogun/pull/381017:32
-!- Ting_ [80f3028f@gateway/web/freenode/ip.128.243.2.143] has joined #shogun17:46
-!- HeikoS [~heiko@eduroam-int-pat-8-0.ucl.ac.uk] has quit [Ping timeout: 240 seconds]17:49
-!- HeikoS [~heiko@untrust-out.swc.ucl.ac.uk] has joined #shogun18:04
-!- mode/#shogun [+o HeikoS] by ChanServ18:04
mikelingHeikoS: ping18:14
@HeikoSmikeling: hi18:15
@HeikoShow are things?18:15
mikelingHeikoS: Hi, could we retrigger the CI for this pr https://github.com/shogun-toolbox/shogun/pull/3812? Due to I found it keeps telling me I need check the formate for commit f101fd9142e0eeeafeaff160456343821c4dcd5a in  https://travis-ci.org/shogun-toolbox/shogun/jobs/232696636#L53118:16
mikeling but the newest commit's  hash actually is f2ec710cbd354d29bd68676d60bf5213a471c7ab18:16
@HeikoSdone18:18
@HeikoSif you sync the PR it should also be triggered18:18
@HeikoSmikeling: does that help?18:18
mikelingAnd I don't know why error shows up like 'generate_gaussians': is not a member of 'shogun::CDataGenerator'  on AppVeyor but actually it actually has generate_gaussians in CDataGenerator http://shogun.ml/api/latest/classshogun_1_1CDataGenerator.html18:19
@HeikoSmaybe it is LAPACK guarded or so?18:20
@HeikoShttp://shogun.ml/api/latest/DataGenerator_8cpp_source.html18:20
@HeikoSit is indeed18:20
mikelingOh! Thank you! I haven't notice that18:21
@HeikoSmikeling: if you want, you could re-write this using linalg or eigen318:21
@HeikoSthen the lapack guard can go18:21
mikelingHeikoS: Sure! I will commit a pr ASAP :)18:22
mikelingthank you for your help18:22
@HeikoSmikeling: cool!18:22
-!- Ting_ [80f3028f@gateway/web/freenode/ip.128.243.2.143] has quit [Ping timeout: 260 seconds]18:29
-!- micmn [uid216702@gateway/web/irccloud.com/x-yaaujrxqdaeracdn] has quit [Quit: Connection closed for inactivity]18:57
-!- geektoni [~geektoni@93-34-234-212.ip52.fastwebnet.it] has joined #shogun18:58
-!- HeikoS [~heiko@untrust-out.swc.ucl.ac.uk] has quit [Ping timeout: 240 seconds]18:58
-!- HeikoS [~heiko@eduroam-int-pat-8-0.ucl.ac.uk] has joined #shogun19:14
-!- mode/#shogun [+o HeikoS] by ChanServ19:14
-!- goksinen [~goksinen@rrcs-50-75-193-138.nyc.biz.rr.com] has quit [Remote host closed the connection]19:32
-!- goksinen [~goksinen@rrcs-50-75-193-138.nyc.biz.rr.com] has joined #shogun19:34
-!- HeikoS [~heiko@eduroam-int-pat-8-0.ucl.ac.uk] has quit [Ping timeout: 246 seconds]20:02
-!- goksinen [~goksinen@rrcs-50-75-193-138.nyc.biz.rr.com] has quit [Remote host closed the connection]20:43
-!- goksinen [~goksinen@rrcs-50-75-193-138.nyc.biz.rr.com] has joined #shogun20:45
-!- geektoni [~geektoni@93-34-234-212.ip52.fastwebnet.it] has left #shogun []21:13
-!- goksinen [~goksinen@rrcs-50-75-193-138.nyc.biz.rr.com] has quit [Remote host closed the connection]21:27
-!- goksinen [~goksinen@rrcs-50-75-193-138.nyc.biz.rr.com] has joined #shogun21:33
-!- goksinen [~goksinen@rrcs-50-75-193-138.nyc.biz.rr.com] has quit [Remote host closed the connection]21:34
-!- goksinen [~goksinen@rrcs-50-75-193-138.nyc.biz.rr.com] has joined #shogun21:39
-!- goksinen [~goksinen@rrcs-50-75-193-138.nyc.biz.rr.com] has quit [Remote host closed the connection]21:40
-!- goksinen [~goksinen@rrcs-50-75-193-138.nyc.biz.rr.com] has joined #shogun21:41
-!- goksinen [~goksinen@rrcs-50-75-193-138.nyc.biz.rr.com] has quit [Remote host closed the connection]21:42
-!- goksinen [~goksinen@rrcs-50-75-193-138.nyc.biz.rr.com] has joined #shogun22:01
-!- goksinen [~goksinen@rrcs-50-75-193-138.nyc.biz.rr.com] has quit [Remote host closed the connection]23:33
-!- goksinen [~goksinen@rrcs-50-75-193-138.nyc.biz.rr.com] has joined #shogun23:34
-!- goksinen [~goksinen@rrcs-50-75-193-138.nyc.biz.rr.com] has quit [Remote host closed the connection]23:45
-!- goksinen [~goksinen@rrcs-50-75-193-138.nyc.biz.rr.com] has joined #shogun23:46
-!- HeikoS [~heiko@host-92-0-178-129.as43234.net] has joined #shogun23:46
-!- mode/#shogun [+o HeikoS] by ChanServ23:46
-!- goksinen [~goksinen@rrcs-50-75-193-138.nyc.biz.rr.com] has quit [Remote host closed the connection]23:55
-!- goksinen [~goksinen@rrcs-50-75-193-138.nyc.biz.rr.com] has joined #shogun23:56
--- Log closed Wed May 17 00:00:33 2017

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