| --- Log opened Mon Oct 03 00:00:57 2011 | ||
| blackburn | sonney2k: HOORAY! | 00:01 | 
|---|---|---|
| CIA-3 | shogun: Sergey Lisitsyn master * r61c4de9 / src/shogun/preprocessor/KernelLocallyLinearEmbedding.cpp : Unified Kernel LLE and LLE regularization parameter - http://git.io/ukYsFg | 00:02 | 
| CIA-3 | shogun: Sergey Lisitsyn master * r88eeab8 / src/shogun/preprocessor/DimensionReductionPreprocessor.cpp : Changed default kernel for DR preprocessor base class - http://git.io/nTc6lw | 00:02 | 
| CIA-3 | shogun: Sergey Lisitsyn master * r63ecfe8 / (6 files in 3 dirs): Introduced kernelized LTSA - http://git.io/uQ9QAw | 00:02 | 
| -!- Netsplit *.net <-> *.split quits: @sonney2k, sonne|work, blackburn, CIA-3 | 00:21 | |
| -!- Netsplit over, joins: blackburn, sonne|work, @sonney2k, CIA-3 | 00:23 | |
| -!- blackburn [~blackburn@188.168.5.143] has quit [Ping timeout: 248 seconds] | 00:38 | |
| CIA-3 | shogun: Sergey Lisitsyn master * r2f5de9d / (4 files): Various small fixes for LLE algorithms and dim reduction preprocessor base class - http://git.io/fR1InA | 02:42 | 
| CIA-3 | shogun: Sergey Lisitsyn master * rc0c4231 / (4 files): Added C++ tests for LLE basic algorithms - http://git.io/fi75PA | 02:42 | 
| -!- blackburn [~blackburn@188.168.14.164] has joined #shogun | 17:12 | |
| -!- BrianC_ [43dc92a2@gateway/web/freenode/ip.67.220.146.162] has joined #shogun | 17:22 | |
| BrianC_ | Hi | 18:12 | 
| BrianC_ | Is 'src/shogun/kernel/Kernel.cpp : fix multithreading error w/ svr light - http://git.io/VVXcFA' a working fix? I reran regression_svrlight_modular.py with 10 threads and it still seems to be producing the 'success' warning | 18:15 | 
| BrianC_ | (followed by a seg fault) | 18:17 | 
| -!- sonne [~sonne@g229060094.adsl.alicedsl.de] has joined #shogun | 19:36 | |
| -!- sonne is now known as Guest96150 | 19:36 | |
| Guest96150 | blackburn, windows did it btw - it destroyed my linux partition on the other harddrive | 20:12 | 
| blackburn | Guest96150: fantastisch | 20:12 | 
| Guest96150 | and I was already wondering why I could install w7 at all | 20:13 | 
| Guest96150 | superior technology | 20:13 | 
| Guest96150 | so it will probably take me a few days before I am operational again | 20:14 | 
| blackburn | why you did install it?! | 20:15 | 
| Guest96150 | wanted to get shogun running under cygwin | 20:16 | 
| blackburn | ah | 20:16 | 
| Guest96150 | but hey - internet broke here today, our build machine crashed after > 1month of uptime with some kernel panik | 20:17 | 
| Guest96150 | so yeah baby ... | 20:17 | 
| blackburn | BrianC_: sad news | 20:18 | 
| BrianC_ | ? | 20:20 | 
| blackburn | BrianC_: that our fix is not a fix :) | 20:20 | 
| BrianC_ | ah | 20:20 | 
| BrianC_ | btw Guest96150, you can restore the linux partition via grub on a live CD | 20:20 | 
| BrianC_ | it just wipes the MBR, not the actual partition | 20:21 | 
| blackburn | agree | 20:22 | 
| Guest96150 | unfortunately not | 20:23 | 
| Guest96150 | it installed some few MB of boot loader crap | 20:23 | 
| blackburn | ooooh | 20:23 | 
| Guest96150 | onto my linux partition | 20:23 | 
| Guest96150 | so it is mostly gone | 20:24 | 
| BrianC_ | o | 20:24 | 
| blackburn | rip | 20:24 | 
| blackburn | :D | 20:24 | 
| BrianC_ | always best to sandbox windows in a virt, only exception is if you need drivers for games or something | 20:25 | 
| blackburn | BrianC_: all ok with regression_svrlight on my machine.. | 20:33 | 
| BrianC_ | odd | 20:34 | 
| BrianC_ | hmm i manually incerted the fix into kernel.cpp | 20:34 | 
| BrianC_ | and recompiled | 20:34 | 
| blackburn | why manually? | 20:35 | 
| BrianC_ | version on git doesnt build correctly for me | 20:35 | 
| blackburn | what is the error? | 20:35 | 
| BrianC_ | undefied method: StreamingSparseFeatures.get_feature apparently | 20:35 | 
| blackburn | ?! | 20:36 | 
| blackburn | how it can be.. | 20:36 | 
| BrianC_ | not sure actually i did see the code for that method in StreamingSparseFeatures.cpp | 20:36 | 
| BrianC_ | and modshogun.py has it defined as well | 20:36 | 
| BrianC_ | well it cant find it in _modshogun.so | 20:36 | 
| BrianC_ | build should have returned a link error, no? | 20:37 | 
| blackburn | that's really odd | 20:37 | 
| blackburn | Guest96150: any ideas? | 20:37 | 
| BrianC_ | File "/home/mike/brian/lib/python2.7/dist-packages/modshogun.py", line 26, in swig_import_helper _mod = imp.load_module('_modshogun', fp, pathname, description) ImportError: /home/mike/brian/lib/python2.7/dist-packages/_modshogun.so: undefined symbol: _ZN6shogun24CStreamingSparseFeaturesIiE11get_featureEi | 20:37 | 
| BrianC_ | is the exact error if that helps | 20:38 | 
| blackburn | BrianC_: have you tried to 'git clean -dfx' and reconfig/rebuild? | 20:38 | 
| BrianC_ | ive tried 'make clean' since I don't have git installed ont hat machine | 20:38 | 
| blackburn | try make distclean | 20:39 | 
| blackburn | it could be some junk left from wrong compilation or so | 20:40 | 
| BrianC_ | k ill try that now and recomp | 20:40 | 
| BrianC_ | ah, sysadmin rebooting! | 20:43 | 
| BrianC_ | ....20 second warning time | 20:43 | 
| blackburn | cruel | 20:43 | 
| blackburn | :D | 20:43 | 
| -!- blackburn [~blackburn@188.168.14.164] has quit [Ping timeout: 245 seconds] | 21:39 | |
| -!- blackburn [~blackburn@188.168.5.15] has joined #shogun | 21:45 | |
| BrianC_ | hmm even with make distclean | 21:51 | 
| BrianC_ | still get same undefined symbol | 21:51 | 
| blackburn | strange | 22:02 | 
| -!- Guest96150 [~sonne@g229060094.adsl.alicedsl.de] has quit [Ping timeout: 248 seconds] | 23:41 | |
| -!- Guest96150 [~sonne@g229060094.adsl.alicedsl.de] has joined #shogun | 23:57 | |
| --- Log closed Tue Oct 04 00:00:01 2011 | ||
Generated by irclog2html.py 2.10.0 by Marius Gedminas - find it at mg.pov.lt!