IRC logs of #shogun for Wednesday, 2014-04-02

--- Log opened Wed Apr 02 00:00:04 2014
thoralfdhruv13j: I'll check later. ;)00:00
thoralfdhruv13j: An input-output example would be nice.00:01
thoralfSome text on which it worked "well" and one on which it worked perfect. ;)00:01
dhruv13jthoralf: okay... will update it soon00:02
thoralfHaha.  Special treatment for lazy people like me :)00:05
-!- newlido [~quassel@41.218.174.204] has joined #shogun00:09
-!- newlido_ [~quassel@41.218.174.204] has joined #shogun00:12
dhruv13jbest to do it right, actually ;-)00:17
-!- grecocd [~Cassio@100.43.25.44] has joined #shogun00:25
grecocdHi, I’m getting this error: allocating an object of abstract class type , does anybody know why?00:25
grecocdall objects from abstract classes that I am using I am making instanciating them as a pointer, and when i comment out that piece of code, i still get the error, so it is something else00:26
-!- khalednasr [~androirc@41.69.199.194] has joined #shogun00:29
-!- zxtx [~zv@ip-64-134-197-166.public.wayport.net] has quit [Ping timeout: 246 seconds]00:30
grecocdnever mind, i found out what the problem is00:31
grecocdbut how do i solve it?00:31
-!- khalednasr [~androirc@41.69.199.194] has quit [Read error: Connection reset by peer]00:31
grecocderror:  allocating an object of abstract class type 'shogun::CLabels' CLabels* labels = new CLabels();00:32
-!- khalednasr [~androirc@41.69.199.194] has joined #shogun00:32
-!- khalednasr [~androirc@41.69.199.194] has quit [Client Quit]00:33
-!- jiaolong [553a58f2@gateway/web/freenode/ip.85.58.88.242] has joined #shogun00:34
-!- newlido__ [~quassel@41.218.173.139] has joined #shogun00:37
-!- newlido___ [~quassel@41.218.173.139] has joined #shogun00:37
-!- newlido [~quassel@41.218.174.204] has quit [Ping timeout: 240 seconds]00:37
-!- newlido_ [~quassel@41.218.174.204] has quit [Ping timeout: 264 seconds]00:37
grecocdhow come I get this error: allocating an object of abstract class type 'shogun::CLabels' CLabels* labels = new CLabels(); ? https://github.com/shogun-toolbox/shogun/blob/495fe411cb29c6ea55bc30fec4f0d6673f76b008/examples/undocumented/libshogun/classifier_nearest_centroid.cpp in line 30 has the same line of code00:39
-!- newlido__ [~quassel@41.218.173.139] has quit [Remote host closed the connection]00:44
-!- newlido___ is now known as newlido00:44
jiaolongthoralf: Hi, are you around?01:09
thoralfjiaolong: Yes.01:10
jiaolongthoralf: I have finished the LibSVMFile01:10
thoralfCool.01:10
jiaolongthoralf: Today, I revised serveral times to correct the indentation01:11
jiaolongthoralf: Unfortunately, the final submission got a Travis erro01:11
jiaolongerror01:11
thoralfLet me check.01:12
jiaolongthoralf: It seems unrelated to my changes01:12
thoralfNumber of the PR?01:12
jiaolongthoralf: OK, https://github.com/shogun-toolbox/shogun/pull/207301:12
thoralfI agree.  Seems unreleated01:15
jiaolongthoralf: OK, could you restart the travis test?01:16
jiaolongthoralf: The empty multilabel case which you mentioned has been tested01:16
thoralfNo, I cannot. ;)01:17
jiaolongthoralf: I mean use a space to specify the empty multilabel01:17
jiaolongthoralf: OK01:17
jiaolongthoralf: Maybe I should force push again?01:17
thoralfjiaolong: No, I'll check if the code looks good and eventually merge it.01:18
jiaolongthoralf: Thank you very much!01:19
grecocdI have a question: my code is compiling, but when I make my class inherit from CDistribution ( : public CDistribution), and i change the constructor accordingly ( : CDistribution() ), why do i get this error: allocating an object of abstract class type 'CKDE'01:19
grecocd?01:19
thoralfgrecocd: Maybe this helps? http://stackoverflow.com/questions/18885191/allocating-an-object-of-abstract-class-type01:21
thoralfjiaolong: The memory is clean?01:21
thoralfjiaolong: No leaks?01:22
jiaolongthoralf: Hi, ==13700== LEAK SUMMARY: ==13700==    definitely lost: 0 bytes in 0 blocks ==13700==    indirectly lost: 0 bytes in 0 blocks ==13700==      possibly lost: 1,991 bytes in 33 blocks ==13700==    still reachable: 6,760 bytes in 86 blocks ==13700==         suppressed: 0 bytes in 0 blocks01:23
grecocdthoralf: so i need to declare all of the virtual methods?01:23
thoralfgrecocd: I think so.01:23
grecocdthoralf: alright, thanks01:23
jiaolongthoralf: Sorry, for the example, there is a possibly lost01:23
thoralfjiaolong: You lost 9k! ;)01:24
jiaolongthoralf: I have done  full check, but couldn't find any cues01:24
thoralfjiaolong: Okay, educated guess: 33 is related to the number of examples in the file? ;)01:25
jiaolongthoralf: no, there are hunderes examples01:26
thoralfI see.01:26
thoralfjiaolong: Do you know how to use valgrind or do you need a small crash course?01:27
thoralfjiaolong: --leak-check=full --show-reachable=yes01:28
thoralfshould show you where the memory has been allocated ;)01:28
jiaolongthoralf:  I did 'valgrind --leak-check=full --show-reachable=yes ./io_libsvm_multilabel'01:28
jiaolongthoralf:  It shows something strange, I couldn't find any cue01:29
thoralfOkay, so it gave you some more output, right?01:29
jiaolongthoralf:  yes, a lot01:29
thoralfCan you open a gist or pastebin?01:30
jiaolongthoralf:  sure01:30
jiaolongthoralf:  wait for a while, I have to connect to another PC01:30
thoralfjiaolong: Can't keep my eyes open.  Will leave now, but check tomorrow morning if you add a comment to the pr.01:45
jiaolongthoralf:  thank you so much01:45
jiaolonghttps://gist.github.com/Jiaolong/992527101:45
jiaolongI will send the link to your mail01:45
jiaolonggood night!01:45
thoralfI checked it.  It's all about protobuf?01:48
thoralfNever seen this, but I wonder if the memory is clear when protobuf is not installed.01:49
-!- grecocd [~Cassio@100.43.25.44] has quit [Quit: grecocd]01:50
jiaolongthoralf:  OK, I can try it without installing protobuf01:51
jiaolongthoralf:  Have a good sleep, see you tomotrrow!01:51
thoralfBye!01:52
thoralf:)01:52
jiaolongthoralf:  Bye!01:52
-!- jiaolong [553a58f2@gateway/web/freenode/ip.85.58.88.242] has quit []01:52
-!- rho___ [~quassel@217.55.195.92] has quit [Read error: Connection reset by peer]02:02
-!- zxtx [~zv@ip-64-134-197-166.public.wayport.net] has joined #shogun02:23
-!- grecocd [~Cassio@100.43.25.44] has joined #shogun02:23
-!- grecocd [~Cassio@100.43.25.44] has quit [Client Quit]02:24
-!- kislay [~kislay@117.239.94.112] has joined #shogun02:52
-!- kislay [~kislay@117.239.94.112] has quit [Client Quit]02:53
-!- kislay [~kislay@117.239.94.112] has joined #shogun02:53
-!- thoralf [~thoralf@91-66-32-213-dynip.superkabel.de] has left #shogun ["Konversation terminated!"]02:53
-!- zxtx [~zv@ip-64-134-197-166.public.wayport.net] has quit [Ping timeout: 240 seconds]03:02
-!- newlido [~quassel@41.218.173.139] has quit [Ping timeout: 268 seconds]03:20
-!- soumyaC [uid15286@gateway/web/irccloud.com/x-uhshhrdjvhcqzxxz] has quit [Quit: Connection closed for inactivity]03:55
-!- DarkRoom [~darkroom@14.139.82.6] has quit [Ping timeout: 255 seconds]04:43
-!- zxtx [~zv@c-98-223-196-32.hsd1.in.comcast.net] has joined #shogun05:17
-!- kislay [~kislay@117.239.94.112] has quit [Remote host closed the connection]05:23
-!- kislay [~kislay@210.212.61.185] has joined #shogun05:24
-!- kislay_ [~kislay@220.227.97.99] has joined #shogun05:31
-!- kislay [~kislay@210.212.61.185] has quit [Ping timeout: 240 seconds]05:34
-!- kprah [67157f55@gateway/web/freenode/ip.103.21.127.85] has joined #shogun06:14
-!- kislay_ [~kislay@220.227.97.99] has quit [Read error: Connection reset by peer]06:35
-!- kislay_ [~kislay@220.227.97.99] has joined #shogun06:38
-!- kprah [67157f55@gateway/web/freenode/ip.103.21.127.85] has quit [Quit: Page closed]06:53
-!- lisitsyn [~lisitsyn@80.252.20.67] has joined #shogun08:34
-!- kislay_ [~kislay@220.227.97.99] has quit [Remote host closed the connection]09:26
-!- kislay_ [~kislay@220.227.97.99] has joined #shogun09:27
-!- soumyaC [uid15286@gateway/web/irccloud.com/x-mfnodkdcspbouuuw] has joined #shogun10:54
-!- zxtx [~zv@c-98-223-196-32.hsd1.in.comcast.net] has quit [Read error: Operation timed out]12:24
-!- lisitsyn [~lisitsyn@80.252.20.67] has quit [Quit: Leaving.]12:24
-!- lisitsyn1 [~lisitsyn@80.252.20.67] has joined #shogun12:24
-!- HeikoS1 [~heiko@05419d62.skybroadband.com] has joined #shogun12:35
kislay_HeikoS1, hi. :)13:04
HeikoS1kislay_: heya!13:04
kislay_HeikoS1, I have sent a PR concerning that button in gp demo!!13:04
kislay_HeikoS1, I got the button working. Working with django was amazing!!13:06
-!- vperic [~vperic@194.228.13.49] has joined #shogun13:08
HeikoS1kislay_: nice!13:08
HeikoS1kislay_: did you test everything locally?13:08
kislay_yup.13:08
HeikoS1kislay_: since no travis checks for the demos13:08
HeikoS1so I have to merge based on trust ;)13:08
HeikoS1kislay_: cool, I will have a look soon and then merge, sorry about being unresponsive recently, this will change soon13:08
kislay_HeikoS1, hehe. No problems. I have been busy too. :)13:09
-!- HeikoS1 [~heiko@05419d62.skybroadband.com] has quit [Ping timeout: 268 seconds]14:10
-!- HeikoS1 [~heiko@05419d62.skybroadband.com] has joined #shogun14:24
-!- HeikoS1 [~heiko@05419d62.skybroadband.com] has quit [Quit: Leaving.]14:35
-!- HeikoS1 [~heiko@05419d62.skybroadband.com] has joined #shogun14:40
-!- kislay__ [~kislay@117.239.94.112] has joined #shogun15:06
-!- kislay_ [~kislay@220.227.97.99] has quit [Ping timeout: 240 seconds]15:09
-!- sunil1337 [~sunil@117.227.250.223] has joined #shogun15:44
-!- sunil1337 [~sunil@117.227.250.223] has quit [Client Quit]15:48
-!- HeikoS1 [~heiko@05419d62.skybroadband.com] has quit [Quit: Leaving.]16:43
-!- HeikoS [~heiko@nat-169-59.internal.eduroam.ucl.ac.uk] has joined #shogun17:36
-!- mode/#shogun [+o HeikoS] by ChanServ17:36
-!- lambday [67157e54@gateway/web/freenode/ip.103.21.126.84] has joined #shogun18:32
-!- khalednasr [~k.nasr92@41.69.152.86] has joined #shogun18:52
-!- ghould [67157d55@gateway/web/freenode/ip.103.21.125.85] has joined #shogun18:56
-!- ghould [67157d55@gateway/web/freenode/ip.103.21.125.85] has left #shogun []18:57
-!- zxtx [~zv@12.31.71.58] has joined #shogun19:02
dhruv13jwiking: hey! can you help me understand what system includes are exactly?19:03
dhruv13jwiking: as in, why does eigen path have to be included in the system includes?19:04
-!- zxtx [~zv@12.31.71.58] has quit [Ping timeout: 240 seconds]19:10
@wikingdhruv13j: rtfm?19:12
dhruv13jwiking: any hints?19:15
-!- kislay__ [~kislay@117.239.94.112] has quit [Read error: Connection reset by peer]19:21
-!- witness___ [uid10044@gateway/web/irccloud.com/x-snellfiysjwgakxh] has joined #shogun21:27
-!- kprah [67157d4c@gateway/web/freenode/ip.103.21.125.76] has joined #shogun21:32
-!- kprah_ [67157f4c@gateway/web/freenode/ip.103.21.127.76] has joined #shogun21:35
-!- kprah [67157d4c@gateway/web/freenode/ip.103.21.125.76] has quit [Ping timeout: 245 seconds]21:37
-!- vvu|Log [~vvu|Log@188.26.116.4] has joined #shogun21:47
vvu|Loghello! I have compiled shogun 3.1.1 from github with pythonmodular option in cmake. when i try to do import modshogun i get that libshogun.so.16 is not found. as i see it swig does not find it in the right place.21:48
vvu|Loghere is my pastebin http://pastebin.com/uEkAxBKn21:50
-!- kprah [67157d4c@gateway/web/freenode/ip.103.21.125.76] has joined #shogun21:51
-!- kprah_ [67157f4c@gateway/web/freenode/ip.103.21.127.76] has quit [Ping timeout: 245 seconds]21:53
-!- kprah [67157d4c@gateway/web/freenode/ip.103.21.125.76] has quit [Ping timeout: 245 seconds]22:05
-!- lambday [67157e54@gateway/web/freenode/ip.103.21.126.84] has quit [Ping timeout: 245 seconds]22:05
-!- HeikoS [~heiko@nat-169-59.internal.eduroam.ucl.ac.uk] has quit [Quit: Leaving.]22:47
-!- lisitsyn1 [~lisitsyn@80.252.20.67] has quit [Ping timeout: 246 seconds]23:16
-!- lisitsyn [~lisitsyn@80.252.20.67] has joined #shogun23:19
-!- lisitsyn [~lisitsyn@80.252.20.67] has quit [Ping timeout: 252 seconds]23:26
vvu|Logany hints ?23:28
-!- thoralf [~thoralf@91-66-35-89-dynip.superkabel.de] has joined #shogun23:33
thoralfHello.23:34
-!- thoralf [~thoralf@91-66-35-89-dynip.superkabel.de] has quit [Quit: Konversation terminated!]23:50
-!- khalednasr [~k.nasr92@41.69.152.86] has quit [Quit: Leaving]23:55
--- Log closed Thu Apr 03 00:00:05 2014

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