| --- Log opened Mon Nov 05 00:00:17 2012 | ||
| wiking | blackburn: what have u done? :) | 00:07 | 
|---|---|---|
| wiking | stl ?! :) | 00:07 | 
| blackburn | wiking: why not? | 00:07 | 
| wiking | so it's never going to be merged into shogun? | 00:21 | 
| blackburn | no idea :D I'd attempt | 00:36 | 
| blackburn | wiking: but it is crazy fast now | 00:44 | 
| -!- zxtx [~zv@173-13-183-134-sfba.hfc.comcastbusiness.net] has quit [Ping timeout: 256 seconds] | 01:35 | |
| -!- ptizoom__ [~christian@85.210.80.20] has quit [Quit: Ex-Chat] | 02:29 | |
| -!- ptizoom_ [~christian@85.210.80.20] has joined #shogun | 02:29 | |
| -!- blackburn [~blackburn@31.28.57.136] has quit [Quit: Leaving.] | 03:15 | |
| -!- zxtx [~zv@173-13-183-134-sfba.hfc.comcastbusiness.net] has joined #shogun | 05:07 | |
| -!- ptizoom_ [~christian@85.210.80.20] has quit [Quit: Ex-Chat] | 06:18 | |
| -!- ptizoom__ [~christian@85.210.80.20] has joined #shogun | 06:18 | |
| -!- ptizoom__ is now known as ptizoom | 08:59 | |
| wiking | sonney2k: ping | 10:11 | 
| -!- blackburn [~blackburn@31.28.57.136] has joined #shogun | 11:10 | |
| wiking | blackburn: what's up man, have u finally received your job offer? | 11:21 | 
| blackburn | wiking: no 'no', no 'yes' yet | 11:30 | 
| blackburn | may be this week, not today for sure - holiday | 11:31 | 
| -!- blackburn [~blackburn@31.28.57.136] has quit [Quit: Leaving.] | 11:32 | |
| -!- blackburn [~blackburn@31.28.57.136] has joined #shogun | 11:36 | |
| wiking | aaah i see | 11:47 | 
| wiking | no doc summit results yet i guess :( | 11:50 | 
| wiking | btw: ive just reailsed that somebody set a 2.1 milestone for shogun... which is due in 26 days :) | 11:51 | 
| wiking | is it the xmas edition of shogun? :) | 11:52 | 
| blackburn | wiking: hmmm | 11:56 | 
| blackburn | 26 days? :D | 11:56 | 
| wiking | yes | 11:57 | 
| blackburn | wiking: http://webtrax.hu/myfacewhen/faces/lineart-memes/fuck-this-shit-table-flip.jpg | 11:59 | 
| wiking | hahahah | 12:00 | 
| -shogungit:#shogun- [shogun] vigsterkr opened pull request #813: Fix LatentSVM unit testing (master...utest) https://github.com/shogun-toolbox/shogun/pull/813 | 12:15 | |
| -shogungit:#shogun- [shogun] lisitsyn pushed 2 new commits to master: https://github.com/shogun-toolbox/shogun/compare/9ff681f049bc...0b17728376c9 | 12:16 | |
| -shogungit:#shogun- shogun/master f1cadaf Viktor Gal: Fix LatentSVM unit testing | 12:16 | |
| -shogungit:#shogun- shogun/master 0b17728 Sergey Lisitsyn: Merge pull request #813 from vigsterkr/utest... | 12:16 | |
| wiking | heheh that was a fast clikc ;) | 12:16 | 
| blackburn | not so fast | 12:19 | 
| blackburn | I'll work on this, we need to get response time to 2 seconds! | 12:20 | 
| blackburn | to build communism | 12:20 | 
| wiking | :> | 12:20 | 
| blackburn | wiking: when scikits takes 9.24s, my shit takes 1.46s | 12:27 | 
| blackburn | :D | 12:27 | 
| blackburn | just measured | 12:27 | 
| wiking | sweet | 12:28 | 
| wiking | u do svd? | 12:28 | 
| blackburn | well it is LTSA | 12:28 | 
| blackburn | alignment of PCA of each local path | 12:28 | 
| blackburn | constructing principal manifold | 12:28 | 
| blackburn | svd is here in one step in general, yet | 12:29 | 
| blackburn | yes* | 12:29 | 
| wiking | cool | 12:29 | 
| blackburn | but final embedding is done via eigendecomposition | 12:29 | 
| blackburn | with smallest eigenvectors | 12:29 | 
| wiking | yeps | 12:29 | 
| wiking | but you do eigen vector/value calculation | 12:29 | 
| blackburn | I use LDLT and Arpack for that | 12:29 | 
| wiking | just because a friend of mine need one that can do that really fast | 12:30 | 
| blackburn | I am eigenexpert | 12:30 | 
| blackburn | :D | 12:30 | 
| blackburn | if he needs only a few eigenvectors I know good library - arpack :) | 12:30 | 
| blackburn | with 50000 vectors | 12:30 | 
| blackburn | scikits 46.9 | 12:31 | 
| blackburn | my thing 4.74 | 12:31 | 
| blackburn | http://cache.ohinternet.com/images/e/e6/Okay_guy.jpg | 12:31 | 
| wiking | blackburn: naaa he has huge matrices | 12:32 | 
| blackburn | wiking: symmetric? | 12:32 | 
| wiking | afaik yes but i gotta ask him | 12:32 | 
| blackburn | sparse? | 12:32 | 
| blackburn | all eigenvectors? | 12:33 | 
| wiking | yes he needs all of them | 12:33 | 
| blackburn | all eigenvectors of huge matrix? http://cache.ohinternet.com/images/e/e6/Okay_guy.jpg | 12:33 | 
| wiking | :> | 12:33 | 
| blackburn | full eigendecomposition is tough | 12:34 | 
| blackburn | is it sparse at least? | 12:34 | 
| wiking | dunno | 12:37 | 
| wiking | gotta ask him | 12:37 | 
| wiking | but i know that he needs it for his simulations | 12:37 | 
| blackburn | the only way to handle big dense matrices is parallelization and/or distribution I believe | 12:38 | 
| wiking | yeah i think he is planning to use a nvidia tesla for his problem :P | 12:39 | 
| wiking | hehehe blackburn who's gonna implement t-SNE in shogun? | 12:40 | 
| blackburn | wiking: I am going to but not in shogun :D | 12:40 | 
| wiking | y not? | 12:41 | 
| blackburn | I am preparing a toolkit for such stuff here you know | 12:42 | 
| wiking | heheh | 12:42 | 
| wiking | i c | 12:42 | 
| blackburn | wiking: actually sometimes i think I made a carpet generator | 12:45 | 
| blackburn | wiking: https://dl.dropbox.com/u/10139213/shogun/carpet.png | 12:45 | 
| blackburn | 200000 points :D | 12:46 | 
| wiking | heheh | 12:46 | 
| blackburn | wiking: shogun's serialization framework http://ubuntuone.com/3Evo6s561El0wagE3TV6SK | 12:52 | 
| wiking | lol | 12:59 | 
| wiking | mmm i should check how i can segment with svm :) | 13:00 | 
| blackburn | I can haz segments wiz da svm | 13:00 | 
| shogun-buildbot | build #622 of deb3 - modular_interfaces is complete: Failure [failed test ruby_modular] Build details are at http://www.shogun-toolbox.org/buildbot/builders/deb3%20-%20modular_interfaces/builds/622 blamelist: Sergey Lisitsyn <lisitsyn.s.o@gmail.com> | 13:28 | 
| -!- n4nd0 [53b32c87@gateway/web/freenode/ip.83.179.44.135] has joined #shogun | 13:49 | |
| -!- sonne|work [~sonnenbu@194.78.35.195] has quit [Quit: Leaving.] | 14:22 | |
| -!- blackburn [~blackburn@31.28.57.136] has quit [Read error: Operation timed out] | 17:31 | |
| -!- n4nd0 [53b32c87@gateway/web/freenode/ip.83.179.44.135] has quit [Quit: Page closed] | 17:33 | |
| -!- blackburn [~blackburn@109.226.125.245] has joined #shogun | 17:45 | |
| -!- sonne_ [~sonne@f053034099.adsl.alicedsl.de] has joined #shogun | 19:18 | |
| -!- sonne_ [~sonne@f053034099.adsl.alicedsl.de] has quit [Ping timeout: 244 seconds] | 19:39 | |
| -!- cwidmer [8295586d@gateway/web/freenode/ip.130.149.88.109] has joined #shogun | 21:35 | |
| -!- KMcQuisten [d8338942@gateway/web/freenode/ip.216.51.137.66] has joined #shogun | 22:03 | |
| KMcQuisten | Hey there all | 22:04 | 
| wiking | hey | 22:04 | 
| KMcQuisten | So after compiling the most recent code (That I pulled this morning) I cannot import anything into python. No matter what object I try to import, I get the following error: | 22:05 | 
| KMcQuisten | ImportError: /usr/lib/python2.6/dist-packages/_modshogun.so: undefined symbol: _ZTIN6shogun20CDirectorLatentModelE | 22:05 | 
| wiking | mmmmm | 22:06 | 
| KMcQuisten | Even when I'm not using any code related to LatenSVM | 22:06 | 
| blackburn | huhu | 22:06 | 
| wiking | KMcQuisten: the latent model unfortunately you wont be able to use from python at this moment | 22:06 | 
| blackburn | someone forgot to safe his code if #ifdef USE_SWIG_DIRECTORS wiking :D | 22:06 | 
| KMcQuisten | I don't want to use the latent model. The inclusion of the laten model has broken the whole damn codebase | 22:07 | 
| wiking | KMcQuisten: but it's thrilling that you are trying to use latentsvm :P may i ask what's the problem for which you'd like to use it | 22:07 | 
| KMcQuisten | I'm not using it wiking. | 22:07 | 
| wiking | KMcQuisten: ah ok | 22:07 | 
| wiking | KMcQuisten: let me check | 22:07 | 
| wiking | blackburn: i'm pretty sure i did that | 22:08 | 
| wiking | lemme check | 22:08 | 
| blackburn | hmm you did | 22:08 | 
| wiking | KMcQuisten: it's happening with any of the python code? | 22:10 | 
| KMcQuisten | Yes. I tried to import RealFeatures from shogun.Features, and it craps out with the above erroe message. | 22:11 | 
| wiking | KMcQuisten: mmmm | 22:11 | 
| wiking | blackburn: any ideas? :) | 22:11 | 
| KMcQuisten | Every object I've tried has given me this error | 22:11 | 
| wiking | KMcQuisten: can u give me your ./configure command line? | 22:12 | 
| blackburn | wiking: ehmm not really | 22:12 | 
| KMcQuisten | ./configure --prefix=/usr --enable-swig-directors --interaces=python_modular | 22:12 | 
| KMcQuisten | interfaces | 22:13 | 
| blackburn | ahh | 22:13 | 
| blackburn | so directors were enabled | 22:13 | 
| KMcQuisten | Yes. I need the for DirectorKernels | 22:13 | 
| -!- cwidmer [8295586d@gateway/web/freenode/ip.130.149.88.109] has quit [Quit: Page closed] | 22:13 | |
| KMcQuisten | I have swig 2.0.8 | 22:13 | 
| blackburn | KMcQuisten: did you try to recompile? | 22:14 | 
| KMcQuisten | Yes I did. | 22:14 | 
| blackburn | ahamm | 22:14 | 
| KMcQuisten | completely cleaned and build form scratch | 22:14 | 
| blackburn | KMcQuisten: okay I have to compile and check | 22:16 | 
| KMcQuisten | Allrighty | 22:17 | 
| KMcQuisten | make -j 2 | 22:17 | 
| KMcQuisten | oops, wrong window ;) | 22:17 | 
| blackburn | ?? | 22:17 | 
| blackburn | :D | 22:17 | 
| blackburn | haha wrong language | 22:17 | 
| blackburn | okay we are all wrong | 22:17 | 
| -!- n4nd0 [53b32c87@gateway/web/freenode/ip.83.179.44.135] has joined #shogun | 22:17 | |
| -!- zxtx [~zv@173-13-183-134-sfba.hfc.comcastbusiness.net] has quit [Ping timeout: 252 seconds] | 22:33 | |
| blackburn | KMcQuisten: it actually works here.. | 22:37 | 
| blackburn | the only difference is that I am using python2.7 | 22:38 | 
| blackburn | but it seems to be strange anyway | 22:38 | 
| KMcQuisten | I'm backing up a few commits to see if that fixes things on my machine. I'm using 2.6.6 here | 22:38 | 
| -!- KMcQuisten [d8338942@gateway/web/freenode/ip.216.51.137.66] has quit [Quit: Page closed] | 23:22 | |
| --- Log closed Tue Nov 06 00:00:17 2012 | ||
Generated by irclog2html.py 2.10.0 by Marius Gedminas - find it at mg.pov.lt!