IRC logs of #shogun for Monday, 2017-06-26

--- Log opened Mon Jun 26 00:00:06 2017
--- Day changed Mon Jun 26 2017
@sukey[https://github.com/shogun-toolbox/shogun] Pull Request https://github.com/shogun-toolbox/shogun/pull/3868 opened by OXPHOS00:00
@sukey[https://github.com/shogun-toolbox/shogun] Pull Request https://github.com/shogun-toolbox/shogun/pull/386801:06
@sukey[https://github.com/shogun-toolbox/shogun] Pull Request https://github.com/shogun-toolbox/shogun/pull/386801:07
@sukey[https://github.com/shogun-toolbox/shogun] Pull Request https://github.com/shogun-toolbox/shogun/pull/386801:08
@sukey[https://github.com/shogun-toolbox/shogun] OXPHOS pushed 2 commits:01:08
@sukeyhttps://github.com/shogun-toolbox/shogun/commit/41248f5eb9692b483eeb41c9bddfd16ebc9b406401:08
@sukeyhttps://github.com/shogun-toolbox/shogun/commit/3b7fb110b7527e26ecf45a62223472321e5dd13001:08
@sukey[https://github.com/shogun-toolbox/shogun] Pull Request https://github.com/shogun-toolbox/shogun/pull/3868 merged by OXPHOS01:08
-!- travis-ci [~travis-ci@ec2-54-81-115-191.compute-1.amazonaws.com] has joined #shogun01:58
travis-ciit's Pan Deng / Zora's turn to pay the next round of drinks for the massacre he caused in shogun-toolbox/shogun: https://travis-ci.org/shogun-toolbox/shogun/builds/24690707301:58
-!- travis-ci [~travis-ci@ec2-54-81-115-191.compute-1.amazonaws.com] has left #shogun []01:58
-!- TingMiao [uid229534@gateway/web/irccloud.com/x-dhurootcfzsrcxiz] has quit [Quit: Connection closed for inactivity]02:29
-!- mikeling [uid89706@gateway/web/irccloud.com/x-bgcajvpabljhmppo] has joined #shogun04:06
@wikingmikeling, ping04:13
mikelingpong04:13
@wikingwhere's the notebook? :)04:14
mikelingoh.....04:14
@sukey[https://github.com/shogun-toolbox/shogun] New commit https://github.com/shogun-toolbox/shogun/commit/33516051065f0b6087277fd799fe65a94dddfec0 by vigsterkr04:18
@wikingmikeling, ^ i've cherry-picked this from your repo as this is an urgent fix04:18
mikelingwiking: mmm, what should I do to fix that issue?04:21
@wikingok04:21
@wikingwhich issue?04:21
mikelingI know I shouldn't use sg_rand04:21
@wikingnono it's fine04:21
@wikinghow's your refactor of removing Random going?04:21
@wikingbut first lemme ask couple of things about the first fix you did in that PR04:22
mikelingwiking: here https://github.com/shogun-toolbox/shogun/compare/develop...MikeLing:get_rid_of_sg_rand04:22
@wikingok cool04:23
mikelingIhaven't done yet04:23
@wikingbut first let's see this04:23
@wikingkk04:23
mikelingok04:23
@wikingthat's fine04:23
@wikingbecause i'm not so sure why that thing actually is broken04:23
@wiking:(04:23
@wikingthe notebook04:23
@wikingand why the fix you've pushed actually fixes04:23
@wikingbecause the whole notebook looks very different04:24
mikelingwiking: oh, the problem comes from https://github.com/shogun-toolbox/shogun/pull/3866/files#diff-bed8ef3a8fac6538e8bf88a9365cc948L349, which will init a m_d for both sample and cluster function04:25
mikelingbut04:25
mikelingin here04:25
mikelinghttps://github.com/shogun-toolbox/shogun/pull/3866/files#diff-bed8ef3a8fac6538e8bf88a9365cc948L35904:25
mikelingis not about to calculate the diagonal_vector04:25
mikelingwe need calculate the eigenvectors https://github.com/shogun-toolbox/shogun/pull/3866/files#diff-bed8ef3a8fac6538e8bf88a9365cc948R36004:26
mikelingbut as you can see, it require LAPACK for computing eigenvector, but micmn told me there are some code in his latest patch for computing eigenvector04:27
mikelingBut I believe this pr can been improved after his pr been merged04:28
@wikingyeye04:28
@wikingthat's not the problem04:29
@wikinglemme read what you've written04:29
@wikingso yeah i was checking that04:29
@wikingbut i mean this code has not been touched for years04:29
@wikingand even the last time we generated teh good04:30
@wikingnotebook (see release 6.0.0)04:30
@wikingi think it has to do something with eigen solvers04:30
@wikingbecause btw04:30
@wikingwhy did you remove04:30
@wikingm_d.vector = cov.get_diagonal_vector();04:31
@wikingok wait a second04:32
mikelingwiking: so, it's a totally mistake04:32
@wikingi dont get anything now04:32
mikeling?04:32
@wikingooooooh04:32
@wikingthat was committed by you!04:32
mikelingyeah, that's what I said, totally mistake04:33
@wikingokok04:33
@wikingyeah i see now04:33
@wikingok so couple of things now04:34
@wikinglemme see the commit before that04:34
@wikingjust to understand what's happened there04:34
@wikingmikeling, please use FIXME/TODO04:35
@wikingfor example in this fix04:35
@wikingfor the compute_eigenvectors04:35
@wikingthose things should be FIXME04:35
@wikingso one day when linalg is fixed and merged04:35
@wikingwe can just replace there things04:35
@wikingbtw there only one more thing a problem :DDD04:35
@wikinghow the hell04:35
@wikingthis did not break any unit tests04:36
@wikingand couple of more thign04:36
mikelingI really don't know it either, maybe it's because we don't have GMM unit in the first place04:36
@wikingmmm but this is not even about GMM04:37
@wikingit's more about more fundamental04:37
@wikingGaussian :)04:37
@wikinganyhow04:38
@wikinglemme see one more thign04:38
@wikinghttps://github.com/MikeLing/shogun/blob/59ce2126588a2396a386d320da3697f6011e6436/src/shogun/distributions/Gaussian.cpp#L200-L20104:40
@wikingisn't this linalg::scale ?04:40
@wikingsame as04:41
@wikinghttps://github.com/MikeLing/shogun/blob/59ce2126588a2396a386d320da3697f6011e6436/src/shogun/distributions/Gaussian.cpp#L212-L21304:41
@wikinghttps://github.com/MikeLing/shogun/blob/59ce2126588a2396a386d320da3697f6011e6436/src/shogun/distributions/Gaussian.cpp#L237-L23804:41
@wikingis linalg::add ?04:42
mikelingwiking: oh, I haven't change anything except fix the broken GMM04:42
@wikingyes04:42
mikelingI will commit another pr04:42
@wikingbut while you are fixing the broken part04:42
@wiking:)04:42
@wikingcan you add these as well04:43
@wikingplz04:43
mikelingsure04:43
-!- travis-ci [~travis-ci@ec2-54-167-232-241.compute-1.amazonaws.com] has joined #shogun04:43
travis-ciit's MikeLing's turn to pay the next round of drinks for the massacre he caused in shogun-toolbox/shogun: https://travis-ci.org/shogun-toolbox/shogun/builds/24693680104:43
-!- travis-ci [~travis-ci@ec2-54-167-232-241.compute-1.amazonaws.com] has left #shogun []04:43
@wikingit's just couple of lines04:43
mikelingI will do it right away :)04:43
@wikingok04:44
@wikingthnx04:44
@wikingi'm checking now your random thing04:44
@wikingmikeling, instead of CRandom* m_rng = new CRandom();04:45
@wikinguse04:45
@wikingmmm04:45
@wikingnevermind04:45
@wikingwe'll do that some other pr04:45
@wiking;)04:45
mikelingok04:46
@wikingmikeling, ok great! this is getting fine :)04:46
@wikingmikeling, i'll open a feature branch04:46
@wikingwe'll do this there04:46
@wikingas it's a huge change on the end04:46
mikelingyeah, couple of things need recheck before I push it04:47
@sukey[https://github.com/shogun-toolbox/shogun] New branch feature/random-refactor created04:47
@wikingmikeling, feature/random-refactor04:47
@wikingso use this for PR04:47
@wikingwhen you send the PR04:47
@wikingokok cool04:47
mikelingok, I will keep that in mind04:47
@wikingwe will not merge it directly into develop04:47
@wikingbut rather that feature branch04:48
@wikingso if not everything 100% is fine04:48
@wikingwe'll do all those checks and fixes still in the branch04:48
@wikingmikeling, lets get the quickfix for04:48
@wikingGaussian04:48
@wiking;)04:48
@sukey[https://github.com/shogun-toolbox/shogun] Issue https://github.com/shogun-toolbox/shogun/issues/3869 assigned to: karlnapf by vigsterkr05:09
@sukey[https://github.com/shogun-toolbox/shogun] Issue https://github.com/shogun-toolbox/shogun/issues/3869 assigned to: karlnapf by vigsterkr05:09
@sukey[https://github.com/shogun-toolbox/shogun] Issue https://github.com/shogun-toolbox/shogun/issues/3869 vigsterkr added label: "bugfixing"05:09
@sukey[https://github.com/shogun-toolbox/shogun] Issue https://github.com/shogun-toolbox/shogun/issues/3869 opened by vigsterkr05:09
@sukey[https://github.com/shogun-toolbox/shogun] Issue https://github.com/shogun-toolbox/shogun/issues/3869 vigsterkr added label: "BUG"05:09
-!- travis-ci [~travis-ci@ec2-54-167-232-241.compute-1.amazonaws.com] has joined #shogun05:10
travis-ciit's MikeLing's turn to pay the next round of drinks for the massacre he caused in shogun-toolbox/shogun: https://travis-ci.org/shogun-toolbox/shogun/builds/24694104405:10
-!- travis-ci [~travis-ci@ec2-54-167-232-241.compute-1.amazonaws.com] has left #shogun []05:10
@sukey[https://github.com/shogun-toolbox/shogun] Issue https://github.com/shogun-toolbox/shogun/issues/3870 opened by vigsterkr05:11
@sukey[https://github.com/shogun-toolbox/shogun] Issue https://github.com/shogun-toolbox/shogun/issues/3870 assigned to: karlnapf by vigsterkr05:11
@sukey[https://github.com/shogun-toolbox/shogun] Issue https://github.com/shogun-toolbox/shogun/issues/3870 assigned to: karlnapf by vigsterkr05:11
@sukey[https://github.com/shogun-toolbox/shogun] Issue https://github.com/shogun-toolbox/shogun/issues/3870 vigsterkr added label: "bugfixing"05:11
@sukey[https://github.com/shogun-toolbox/shogun] Issue https://github.com/shogun-toolbox/shogun/issues/3870 vigsterkr added label: "BUG"05:11
@sukey[https://github.com/shogun-toolbox/shogun] Issue https://github.com/shogun-toolbox/shogun/issues/3871 vigsterkr added label: "bugfixing"05:12
@sukey[https://github.com/shogun-toolbox/shogun] Issue https://github.com/shogun-toolbox/shogun/issues/3871 opened by vigsterkr05:12
@sukey[https://github.com/shogun-toolbox/shogun] Issue https://github.com/shogun-toolbox/shogun/issues/3871 vigsterkr added label: "BUG"05:12
@sukey[https://github.com/shogun-toolbox/shogun] Issue https://github.com/shogun-toolbox/shogun/issues/3870 vigsterkr added label: "arm64"05:15
@sukey[https://github.com/shogun-toolbox/shogun] Issue https://github.com/shogun-toolbox/shogun/issues/3871 vigsterkr added label: "arm64"05:15
@sukey[https://github.com/shogun-toolbox/shogun] Issue https://github.com/shogun-toolbox/shogun/issues/3869 vigsterkr added label: "arm64"05:15
@sukey[https://github.com/shogun-toolbox/shogun] Issue https://github.com/shogun-toolbox/shogun/issues/3872 vigsterkr added label: "BUG"05:16
@sukey[https://github.com/shogun-toolbox/shogun] Issue https://github.com/shogun-toolbox/shogun/issues/3872 vigsterkr added label: "arm64"05:16
@sukey[https://github.com/shogun-toolbox/shogun] Issue https://github.com/shogun-toolbox/shogun/issues/3872 vigsterkr added label: "bugfixing"05:16
@sukey[https://github.com/shogun-toolbox/shogun] Issue https://github.com/shogun-toolbox/shogun/issues/3872 opened by vigsterkr05:16
@sukey[https://github.com/shogun-toolbox/shogun] Issue https://github.com/shogun-toolbox/shogun/issues/3873 vigsterkr added label: "arm64"05:17
@sukey[https://github.com/shogun-toolbox/shogun] Issue https://github.com/shogun-toolbox/shogun/issues/3873 vigsterkr added label: "BUG"05:17
@sukey[https://github.com/shogun-toolbox/shogun] Issue https://github.com/shogun-toolbox/shogun/issues/3873 opened by vigsterkr05:17
@sukey[https://github.com/shogun-toolbox/shogun] Issue https://github.com/shogun-toolbox/shogun/issues/3873 vigsterkr added label: "bugfixing"05:17
@sukey[https://github.com/shogun-toolbox/shogun] Issue https://github.com/shogun-toolbox/shogun/issues/3874 vigsterkr added label: "arm64"05:18
@sukey[https://github.com/shogun-toolbox/shogun] Issue https://github.com/shogun-toolbox/shogun/issues/3874 vigsterkr added label: "BUG"05:18
@sukey[https://github.com/shogun-toolbox/shogun] Issue https://github.com/shogun-toolbox/shogun/issues/3874 vigsterkr added label: "bugfixing"05:18
@sukey[https://github.com/shogun-toolbox/shogun] Issue https://github.com/shogun-toolbox/shogun/issues/3874 opened by vigsterkr05:18
@sukey[https://github.com/shogun-toolbox/shogun] Issue https://github.com/shogun-toolbox/shogun/issues/3861 vigsterkr added label: "memory problems"05:19
@sukey[https://github.com/shogun-toolbox/shogun] Issue https://github.com/shogun-toolbox/shogun/issues/3862 vigsterkr added label: "memory problems"05:19
@wikingok05:20
@wikingso some bugs from yesterday :)))05:20
@sukey[https://github.com/shogun-toolbox/shogun] Pull Request https://github.com/shogun-toolbox/shogun/pull/3866 synchronized by MikeLing05:35
@wikingmikeling, great i guess this will pass anyways as we dont have a test for it :)05:40
@wikingmikeling, if it's not much to ask can you test just in case the notebook? :)05:40
@sukey[https://github.com/shogun-toolbox/shogun] Pull Request https://github.com/shogun-toolbox/shogun/pull/3866 synchronized by MikeLing05:44
mikelingwiking: np, let me check it on notebook05:44
@wikingthnx a lot05:44
mikelingwiking: here is the notebook I got https://gist.github.com/MikeLing/4a3c48bfa399d48cedae2c36506611f705:52
@wikingok great05:52
@wikinglets get the CIs green (they will be definitely) and then i merge this05:53
mikelingok, then I will update the GMM pr and ask review05:53
@wikingk05:58
@sukey[https://github.com/shogun-toolbox/shogun] New commit https://github.com/shogun-toolbox/shogun/commit/adc2b2a91271035943d117dd236e6236aa48e284 by vigsterkr06:22
@sukey[https://github.com/shogun-toolbox/shogun] New commit https://github.com/shogun-toolbox/shogun/commit/682f5c98123125dcd030f7f3356a082dd37052ff by vigsterkr06:25
@sukey[https://github.com/shogun-toolbox/shogun] Pull Request https://github.com/shogun-toolbox/shogun/pull/3866 merged by vigsterkr06:34
@sukey[https://github.com/shogun-toolbox/shogun] vigsterkr pushed 2 commits:06:34
@sukeyhttps://github.com/shogun-toolbox/shogun/commit/3d10b8659bbb45e78743431b8b0509db6ca25a3b06:34
@sukeyhttps://github.com/shogun-toolbox/shogun/commit/5dd841a71362987c09b7e01866838eff8614036106:34
@sukey[https://github.com/shogun-toolbox/shogun] New commit https://github.com/shogun-toolbox/shogun/commit/94e04c23137b39c49eb0b8cf6174d85ff1595ece by vigsterkr06:39
@sukey[https://github.com/shogun-toolbox/shogun] Pull Request https://github.com/shogun-toolbox/shogun/pull/3867 synchronized by OXPHOS06:43
-!- geektoni [~geektoni@93-34-234-212.ip52.fastwebnet.it] has joined #shogun08:57
-!- iglesiasg [~iglesiasg@217.119.234.214] has joined #shogun09:23
-!- mode/#shogun [+o iglesiasg] by ChanServ09:23
shogun-buildbotbuild #85 of nightly_all is complete: Success [build successful]  Build details are at http://buildbot.shogun-toolbox.org/builders/nightly_all/builds/8509:30
shogun-buildbotbuild #251 of deb1 - libshogun is complete: Success [build successful]  Build details are at http://buildbot.shogun-toolbox.org/builders/deb1%20-%20libshogun/builds/25109:33
@sukey[https://github.com/shogun-toolbox/shogun] New commit https://github.com/shogun-toolbox/shogun/commit/efe5831f35339e265caa5d3c042563237ae90492 by vigsterkr09:51
shogun-buildbotbuild #183 of FC23 - libshogun is complete: Success [build successful]  Build details are at http://buildbot.shogun-toolbox.org/builders/FC23%20-%20libshogun/builds/18310:14
@sukey[https://github.com/shogun-toolbox/shogun] Pull Request https://github.com/shogun-toolbox/shogun/pull/3865 synchronized by micmn10:25
@sukey[https://github.com/shogun-toolbox/shogun] Pull Request https://github.com/shogun-toolbox/shogun/pull/3859 synchronized by MikeLing10:50
@sukey[https://github.com/shogun-toolbox/shogun] Pull Request https://github.com/shogun-toolbox/shogun/pull/3875 opened by geektoni11:06
@wikingmicmn, i reckon the problem is that you've put set_const_impl implementation in a cpp but you dont instantiate them within Misc.cpp thus they are never triggered to be 'created' for all those types ....11:20
@wikingsee for example the story with11:20
@wikingmicmn, https://github.com/shogun-toolbox/shogun/blob/develop/src/shogun/features/DenseFeatures.cpp#L1093-L110511:20
@wikingit's a shit though :P11:21
@wikingbut works11:21
micmnbut isnt't this the purpose of define_for_all_ptype?11:21
@wikingah you mean11:24
@wikingvoid LinalgBackendEigen::set_const11:24
@wikingi wonder if that's triggered11:24
@wikingthe only way to figure out is checking11:24
@wiking-E output of that .cpp11:25
@wikingbut i mean11:25
@wikingshogun-buildbot: force build --branch=develop 'nightly jessie deb'11:35
shogun-buildbotbuild #74 forced11:35
shogun-buildbotI'll give a shout when the build finishes11:35
shogun-buildbotbuild #74 of nightly jessie deb is complete: Success [build successful]  Build details are at http://buildbot.shogun-toolbox.org/builders/nightly%20jessie%20deb/builds/7411:36
-!- iglesiasg [~iglesiasg@217.119.234.214] has quit [Ping timeout: 240 seconds]11:37
micmnwiking: I don't understand because on MSVC compiles and on my laptop too11:38
@wikingyeah11:38
@wikingthat's a good question11:38
@wikingdunno what's the diff11:38
-!- iglesiasg [~iglesiasg@217.119.234.214] has joined #shogun11:39
-!- mode/#shogun [+o iglesiasg] by ChanServ11:40
-!- iglesiasg [~iglesiasg@217.119.234.214] has quit [Ping timeout: 260 seconds]12:14
-!- iglesiasg [~iglesiasg@217.119.234.214] has joined #shogun12:15
-!- mode/#shogun [+o iglesiasg] by ChanServ12:15
-!- geektoni [~geektoni@93-34-234-212.ip52.fastwebnet.it] has quit [Quit: Leaving.]12:57
-!- shogun-buildbot [~shogun-bu@7nn.de] has quit [Quit: buildmaster reconfigured: bot disconnecting]13:12
lisitsynhey13:19
@iglesiasghello hello13:30
-!- shogun-buildbot [~shogun-bu@7nn.de] has joined #shogun13:35
@wikingboom13:36
@wikingtwistd.log13:36
@wikingno13:36
@wikingbooom13:36
@wikinghttp://buildbot.shogun-toolbox.org/#/13:36
@wiking:_)13:36
@wikingbut it seems not the best atm13:37
@wikingyet13:37
-!- shogun-buildbot [~shogun-bu@7nn.de] has quit [Remote host closed the connection]13:41
-!- shogun-buildbot [~shogun-bu@7nn.de] has joined #shogun13:41
@wikingshogun-buildbot: dance13:45
-shogun-buildbot:#shogun- <(^.^<)13:45
-shogun-buildbot:#shogun- <(^.^)>13:45
-shogun-buildbot:#shogun- (>^.^)>13:45
-shogun-buildbot:#shogun- (7^.^)713:45
-shogun-buildbot:#shogun- (>^.^<)13:45
@wikingshogun-buildbot: force build --branch=develop 'bsd1 - libshogun'13:45
micmnwoohoo13:47
-!- Trixis [~Trixis@unaffiliated/trixis] has joined #shogun13:48
@wikingok almost13:57
@wikingfucking pound.cfg13:57
@wikingnot really websocket ready13:57
@sukey[https://github.com/shogun-toolbox/shogun] Pull Request https://github.com/shogun-toolbox/shogun/pull/3876 opened by MikeLing13:59
TrixisHi, do i understand it correctly that if i'm using CombinedKernel with CombinedFeatures, then the ith-kernel gets supplied data from the feature at index i?14:01
-!- shogun-buildbot [~shogun-bu@7nn.de] has quit [Remote host closed the connection]14:05
-!- shogun-buildbot [~shogun-bu@7nn.de] has joined #shogun14:08
-!- shogun-buildbot [~shogun-bu@7nn.de] has quit [Remote host closed the connection]14:09
-!- shogun-buildbot [~shogun-bu@7nn.de] has joined #shogun14:10
@wikingyes14:16
Trixischeers14:20
-!- shogun-buildbot [~shogun-bu@7nn.de] has quit [Remote host closed the connection]14:21
-!- shogun-buildbot [~shogun-bu@7nn.de] has joined #shogun14:22
-!- shogun-buildbot [~shogun-bu@7nn.de] has quit [Remote host closed the connection]14:26
-!- shogun-buildbot [~shogun-bu@7nn.de] has joined #shogun14:28
-!- shogun-buildbot [~shogun-bu@7nn.de] has quit [Remote host closed the connection]14:29
-!- shogun-buildbot [~shogun-bu@7nn.de] has joined #shogun14:29
@wikingfor the time being14:29
@wikinghttp://buildbot.shogun-toolbox.org:8080/#/14:29
@wikinginstead of http://buildbot.shogun-toolbox.org/14:29
@wikingsorry14:29
@wikingshogun-buildbot: force build --branch=develop 'trusty - libshogun'14:30
@sukey[https://github.com/shogun-toolbox/shogun] Pull Request https://github.com/shogun-toolbox/shogun/pull/3865 synchronized by micmn14:33
@wikinglisitsyn, check out the new buildbot console :)14:34
@wikingwebsocket and everything :)14:35
-!- geektoni [~geektoni@93-34-234-212.ip52.fastwebnet.it] has joined #shogun14:43
-!- rohan_ [0e8b5206@gateway/web/freenode/ip.14.139.82.6] has joined #shogun15:09
-!- rohan_ [0e8b5206@gateway/web/freenode/ip.14.139.82.6] has quit [Client Quit]15:09
@wikingmicmn, seems the last patch did the job :)15:13
@wikingonce appveyor finishes ill merge it into develop15:14
micmnwiking: the problem was that set_const_impl() was called by another linalg method15:19
micmnimplemented in another file15:19
micmnand with optimization turned on15:20
micmnset_const_impl() was inlined15:20
@wiking:)15:20
@sukey[https://github.com/shogun-toolbox/shogun] Pull Request https://github.com/shogun-toolbox/shogun/pull/3865 merged by vigsterkr15:21
@wikingmerging15:21
@sukey[https://github.com/shogun-toolbox/shogun] vigsterkr pushed 2 commits:15:21
@wiking:)15:21
@sukeyhttps://github.com/shogun-toolbox/shogun/commit/060a064d0edf526a0e836ea90cc2e7ae8af7c31915:21
@sukeyhttps://github.com/shogun-toolbox/shogun/commit/5a2d6e1a177a6a788601c85af9ee935e17d8200d15:21
micmnso we should not call _impl() methods15:21
micmnok let's rebase linalg ops then...15:22
@wikingmicmn, \o/15:25
-!- TingMiao [uid229534@gateway/web/irccloud.com/x-rmsborwrdaqfxwuv] has joined #shogun15:30
-!- shogun-buildbot [~shogun-bu@7nn.de] has quit [Remote host closed the connection]15:32
-!- shogun-buildbot [~shogun-bu@7nn.de] has joined #shogun15:32
micmnwiking: no not yet :P15:35
micmnI think that we should also remove _impl() declarations from LinalgBackendEigen.h15:36
-!- shogun-buildbot [~shogun-bu@7nn.de] has quit [Remote host closed the connection]15:36
micmnso we don't get this problem anymore15:36
-!- shogun-buildbot [~shogun-bu@7nn.de] has joined #shogun15:36
@sukey[https://github.com/shogun-toolbox/shogun] Pull Request https://github.com/shogun-toolbox/shogun/pull/3857 synchronized by MikeLing15:39
-!- shogun-buildbot [~shogun-bu@7nn.de] has quit [Remote host closed the connection]15:58
-!- shogun-buildbot [~shogun-bu@7nn.de] has joined #shogun15:58
-!- shogun-buildbot [~shogun-bu@7nn.de] has quit [Remote host closed the connection]16:00
-!- shogun-buildbot [~shogun-bu@7nn.de] has joined #shogun16:02
-!- shogun-buildbot [~shogun-bu@7nn.de] has quit [Remote host closed the connection]16:02
-!- shogun-buildbot [~shogun-bu@7nn.de] has joined #shogun16:03
-!- shogun-buildbot [~shogun-bu@7nn.de] has quit [Remote host closed the connection]16:04
-!- shogun-buildbot [~shogun-bu@7nn.de] has joined #shogun16:04
@sukey[https://github.com/shogun-toolbox/shogun] Pull Request https://github.com/shogun-toolbox/shogun/pull/3875 merged by vigsterkr16:07
@sukey[https://github.com/shogun-toolbox/shogun] vigsterkr pushed 2 commits:16:08
@sukeyhttps://github.com/shogun-toolbox/shogun/commit/aaf36e446bf21ecd22913bd46c2404f149fbcff416:08
@sukeyhttps://github.com/shogun-toolbox/shogun/commit/fe60e6a128a9c45e92497cbd0e8a10b14eb0556016:09
@wiking?:)16:12
@sukey[https://github.com/shogun-toolbox/shogun] Pull Request https://github.com/shogun-toolbox/shogun/pull/3867 synchronized by OXPHOS16:15
lisitsyngeektoni: hey16:35
lisitsyngeektoni: wiking told me to tell you that "yield" is a good name :)16:36
@wiking:)16:36
@wikingmotherfucker :)16:36
@wikinggeektoni, it's about computation_controller16:36
lisitsynyeahyah16:38
lisitsyn:)16:38
lisitsyngeektoni: yeah so this operation of giving some time to the controller is like 'yield' in co-op multitasking16:39
geektonilisitsyn, wiking: didn't understand what happened but ok lol anyway, I can change it since it is also significantly shorter.16:57
-!- shogun-buildbot [~shogun-bu@7nn.de] has quit [Remote host closed the connection]17:12
-!- shogun-buildbot [~shogun-bu@7nn.de] has joined #shogun17:12
-!- shogun-buildbot [~shogun-bu@7nn.de] has quit [Remote host closed the connection]17:12
-!- shogun-buildbot [~shogun-bu@7nn.de] has joined #shogun17:16
-!- shogun-buildbot [~shogun-bu@7nn.de] has quit [Remote host closed the connection]17:17
-!- shogun-buildbot [~shogun-bu@7nn.de] has joined #shogun17:17
-!- shogun-buildbot [~shogun-bu@7nn.de] has quit [Remote host closed the connection]17:17
-!- shogun-buildbot [~shogun-bu@7nn.de] has joined #shogun17:17
-!- shogun-buildbot [~shogun-bu@7nn.de] has quit [Remote host closed the connection]17:21
@sukey[https://github.com/shogun-toolbox/shogun] Pull Request https://github.com/shogun-toolbox/shogun/pull/3843 synchronized by micmn17:22
-!- shogun-buildbot [~shogun-bu@7nn.de] has joined #shogun17:38
-!- Trixis [~Trixis@unaffiliated/trixis] has quit [Quit: ZNC 1.6.5 - http://znc.in]17:48
-!- Trixis [~Trixis@unaffiliated/trixis] has joined #shogun18:01
rcurtinwiking: micmn: I have been trying to apply the Process() fix from lda.py (for the mlpack benchmarking system) to other files, but it is still hanging... could one of you guys be so kind as to take a look and help me sort out the issue? :)18:40
-!- HeikoS [~heiko@untrust-out.swc.ucl.ac.uk] has joined #shogun18:40
-!- mode/#shogun [+o HeikoS] by ChanServ18:40
@wikingrcurtin, openmp vs fork18:41
@wiking:d18:41
@wikingrcurtin, but are we sure that you are hanging because of that?18:41
@wikingrcurtin, gdb says...?18:41
@wikingbtw make sure that no shogun function has been called prior the fork18:42
rcurtinso I basically copied the strategy in lda.py and tried to apply it to logistic_regression.py18:42
@HeikoSwiking: you joining the meeting?18:42
rcurtinI am actually not the biggest python expert so I am not sure what gdb, etc. says18:42
rcurtinbut I am stepping out to dinner now... how about I post some code after I get back and you can take a glance?18:43
@wikingHeikoS, y18:45
@HeikoSwiking: ok I have created a hangout group18:45
@wikingrcurtin, sure but probably i'm gonna be sleeping already... micmn though could help you in the next hours18:45
@HeikoSlisitsyn:  you joining?18:46
@HeikoSwiking: you see the group?18:47
@wikingwheere? :18:47
@wiking:D18:47
rcurtinwiking: sounds good, I'll just leave a message and then ping you tomorrow about it unless I hear from micmn18:48
rcurtinthanks!18:48
@wikingah yeah HeikoS18:48
@HeikoSwiking: we started18:48
@HeikoSwiking: come on join!18:49
@wikingk18:49
@wikingi guess safari18:49
@wiking:D18:49
@HeikoShangout18:50
@HeikoSyou coming or what?18:50
@wikingHeikoS, was trying... fucking google vs firefox18:52
@wikingso its not easy in 201718:52
@wikingtrying to use web18:52
@HeikoSwiking: :D18:53
@wikingi was almost sleeping18:54
@wikingso now i'm just on autopilot18:54
@wikinggeektoni, so19:03
geektoniwiking: I'm here19:03
@wikinggeektoni, so19:05
@wikingdo it!19:05
@wikingwhere is my observable :D19:05
geektoniobservable? :P wasn't the macro name that has to be changed?19:07
@wikingmicmn, figers crossed.... it's already compiling the unit tests19:07
@wikinggeektoni, hahah tha'ts like 2 seconds19:07
micmn:ppp19:07
@wikingi want TB!19:07
@wikinggiiiiiiiiiiiiimeeeeeeeeeeeeeeeeeee TB19:07
geektoniwiking: ahaha ok, got it19:07
@wikingit's 201719:07
@wikingi have19:07
@wikingexactly 3 different browsers19:07
@wikingopen on my machine19:07
@wikingit's nice to see that software has not got better19:07
@wikingonly hardware19:08
@wikingso one can actually run several browsers in parallel19:08
geektoniwiking: still fighting with hangouts? ;)19:08
@wikinggeektoni, nono that's why i've opened the 3rd browsers19:08
@wiking*browsr19:08
@wikingso bravo!19:08
geektonilol19:09
geektonibtw19:09
@wikingtensorBLOW19:10
@wiking:)19:10
micmnwhy travis takes 45 min? :(19:10
micmnwasn't yesterday ~5min19:10
@wikingmicmn, mmm some weird shit with the ccache19:11
@wiking:(19:11
@wikingdont exactly understand WTF19:11
@wikingmicmn, ask travis ppl19:11
@wikingmaybe they know the magic solution to this19:11
micmnbuy subscription19:12
geektoniwiking: I spent this afternoon studying Tensorboard to see how it works and how works also the TF C++ interface.19:12
@wikinggeektoni, forget that19:13
@wiking:)19:13
@wikingyou dont give a shit about that19:13
@wikingi'll make that happen for you19:13
micmnsuccessssssssssssssssss19:13
@wikinggeektoni,i'll get you the serialization of the format19:14
@wikinggeektoni, okie/19:15
@wiking?19:15
@wikinggeektoni, just create an interface19:15
@wikingthat we've agreed on19:15
geektoniyes it's ok. I'm a bit tired today :P19:16
@wikingno worries19:16
@wikingcoffee++19:16
@wikingand more19:16
geektoninot 100% functional19:16
@wikingand you can do it19:16
@wiking:)19:16
-!- mikeling [uid89706@gateway/web/irccloud.com/x-bgcajvpabljhmppo] has quit [Quit: Connection closed for inactivity]19:16
geektoniI guess I'll follow your advice ;)19:16
@wikingcoffee?19:18
@wikingyes yes19:18
@wikingdo it!19:19
@wikinghttps://www.youtube.com/watch?v=ZXsQAXx_ao019:19
@wikingwe need to put in the background19:22
@wikingshogun code19:22
@wikinglemme see if there's a tool for that19:22
@wikingmicmn, seems travis just died19:37
@wiking:D19:37
@wikingmicmn,  Partially Degraded Service Refreshed less than 1 minute ago19:37
@wiking:DDDDDDDDDDDDDDDDDDDDD19:37
micmnstill linalg fault...19:38
@wikingmicmn, you broke TRAVIS!19:39
@wikingwith linalg!!!19:39
micmnXD19:39
@wikingmicmn, it seems all cool19:39
@wikingonly 2 builds are missing19:39
@wikingbut those are waiting to be run19:39
@wikingas travis broke19:39
@wikingbut it's octave and modular interface19:39
@wikingif all the others are green19:40
@wikingthat's green as well19:40
-!- geektoni [~geektoni@93-34-234-212.ip52.fastwebnet.it] has quit [Ping timeout: 240 seconds]20:01
@sukey[https://github.com/shogun-toolbox/shogun] New commit https://github.com/shogun-toolbox/shogun/commit/93ec3aeaf4810e693ede0f2b230efa48dcf7be52 by OXPHOS20:45
-!- Trixis [~Trixis@unaffiliated/trixis] has quit [Quit: ZNC 1.6.5 - http://znc.in]20:54
-!- Trixis [~Trixis@unaffiliated/trixis] has joined #shogun20:56
-!- ChanServ [ChanServ@services.] has quit [shutting down]21:33
-!- geektoni [~geektoni@93-34-234-212.ip52.fastwebnet.it] has joined #shogun21:35
-!- ChanServ [ChanServ@services.] has joined #shogun21:38
-!- ServerMode/#shogun [+o ChanServ] by card.freenode.net21:38
-!- geektoni [~geektoni@93-34-234-212.ip52.fastwebnet.it] has quit [Quit: Leaving.]22:18
-!- geektoni [~geektoni@93-34-234-212.ip52.fastwebnet.it] has joined #shogun22:18
@sukey[https://github.com/shogun-toolbox/shogun] Pull Request https://github.com/shogun-toolbox/shogun/pull/3867 closed by OXPHOS22:23
-!- HeikoS [~heiko@untrust-out.swc.ucl.ac.uk] has quit [Quit: Leaving.]22:34
-!- geektoni [~geektoni@93-34-234-212.ip52.fastwebnet.it] has quit [Quit: Leaving.]22:52
rcurtinwiking: micmn: https://gist.github.com/rcurtin/d3e08dc28a715d326dc60496295f660923:44
rcurtinthat's the logistic_regression.py file I am using to benchmark shogun as a separate process, but it still hangs23:44
rcurtinI haven't had a chance to debug it too in depth yet, but please let me know if you see anything obvious that is wrong23:45
--- Log closed Tue Jun 27 00:00:30 2017

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