IRC logs of #shogun for Friday, 2015-06-19

--- Log opened Fri Jun 19 00:00:15 2015
-!- shaochuan [~shaochuan@c-50-184-81-180.hsd1.ca.comcast.net] has joined #shogun01:34
-!- shaochuan [~shaochuan@c-50-184-81-180.hsd1.ca.comcast.net] has quit [Ping timeout: 245 seconds]01:39
-!- shaochuan [~shaochuan@2601:647:4600:fac5:d4c6:dd89:65ac:c3f9] has joined #shogun06:38
-!- shaochuan [~shaochuan@2601:647:4600:fac5:d4c6:dd89:65ac:c3f9] has quit [Ping timeout: 265 seconds]06:43
-!- shogun-notifier- [~irker@7nn.de] has joined #shogun08:34
shogun-notifier-shogun-data: Bj?rn Esser :revert-76-master * 6f73a85 / testsuite/python2-tests/ (2 files): https://github.com/shogun-toolbox/shogun-data/commit/6f73a85fead952f3da588d4acf78560504f2ecca08:34
shogun-notifier-shogun-data: Revert "add the mkl regression files"08:34
shogun-notifier-shogun-data: Bj?rn Esser :master * 6f73a85 / testsuite/python2-tests/ (2 files): https://github.com/shogun-toolbox/shogun-data/commit/6f73a85fead952f3da588d4acf78560504f2ecca08:36
shogun-notifier-shogun-data: Revert "add the mkl regression files"08:36
shogun-notifier-shogun-data: Bj?rn Esser :master * 5d918dc / testsuite/python2-tests/ (2 files): https://github.com/shogun-toolbox/shogun-data/commit/5d918dc151219169bb660dc69b8ba061fd93dd9708:36
shogun-notifier-shogun-data: Merge pull request #78 from shogun-toolbox/revert-76-master08:36
shogun-notifier-shogun-data:08:36
shogun-notifier-shogun-data: Revert "add the mkl regression files"08:36
shogun-notifier-shogun-data: yorker :master * 71f72ad / testsuite/ (41 files): https://github.com/shogun-toolbox/shogun-data/commit/71f72ada58e005dc83f44a29fb2f2992059ac8a308:42
shogun-notifier-shogun-data: update the data08:42
shogun-notifier-shogun-data: Bj?rn Esser :master * 7e6bd50 / testsuite/ (41 files): https://github.com/shogun-toolbox/shogun-data/commit/7e6bd506fc21662b0b59a0710acda01d2f7729b708:42
shogun-notifier-shogun-data: Merge pull request #77 from yorkerlin/master08:42
shogun-notifier-shogun-data:08:42
shogun-notifier-shogun-data: update the data08:42
alcedineWhy are the globals reference counted?09:57
lisitsynwhat globals?09:57
alcedinesg_io, sg_parallel, etc.09:58
lisitsynah09:59
lisitsynyou mean they are here forever so why bother counting?10:00
alcedineWell, they are there until their reference count drops to zero, I presume. In particular, they may persist past shogun_exit().10:00
lisitsynhmm yeah10:02
alcedineErr, exit_shogun(0.10:02
alcedine(apologies if it's obvious with deeper insight into the way Shogun works, I'm just getting familiar with the source.)10:02
lisitsynexit_shogun unrefs sg_math etc10:03
lisitsynso they are gone on exit as well10:03
lisitsynalcedine: if you wondered whether there is some bug with free'ing globals I think it should be ok10:04
lisitsynbut reference counting covers some crazy use case10:05
lisitsynas if you change some global variable on the go10:05
alcedineWell, CSGObject::CSGObject() calls CSGObject::set_global_objects() which SG_REF's sg_io, sg_parallel and sg_version. Doesn't that mean that exit_shogun() only destroys the globals if all SGObjects have been destroyed?10:08
lisitsynyes10:16
lisitsynif any sgobject persists but exit_shogun is called it could be treated wrong10:16
lisitsynlike memory leak10:17
alcedineI don't think it would leak, since ~CSGObject() SG_UNREF's them. But it does have bearing on the program state on exit_shogun().10:19
lisitsynyeah kind of dangerous10:21
shogun-notifier-shogun: Wu Lin :develop * e54d35f / src/shogun/machine/gp/SingleFITCLaplacianBase.cpp: https://github.com/shogun-toolbox/shogun/commit/e54d35fe0bdffe8cc8c4a6719b62ec8b6f37f44711:24
shogun-notifier-shogun: fixed a bug in Coverity Scan11:24
shogun-notifier-shogun: Heiko Strathmann :develop * 832891b / src/shogun/machine/gp/SingleFITCLaplacianBase.cpp: https://github.com/shogun-toolbox/shogun/commit/832891bef738c9478182b2d3c1ff557e9a171d5c11:24
shogun-notifier-shogun: Merge pull request #2856 from yorkerlin/bugfixone11:24
shogun-notifier-shogun:11:24
shogun-notifier-shogun: fixed a bug in Coverity Scan11:24
shogun-buildbotbuild #2698 of bsd1 - libshogun is complete: Failure [failed compile]  Build details are at http://buildbot.shogun-toolbox.org/builders/bsd1%20-%20libshogun/builds/2698  blamelist: Heiko Strathmann <heiko.strathmann@gmail.com>, Wu Lin <yorker.lin@gmail.com>11:29
shogun-buildbotbuild #1033 of FCRH - libshogun is complete: Failure [failed compile]  Build details are at http://buildbot.shogun-toolbox.org/builders/FCRH%20-%20libshogun/builds/1033  blamelist: Heiko Strathmann <heiko.strathmann@gmail.com>, Wu Lin <yorker.lin@gmail.com>11:29
shogun-buildbotbuild #1008 of precise - libshogun is complete: Failure [failed compile]  Build details are at http://buildbot.shogun-toolbox.org/builders/precise%20-%20libshogun/builds/1008  blamelist: Heiko Strathmann <heiko.strathmann@gmail.com>, Wu Lin <yorker.lin@gmail.com>11:31
shogun-buildbotbuild #18 of FC22 - libshogun is complete: Failure [failed test]  Build details are at http://buildbot.shogun-toolbox.org/builders/FC22%20-%20libshogun/builds/18  blamelist: Heiko Strathmann <heiko.strathmann@gmail.com>, Wu Lin <yorker.lin@gmail.com>11:31
shogun-buildbotbuild #2655 of deb3 - modular_interfaces is complete: Failure [failed csharp modular]  Build details are at http://buildbot.shogun-toolbox.org/builders/deb3%20-%20modular_interfaces/builds/2655  blamelist: Heiko Strathmann <heiko.strathmann@gmail.com>, Wu Lin <yorker.lin@gmail.com>11:37
shogun-buildbotbuild #643 of deb4 - python3 is complete: Failure [failed test python modular]  Build details are at http://buildbot.shogun-toolbox.org/builders/deb4%20-%20python3/builds/643  blamelist: Heiko Strathmann <heiko.strathmann@gmail.com>, Wu Lin <yorker.lin@gmail.com>11:46
-!- travis-ci [~travis-ci@ec2-54-91-127-217.compute-1.amazonaws.com] has joined #shogun12:10
travis-ciit's Heiko Strathmann'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/6749448612:10
-!- travis-ci [~travis-ci@ec2-54-91-127-217.compute-1.amazonaws.com] has left #shogun []12:10
-!- shogun-notifier- [~irker@7nn.de] has quit [Quit: transmission timeout]14:24
guiniolIs there a simple example for HMMs using shogun? I have no idea what the examples in examples/undocumented/python-modular are supposed to do15:33
guiniolDoes anyone know if I can load a HMM from a file using the python modular API?17:22
@wikingyou should be able19:21
--- Log closed Sat Jun 20 00:00:17 2015

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