| --- Log opened Sun Jun 30 00:00:10 2013 | ||
| -!- zxtx [~zv@12.231.120.253] has joined #shogun | 00:18 | |
| -!- zxtx [~zv@12.231.120.253] has quit [Ping timeout: 252 seconds] | 00:35 | |
| -!- zxtx [~zv@12.231.120.253] has joined #shogun | 00:46 | |
| -!- zxtx [~zv@12.231.120.253] has quit [Ping timeout: 252 seconds] | 00:53 | |
| -!- iglesiasg [~nando@s83-179-44-135.cust.tele2.se] has joined #shogun | 01:33 | |
| -!- mode/#shogun [+o iglesiasg] by ChanServ | 01:33 | |
| -!- iglesiasg [~nando@s83-179-44-135.cust.tele2.se] has quit [Quit: leaving] | 02:14 | |
| -!- foulwall` [~user@2001:da8:215:6100:e9db:38fb:2188:6960] has joined #shogun | 02:48 | |
| -!- pickle27 [~Kevin@d67-193-243-174.home3.cgocable.net] has quit [Quit: Leaving] | 03:07 | |
| shogun-buildbot | build #443 of nightly_default is complete: Failure [failed test] Build details are at http://www.shogun-toolbox.org/buildbot/builders/nightly_default/builds/443 | 04:05 | 
|---|---|---|
| -!- zxtx [~zv@cpe-66-68-190-37.austin.res.rr.com] has joined #shogun | 04:41 | |
| -!- foulwall` [~user@2001:da8:215:6100:e9db:38fb:2188:6960] has quit [Ping timeout: 264 seconds] | 05:40 | |
| -!- foulwall` [~user@2001:da8:215:6100:54f2:2753:812b:2f25] has joined #shogun | 06:41 | |
| -!- nube [~rho@49.244.6.185] has joined #shogun | 07:52 | |
| -!- lambday [67157d4c@gateway/web/freenode/ip.103.21.125.76] has joined #shogun | 08:54 | |
| lambday | sonney2k: moin moin :) | 08:54 | 
| -!- foulwall` [~user@2001:da8:215:6100:54f2:2753:812b:2f25] has quit [Ping timeout: 264 seconds] | 09:06 | |
| -!- nube [~rho@49.244.6.185] has quit [Quit: Leaving.] | 09:11 | |
| @sonney2k | lambday, hehe moin moin :D | 09:49 | 
| lambday | sonney2k: how are you? :) | 09:49 | 
| @sonney2k | lambday, busy as usual | 09:50 | 
| @sonney2k | but happy that workshop organization is going well :D | 09:50 | 
| lambday | :) | 09:50 | 
| lambday | sonney2k: when is it? | 09:50 | 
| -!- foulwall` [~user@2001:da8:215:6100:5093:2b3e:1eeb:ea7b] has joined #shogun | 09:52 | |
| @sonney2k | lambday, 12-14 | 09:54 | 
| @sonney2k | july | 09:54 | 
| @sonney2k | foulwall`, you have to adjust the gp example a bit the syntax changed | 09:55 | 
| foulwall` | aha? | 09:55 | 
| lambday | sonney2k: looking forward to the video recording.. :) | 09:56 | 
| -!- nube [~rho@49.244.6.185] has joined #shogun | 10:25 | |
| -!- van51 [~van51@athedsl-408350.home.otenet.gr] has joined #shogun | 10:33 | |
| -!- iglesiasg [~nando@s83-179-44-135.cust.tele2.se] has joined #shogun | 11:23 | |
| -!- mode/#shogun [+o iglesiasg] by ChanServ | 11:23 | |
| -!- foulwall` [~user@2001:da8:215:6100:5093:2b3e:1eeb:ea7b] has quit [Ping timeout: 264 seconds] | 11:38 | |
| @sonney2k | lambday, I hope we can get some equipment for that | 12:12 | 
| @sonney2k | van51, did what I wrote make sense? | 12:16 | 
| van51 | sonney2k: yeap | 12:17 | 
| van51 | sonney2k: what I didn't quite get is for the nnz_features, why would the string length be better | 12:17 | 
| van51 | sonney2k: what I was/am thinking of doing there is to use the converter to transform the document to a SGSparseVector and store it and iterate it | 12:21 | 
| @sonney2k | van51, no the point is to do that on-the-fly | 12:25 | 
| @sonney2k | van51, and the nnz_features was IIRC just an estimation so an upper bound is fine | 12:25 | 
| van51 | sonney2k: but you can't iterate the features on the fly | 12:25 | 
| van51 | the nnz* features on the fly | 12:25 | 
| @sonney2k | why not? | 12:25 | 
| van51 | you may get the same one again and again | 12:25 | 
| @sonney2k | that is ok | 12:26 | 
| van51 | and not in the correct order | 12:26 | 
| @sonney2k | also ok | 12:26 | 
| van51 | ok then :P | 12:26 | 
| van51 | these were my arguments | 12:26 | 
| @sonney2k | just think of it | 12:26 | 
| @sonney2k | add_to_dense_vec | 12:26 | 
| @sonney2k | will then just add the thing multiple times | 12:26 | 
| van51 | sonney2k: ah wait | 12:26 | 
| @sonney2k | and dense_dot same thing | 12:26 | 
| van51 | sonney2k: I'm not talking about these methods | 12:26 | 
| @sonney2k | ignore the feature iterators | 12:26 | 
| van51 | sonney2k: but for the iterators | 12:27 | 
| @sonney2k | just do SG_NOT_IMPLEMENTED | 12:27 | 
| van51 | sonney2k: ok | 12:27 | 
| van51 | sonney2k: although we could iterate just the sparsevector there | 12:28 | 
| van51 | sonney2k: but I remember that the iterator is seldom used | 12:28 | 
| van51 | sonney2k: also, how important is the dot() method? | 12:29 | 
| van51 | sonney2k: should I also remove the converter from there? | 12:29 | 
| @sonney2k | van51, sufficient as is | 12:30 | 
| van51 | sonney2k: ok then | 12:30 | 
| van51 | sonney2k: I'll update the PR soon and start working on a unit test after that | 12:30 | 
| @sonney2k | van51, the iterator was intended for L1 methods | 12:31 | 
| @sonney2k | van51, yeah make a toy example give reasonable results and compare to the converter | 12:31 | 
| van51 | sonney2k: ok! I'll let you know how it goes | 12:32 | 
| -!- iglesiasg [~nando@s83-179-44-135.cust.tele2.se] has quit [Quit: leaving] | 12:42 | |
| van51 | sonney2k: I updated the PR | 12:50 | 
| van51 | sonney2k: I realize that reviewing so many PRs and stuff may be a bit too much work for you | 12:53 | 
| van51 | sonney2k: should I ask Olivier and Benoit to start reviewing my PRs, as well? | 12:53 | 
| van51 | sonney2k: and Quoc later on | 12:53 | 
| -!- foulwall` [~user@2001:da8:215:6100:e193:4467:a5b4:a60] has joined #shogun | 12:58 | |
| foulwall` | ping sonney2k, ping lisitsyn | 14:15 | 
| -!- foulwall` [~user@2001:da8:215:6100:e193:4467:a5b4:a60] has left #shogun ["ERC Version 5.3 (IRC client for Emacs)"] | 14:19 | |
| -!- van51 [~van51@athedsl-408350.home.otenet.gr] has quit [Quit: Leaving.] | 14:47 | |
| -!- nube [~rho@49.244.6.185] has quit [Quit: Leaving.] | 15:38 | |
| -!- nube [~rho@49.244.6.185] has joined #shogun | 15:43 | |
| -!- van51 [~van51@athedsl-408350.home.otenet.gr] has joined #shogun | 16:29 | |
| -!- nube [~rho@49.244.6.185] has quit [Quit: Leaving.] | 16:35 | |
| -!- nube [~rho@49.244.6.185] has joined #shogun | 17:09 | |
| -!- lambday [67157d4c@gateway/web/freenode/ip.103.21.125.76] has quit [] | 17:39 | |
| -!- pickle27 [~Kevin@d67-193-243-174.home3.cgocable.net] has joined #shogun | 18:09 | |
| -!- nube [~rho@49.244.6.185] has quit [Quit: Leaving.] | 18:16 | |
| -!- foulwall [~user@2001:da8:215:c252:914b:a23f:a39f:5522] has joined #shogun | 18:31 | |
| -!- foulwall [~user@2001:da8:215:c252:914b:a23f:a39f:5522] has quit [Quit: sleep] | 19:19 | |
| -!- gsomix [~gsomix@93.175.12.176] has joined #shogun | 20:03 | |
| gsomix | good evening | 20:04 | 
| gsomix | sonney2k, lisitsyn finally I'm with internet and can start work. | 20:04 | 
| lisitsyn | gsomix: good | 20:04 | 
| @sonney2k | gsomix, hey there! | 20:19 | 
| gsomix | sonney2k, hey. | 20:19 | 
| gsomix | sonney2k, I'm here now 55.923552,37.524962 | 20:21 | 
| @sonney2k | gsomix, a village! | 20:27 | 
| @sonney2k | ... with internet! | 20:27 | 
| @sonney2k | van51, alright what is the status? | 20:28 | 
| gsomix | sonney2k, not village, science city with MIPT. http://phystech.edu/ | 20:28 | 
| lisitsyn | village | 20:29 | 
| lisitsyn | :D | 20:29 | 
| -!- iglesiasg [~nando@s83-179-44-135.cust.tele2.se] has joined #shogun | 20:33 | |
| -!- mode/#shogun [+o iglesiasg] by ChanServ | 20:33 | |
| van51 | sonney2k: it's going pretty good I think | 20:34 | 
| van51 | sonney2k: if you don't find something wrong with that's pushed already I just have to finish a unit test case | 20:35 | 
| van51 | sonney2k: and I'll get started on an example | 20:35 | 
| @sonney2k | van51, feedback send | 20:43 | 
| @sonney2k | fix it and I can merge | 20:43 | 
| @sonney2k | gsomix, alright so now you have time right? | 20:44 | 
| van51 | sonney2k: cool, thank you | 20:44 | 
| @sonney2k | gsomix, if so then please finish of your first PR.. add tests! and use van51's *Tokenizer classes! | 20:44 | 
| gsomix | sonney2k, yep. now getting familiar with gmock and unit-tests. | 20:46 | 
| gsomix | sonney2k, Tokenizer for what? | 20:47 | 
| @sonney2k | gsomix, string splitting | 20:48 | 
| gsomix | sonney2k, for LineReader and CircularBuffer? or for further readers? | 20:48 | 
| @sonney2k | gsomix, for the ascii based readers it makes sense. also for .csv splitting etc | 20:52 | 
| gsomix | sonney2k, ah, ok. it might be very useful. I will look into the van51's code. | 20:53 | 
| @sonney2k | gsomix, alright so do the tests & get your PR ready then lets talk again :) | 21:00 | 
| gsomix | sonney2k, ok | 21:01 | 
| -!- shogun-notifier- [~irker@7nn.de] has joined #shogun | 21:12 | |
| shogun-notifier- | shogun-demo: foulwall :master * b55450e / / (20 files): https://github.com/shogun-toolbox/shogun-demo/commit/b55450ee5692549e15b40f88500343cca3cfe9ca | 21:12 | 
| shogun-notifier- | shogun-demo: 1. more clear js,did a lot refractoring. 2. abstract get_kernel method | 21:12 | 
| shogun-notifier- | shogun-demo: out for reuse. 3. add a full support for heatmap with contour. 4. | 21:12 | 
| shogun-notifier- | shogun-demo: abstract the json interactive out, for reuse. 5. merge dvalcarce's | 21:12 | 
| shogun-notifier- | shogun-demo: binary classify demo in. 6. add a mechanism for auto button code | 21:12 | 
| shogun-notifier- | shogun-demo: generation. 7. fixed a bug which in clustering demo, when user click | 21:12 | 
| shogun-notifier- | shogun-demo: Soeren Sonnenburg :master * bf82dc7 / / (20 files): https://github.com/shogun-toolbox/shogun-demo/commit/bf82dc7928f63da1f9cc4ff47f4ebe48b079bec6 | 21:12 | 
| shogun-notifier- | shogun-demo: Merge pull request #9 from foulwall/refractor | 21:12 | 
| shogun-notifier- | shogun-demo: | 21:12 | 
| shogun-notifier- | shogun-demo: a lot of refractor. | 21:12 | 
| shogun-notifier- | shogun-demo: foulwall :master * 8fce12d / / (5 files): https://github.com/shogun-toolbox/shogun-demo/commit/8fce12d52b565f6100902284bfe8a95be8884847 | 21:13 | 
| shogun-notifier- | shogun-demo: 1. merged the perceptron demo. since in enhanced framework, when | 21:13 | 
| shogun-notifier- | shogun-demo: creating this demo, no boring js or html needed, just write a python | 21:13 | 
| shogun-notifier- | shogun-demo: script to tell how to do calculation. 2. make an individual fetch_data | 21:13 | 
| shogun-notifier- | shogun-demo: package, for read typical data from http request. | 21:13 | 
| shogun-notifier- | shogun-demo: Soeren Sonnenburg :master * 8881aac / / (5 files): https://github.com/shogun-toolbox/shogun-demo/commit/8881aac4cb4495f2aaec9fe96ec7744b45f627dd | 21:13 | 
| shogun-notifier- | shogun-demo: Merge pull request #10 from foulwall/perceptron | 21:13 | 
| shogun-notifier- | shogun-demo: | 21:13 | 
| shogun-notifier- | shogun-demo: Perceptron | 21:13 | 
| -!- van51 [~van51@athedsl-408350.home.otenet.gr] has quit [Quit: Leaving.] | 21:44 | |
| -!- van51 [~van51@athedsl-408350.home.otenet.gr] has joined #shogun | 21:49 | |
| @iglesiasg | I hope you guys will be supporting Spain tonight :) | 22:05 | 
| lisitsyn | iglesiasg: haven't heard they are playing tonight :D | 22:05 | 
| @iglesiasg | in two hours! | 22:05 | 
| -!- gsomix [~gsomix@93.175.12.176] has quit [Quit: Leaving] | 22:10 | |
| pickle27 | hey guys | 22:30 | 
| pickle27 | I've got a weird bug that I haven't been able to get for a while | 22:30 | 
| pickle27 | I have an eigen map that isn't working and is causing a malloc memory corruption | 22:31 | 
| pickle27 | its wierd because I create an SGMatrix create a map on it, perform some math, all of which is fine | 22:31 | 
| pickle27 | then I pass the SGMatrix to a function and its the eigen map inside the func which fails | 22:32 | 
| pickle27 | the SGMatrix is fine though I just printed it | 22:32 | 
| pickle27 | iglesiasg: lisitsyn ^ | 22:32 | 
| pickle27 | any ideas? | 22:33 | 
| lisitsyn | pickle27: hey | 22:33 | 
| lisitsyn | can't say anything specific | 22:33 | 
| lisitsyn | lets see code ;) | 22:33 | 
| lisitsyn | well actually | 22:34 | 
| lisitsyn | valgrind detects such things - may be we can check its output too | 22:34 | 
| pickle27 | here is the code | 22:35 | 
| pickle27 | http://pastebin.com/yuzxDfHP | 22:35 | 
| pickle27 | um | 22:37 | 
| pickle27 | so when using valgrind it works .. | 22:37 | 
| pickle27 | something wierd is up because when I save the matrix to file it also worked | 22:37 | 
| lisitsyn | uhh | 22:38 | 
| lisitsyn | pickle27: may be remove references here | 22:38 | 
| lisitsyn | SGMatrix<float64_t> tdsep(SGMatrix<float64_t> &x, SGVector<float64_t> &sel) | 22:38 | 
| lisitsyn | you don't get real advantage here but it may be unsafe | 22:39 | 
| lisitsyn | it shouldn't though | 22:39 | 
| pickle27 | okay | 22:39 | 
| pickle27 | I think I only added then to try and fix this | 22:39 | 
| pickle27 | with valgrind my the map prints but then the program stalls | 22:42 | 
| pickle27 | yeah this is weird, now that I can run this code (using valrind) I was able to debug the rest of it and now valgrind says no errors | 22:49 | 
| pickle27 | well nvm it says no leaks but there looks like some errors | 22:50 | 
| lisitsyn | pickle27: I see no reason to fail we need to force it to fail somehow | 22:50 | 
| lisitsyn | pickle27: it is not reference thing I am sure | 22:51 | 
| lisitsyn | pickle27: try to reproduce it under valgrind, its output could tell a lot | 22:52 | 
| pickle27 | found one thing | 22:53 | 
| pickle27 | lisitsyn: my SGVector was too small, silly mistake | 22:53 | 
| lisitsyn | ohh yes | 22:53 | 
| lisitsyn | 4 vs 3 | 22:53 | 
| pickle27 | huh | 22:54 | 
| pickle27 | lisitsyn: that might have been it | 22:54 | 
| pickle27 | lisitsyn: strange how it manifested | 22:54 | 
| pickle27 | lisitsyn: cause yeah it runs now | 22:54 | 
| pickle27 | thanks! I never think to use valgrind but its pretty handy | 22:57 | 
| lisitsyn | pickle27: always use it when meet segfault ;) | 22:58 | 
| -!- iglesiasg [~nando@s83-179-44-135.cust.tele2.se] has quit [Quit: leaving] | 23:01 | |
| -!- van51 [~van51@athedsl-408350.home.otenet.gr] has left #shogun ["PING 1372627855"] | 23:30 | |
| shogun-notifier- | shogun: Roman Votyakov :develop * a59edcb / src/shogun/ (24 files): https://github.com/shogun-toolbox/shogun/commit/a59edcb15d33c09fb37295e6143fb3255b14f769 | 23:37 | 
| shogun-notifier- | shogun: update documentation of gp framework | 23:37 | 
| shogun-notifier- | shogun: Sergey Lisitsyn :develop * 615ef2d / src/shogun/ (24 files): https://github.com/shogun-toolbox/shogun/commit/615ef2d897933f42076f6af1f2ed1a5de45e4b44 | 23:37 | 
| shogun-notifier- | shogun: Merge pull request #1199 from votjakovr/feature/gp_refactoring | 23:37 | 
| shogun-notifier- | shogun: | 23:37 | 
| shogun-notifier- | shogun: update documentation of gp framework | 23:37 | 
| shogun-buildbot | build #1163 of bsd1 - libshogun is complete: Failure [failed test_1] Build details are at http://www.shogun-toolbox.org/buildbot/builders/bsd1%20-%20libshogun/builds/1163 blamelist: Roman Votyakov <votjakovr@gmail.com> | 23:55 | 
| --- Log closed Mon Jul 01 00:00:12 2013 | ||
Generated by irclog2html.py 2.10.0 by Marius Gedminas - find it at mg.pov.lt!