IRC logs of #shogun for Tuesday, 2014-08-19

--- Log opened Tue Aug 19 00:00:05 2014
--- Log closed Tue Aug 19 00:06:22 2014
--- Log opened Tue Aug 19 00:06:33 2014
-!- shogun-t1olbox [~shogun@7nn.de] has joined #shogun00:06
-!- Irssi: #shogun: Total of 18 nicks [5 ops, 0 halfops, 0 voices, 13 normal]00:06
-!- Irssi: Join to #shogun was synced in 9 secs00:06
-!- shogun-toolbox [~shogun@7nn.de] has quit [Ping timeout: 246 seconds]00:11
hushellthoralf: good to know c++flit ! Thanks :)00:19
@thoralf:D00:21
@thoralfLet's keep it a secret. ;)00:21
hushellthoralf: ;)00:30
jiaolongthoralf: Hi, I am back again. I have tried several times and found at least this function will cause trouble https://github.com/Jiaolong/shogun/blob/nd_array/src/shogun/lib/SGNDArray.h#L12200:37
jiaolongthoralf: Do you think the parameter 'index_t& max_at' could be the problem?00:39
@thoralfjiaolong: Well, in the header you said "T max_element(index_t& max_at);", but you only specialized "float64_t SGNDArray<float64_t>::max_element(int32_t &max_at)"00:40
jiaolongthoralf: Or it can be lack of implement instances of other types, e.g., float32_t, int32_t, etc00:41
@thoralfSame here: I guess you should specialize this as well.00:41
@thoralfTry this: T SGNDArray<T>::max_element(int32_t &max_at) { T m = array[0]; ...00:42
jiaolongthoralf: OK, :)00:42
@thoralfMaybe complex_... will fail, but check how SGVector solves this.00:43
@thoralfcomplex_..t SGNDArray<T>::max_element(int32_t &max_at) { NOTIMPLEMENTED; }00:43
@thoralfBtw: before "T m = array[0];" you should check "len_array > 0".00:46
jiaolongthoralf: Yes, you are right! The problem is because of the specilization. T SGNDArray<T>::max_element(int32_t &max_at) { T m = array[0]; ... WORKS!00:50
@thoralfCool!00:50
jiaolongthoralf: for int, float, the functions are acutally the same, should I implement max_element() twice?00:51
@thoralfjiaolong: No.  You should just implement it for general T.00:52
jiaolongthoralf: But for other types, e.g., bool, it is not suitable00:52
@thoralfOnly make exceptions in cases where the function may differ from the straight-forward approach.00:52
@thoralfYes.00:52
jiaolongthoralf: OK, I see00:53
@thoralfbool SGNDArray<bool>::max_element(...) { SGNOTIMPLEMENTED; return false; }00:53
@thoralfSomething like this to trick the compiler.00:53
jiaolongthoralf: But multiple such types, I have do the same multiple times?00:54
jiaolongthoralf: for instance 'char',00:54
@thoralfYes :(00:54
jiaolongthoralf: OK, :D00:54
@thoralfSome people prefer to use macros for this, but I don't.00:55
@thoralftemplate <>00:55
@thoralfchar SGVector<char>::twonorm(const char* x, int32_t len)00:55
@thoralf{00:55
@thoralf        SG_SNOTIMPLEMENTED00:55
@thoralf        return '\0';00:55
@thoralf}00:55
jiaolongthoralf: OK, I will also take a look at SGVector. Thank you so much!00:55
-!- pickle27 [~pickle27@192-0-136-118.cpe.teksavvy.com] has joined #shogun01:26
-!- shogun-notifier- [~irker@7nn.de] has quit [Quit: transmission timeout]01:42
-!- thoralf [~thoralf@91-65-141-11-dynip.superkabel.de] has quit [Ping timeout: 250 seconds]01:44
-!- pickle27 [~pickle27@192-0-136-118.cpe.teksavvy.com] has quit [Remote host closed the connection]01:50
jiaolonghushell: the problem has been solved. see https://github.com/shogun-toolbox/shogun/pull/249001:53
jiaolong\quit01:53
-!- jiaolong [9e6d1f01@gateway/web/freenode/ip.158.109.31.1] has quit []01:53
shogun-buildbotbuild #2300 of deb2 - static_interfaces is complete: Failure [failed cmdline static]  Build details are at http://buildbot.shogun-toolbox.org/builders/deb2%20-%20static_interfaces/builds/2300  blamelist: Sergey Lisitsyn <lisitsyn.s.o@gmail.com>, khalednasr <k.nasr92@gmail.com>01:55
shogun-buildbotbuild #477 of deb4 - python3 is complete: Failure [failed python static]  Build details are at http://buildbot.shogun-toolbox.org/builders/deb4%20-%20python3/builds/477  blamelist: Sergey Lisitsyn <lisitsyn.s.o@gmail.com>, khalednasr <k.nasr92@gmail.com>01:55
-!- shogun-notifier- [~irker@7nn.de] has joined #shogun03:13
shogun-notifier-shogun: Fernando Iglesias :develop * 01ac2d0 / doc/ipython-notebooks/metric/LMNN.ipynb: https://github.com/shogun-toolbox/shogun/commit/01ac2d0b4dfb1a4130621a0fee4236fcfcbfe12003:13
shogun-notifier-shogun: Small changes in LMNN notebook to reduce running time.03:13
shogun-notifier-shogun: Fernando Iglesias :develop * 676868f / doc/ipython-notebooks/metric/LMNN.ipynb: https://github.com/shogun-toolbox/shogun/commit/676868fda75746eb0635dbfe716c35f1b917336603:13
shogun-notifier-shogun: Merge pull request #2501 from iglesias/notebook/lmnn03:13
shogun-notifier-shogun:03:13
shogun-notifier-shogun: Small changes in LMNN notebook to reduce running time.03:13
-!- iglesiasg [524b8e0b@gateway/web/freenode/ip.82.75.142.11] has joined #shogun03:29
-!- iglesiasg [524b8e0b@gateway/web/freenode/ip.82.75.142.11] has quit [Client Quit]03:30
-!- travis-ci [~travis-ci@ec2-54-90-96-176.compute-1.amazonaws.com] has joined #shogun03:31
travis-ci[travis-ci] it's Fernando Iglesias's turn to pay the next round of drinks for the massacre he caused in shogun-toolbox/shogun: http://travis-ci.org/shogun-toolbox/shogun/builds/3291644103:31
-!- travis-ci [~travis-ci@ec2-54-90-96-176.compute-1.amazonaws.com] has left #shogun []03:31
shogun-notifier-shogun: Heiko Strathmann :develop * 425f3da / src/shogun/machine/gp/InferenceMethod.h: https://github.com/shogun-toolbox/shogun/commit/425f3da95371545b1ab13f6e862de0905ed760a504:34
shogun-notifier-shogun: Update InferenceMethod.h04:34
shogun-notifier-shogun:04:34
shogun-notifier-shogun: Fix wrong statement in documentation04:34
shogun-notifier-shogun: Heiko Strathmann :develop * 02842ce / src/shogun/machine/gp/InferenceMethod.h: https://github.com/shogun-toolbox/shogun/commit/02842ce09065c68e29842a324ce9329a661a59e604:39
shogun-notifier-shogun: Update InferenceMethod.h04:39
shogun-notifier-shogun:04:39
shogun-notifier-shogun: another fix, overseen before04:39
-!- travis-ci [~travis-ci@ec2-54-89-155-211.compute-1.amazonaws.com] has joined #shogun04:45
travis-ci[travis-ci] it's Heiko Strathmann's turn to pay the next round of drinks for the massacre he caused in shogun-toolbox/shogun: http://travis-ci.org/shogun-toolbox/shogun/builds/3292074904:45
-!- travis-ci [~travis-ci@ec2-54-89-155-211.compute-1.amazonaws.com] has left #shogun []04:45
shogun-buildbotbuild #422 of debian wheezy - memcheck is complete: Failure [failed memory check]  Build details are at http://buildbot.shogun-toolbox.org/builders/debian%20wheezy%20-%20memcheck/builds/422  blamelist: Sergey Lisitsyn <lisitsyn.s.o@gmail.com>, khalednasr <k.nasr92@gmail.com>04:46
-!- travis-ci [~travis-ci@ec2-54-89-155-211.compute-1.amazonaws.com] has joined #shogun05:35
travis-ci[travis-ci] it's Heiko Strathmann's turn to pay the next round of drinks for the massacre he caused in shogun-toolbox/shogun: http://travis-ci.org/shogun-toolbox/shogun/builds/3292093905:35
-!- travis-ci [~travis-ci@ec2-54-89-155-211.compute-1.amazonaws.com] has left #shogun []05:35
-!- pickle27 [~pickle27@192-0-136-118.cpe.teksavvy.com] has joined #shogun05:38
-!- SerenityPhawx [~SerenityP@cpe-72-177-13-217.austin.res.rr.com] has joined #shogun06:10
-!- pickle27 [~pickle27@192-0-136-118.cpe.teksavvy.com] has quit [Remote host closed the connection]06:18
-!- SerenityPhawx [~SerenityP@cpe-72-177-13-217.austin.res.rr.com] has quit [Quit: Leaving]06:23
shogun-buildbotbuild #892 of nightly_default is complete: Failure [failed notebooks]  Build details are at http://buildbot.shogun-toolbox.org/builders/nightly_default/builds/892  blamelist: jiaolong <jiaolongxu@gmail.com>, Wu Lin <yorker.lin@gmail.com>, khalednasr <k.nasr92@gmail.com>, Heiko Strathmann <heiko.strathmann@gmail.com>, Sergey Lisitsyn <lisitsyn.s.o@gmail.com>, Fernando07:04
shogun-buildbotIglesias <fernando.iglesiasg@gmail.com>, Abhijeet <abhijeetkislay@gmail.com>07:04
shogun-buildbotbuild #823 of precise - libshogun is complete: Failure [failed compile]  Build details are at http://buildbot.shogun-toolbox.org/builders/precise%20-%20libshogun/builds/823  blamelist: Heiko Strathmann <heiko.strathmann@gmail.com>, Fernando Iglesias <fernando.iglesiasg@gmail.com>07:18
shogun-buildbotbuild #852 of FCRH - libshogun is complete: Failure [failed test]  Build details are at http://buildbot.shogun-toolbox.org/builders/FCRH%20-%20libshogun/builds/852  blamelist: Heiko Strathmann <heiko.strathmann@gmail.com>, Fernando Iglesias <fernando.iglesiasg@gmail.com>07:24
-!- shogun-notifier- [~irker@7nn.de] has quit [Quit: transmission timeout]07:39
shogun-buildbotbuild #49 of osx2 - modular_interfaces is complete: Failure [failed csharp modular]  Build details are at http://buildbot.shogun-toolbox.org/builders/osx2%20-%20modular_interfaces/builds/49  blamelist: Fernando Iglesias <fernando.iglesiasg@gmail.com>07:41
shogun-buildbotbuild #50 of osx2 - modular_interfaces is complete: Failure [failed csharp modular]  Build details are at http://buildbot.shogun-toolbox.org/builders/osx2%20-%20modular_interfaces/builds/50  blamelist: Heiko Strathmann <heiko.strathmann@gmail.com>08:03
shogun-buildbotbuild #2301 of deb2 - static_interfaces is complete: Failure [failed cmdline static]  Build details are at http://buildbot.shogun-toolbox.org/builders/deb2%20-%20static_interfaces/builds/2301  blamelist: Heiko Strathmann <heiko.strathmann@gmail.com>, Fernando Iglesias <fernando.iglesiasg@gmail.com>08:10
shogun-buildbotbuild #478 of deb4 - python3 is complete: Failure [failed python static]  Build details are at http://buildbot.shogun-toolbox.org/builders/deb4%20-%20python3/builds/478  blamelist: Heiko Strathmann <heiko.strathmann@gmail.com>, Fernando Iglesias <fernando.iglesiasg@gmail.com>08:12
-!- shogun-notifier- [~irker@7nn.de] has joined #shogun09:33
shogun-notifier-shogun: Fernando Iglesias :develop * b2a84da / src/shogun/features/Features.cpp,src/shogun/multiclass/KNN.cpp: https://github.com/shogun-toolbox/shogun/commit/b2a84dac3ad029a4093d36de1eb80fef4562c88409:33
shogun-notifier-shogun: Fix failure of KNN with cross-validation and memory leak on Features copy constructor.09:33
shogun-notifier-shogun: Fernando Iglesias :develop * e89843b / src/shogun/features/Features.cpp,src/shogun/multiclass/KNN.cpp: https://github.com/shogun-toolbox/shogun/commit/e89843b32a42b0fc9f5b28d292033c5f81acda8609:33
shogun-notifier-shogun: Merge pull request #2496 from iglesias/fix/knn_with_cv09:33
shogun-notifier-shogun:09:33
shogun-notifier-shogun: Fix failure of KNN with cross-validation and memory leak on Features copy constructor.09:33
-!- travis-ci [~travis-ci@ec2-54-89-155-211.compute-1.amazonaws.com] has joined #shogun10:28
travis-ci[travis-ci] it's Fernando Iglesias's turn to pay the next round of drinks for the massacre he caused in shogun-toolbox/shogun: http://travis-ci.org/shogun-toolbox/shogun/builds/3293591210:28
-!- travis-ci [~travis-ci@ec2-54-89-155-211.compute-1.amazonaws.com] has left #shogun []10:28
-!- van51 [~van51@ppp-94-66-15-225.home.otenet.gr] has joined #shogun10:50
van51yo!10:50
@wiking hey10:56
shogun-buildbotbuild #423 of debian wheezy - memcheck is complete: Failure [failed memory check]  Build details are at http://buildbot.shogun-toolbox.org/builders/debian%20wheezy%20-%20memcheck/builds/423  blamelist: Heiko Strathmann <heiko.strathmann@gmail.com>, Fernando Iglesias <fernando.iglesiasg@gmail.com>11:04
-!- travis-ci [~travis-ci@ec2-54-90-246-144.compute-1.amazonaws.com] has joined #shogun11:07
travis-ci[travis-ci] it's Fernando Iglesias's turn to pay the next round of drinks for the massacre he caused in shogun-toolbox/shogun: http://travis-ci.org/shogun-toolbox/shogun/builds/3293591211:07
-!- travis-ci [~travis-ci@ec2-54-90-246-144.compute-1.amazonaws.com] has left #shogun []11:07
shogun-buildbotbuild #824 of precise - libshogun is complete: Failure [failed compile]  Build details are at http://buildbot.shogun-toolbox.org/builders/precise%20-%20libshogun/builds/824  blamelist: Fernando Iglesias <fernando.iglesiasg@gmail.com>11:08
shogun-buildbotbuild #550 of osx1 - libshogun is complete: Failure [failed test]  Build details are at http://buildbot.shogun-toolbox.org/builders/osx1%20-%20libshogun/builds/550  blamelist: Fernando Iglesias <fernando.iglesiasg@gmail.com>11:22
shogun-buildbotbuild #853 of FCRH - libshogun is complete: Failure [failed test]  Build details are at http://buildbot.shogun-toolbox.org/builders/FCRH%20-%20libshogun/builds/853  blamelist: Fernando Iglesias <fernando.iglesiasg@gmail.com>11:24
shogun-buildbotbuild #551 of osx1 - libshogun is complete: Success [build successful]  Build details are at http://buildbot.shogun-toolbox.org/builders/osx1%20-%20libshogun/builds/55111:27
shogun-buildbotbuild #51 of osx2 - modular_interfaces is complete: Failure [failed csharp modular]  Build details are at http://buildbot.shogun-toolbox.org/builders/osx2%20-%20modular_interfaces/builds/51  blamelist: Fernando Iglesias <fernando.iglesiasg@gmail.com>11:39
shogun-buildbotbuild #2302 of deb2 - static_interfaces is complete: Failure [failed cmdline static]  Build details are at http://buildbot.shogun-toolbox.org/builders/deb2%20-%20static_interfaces/builds/2302  blamelist: Fernando Iglesias <fernando.iglesiasg@gmail.com>11:40
shogun-buildbotbuild #479 of deb4 - python3 is complete: Failure [failed python static]  Build details are at http://buildbot.shogun-toolbox.org/builders/deb4%20-%20python3/builds/479  blamelist: Fernando Iglesias <fernando.iglesiasg@gmail.com>11:41
-!- man-c [59d28792@gateway/web/freenode/ip.89.210.135.146] has joined #shogun11:58
man-challo11:58
-!- hushell [~hushell@c-98-232-237-144.hsd1.or.comcast.net] has quit [Ping timeout: 240 seconds]12:02
@wikinghey12:05
-!- shogun-notifier- [~irker@7nn.de] has quit [Quit: transmission timeout]12:33
shogun-buildbotbuild #424 of debian wheezy - memcheck is complete: Failure [failed memory check]  Build details are at http://buildbot.shogun-toolbox.org/builders/debian%20wheezy%20-%20memcheck/builds/424  blamelist: Fernando Iglesias <fernando.iglesiasg@gmail.com>14:32
-!- man-c [59d28792@gateway/web/freenode/ip.89.210.135.146] has quit [Ping timeout: 246 seconds]15:40
-!- shogun-notifier- [~irker@7nn.de] has joined #shogun15:48
shogun-notifier-shogun: Wu Lin :develop * 25a2f01 / doc/ (2 files): https://github.com/shogun-toolbox/shogun/commit/25a2f0128d95a23b8add0d4baa3aa893e621da7315:48
shogun-notifier-shogun: fixed the renaming issue15:48
shogun-notifier-shogun: Heiko Strathmann :develop * 6e6268e / doc/ (2 files): https://github.com/shogun-toolbox/shogun/commit/6e6268eaa28fe733b9dd78d10ef672a40a26384b15:48
shogun-notifier-shogun: Merge pull request #2504 from yorkerlin/develop15:48
shogun-notifier-shogun:15:48
shogun-notifier-shogun: fixed the renaming issue15:48
shogun-buildbotbuild #825 of precise - libshogun is complete: Failure [failed compile]  Build details are at http://buildbot.shogun-toolbox.org/builders/precise%20-%20libshogun/builds/825  blamelist: Wu Lin <yorker.lin@gmail.com>15:56
shogun-buildbotbuild #2511 of bsd1 - libshogun is complete: Failure [failed test]  Build details are at http://buildbot.shogun-toolbox.org/builders/bsd1%20-%20libshogun/builds/2511  blamelist: Wu Lin <yorker.lin@gmail.com>15:58
shogun-buildbotbuild #826 of precise - libshogun is complete: Failure [failed compile]  Build details are at http://buildbot.shogun-toolbox.org/builders/precise%20-%20libshogun/builds/826  blamelist: Heiko Strathmann <heiko.strathmann@gmail.com>15:58
shogun-buildbotbuild #2512 of bsd1 - libshogun is complete: Success [build successful]  Build details are at http://buildbot.shogun-toolbox.org/builders/bsd1%20-%20libshogun/builds/251216:00
-!- travis-ci [~travis-ci@ec2-54-166-228-166.compute-1.amazonaws.com] has joined #shogun16:02
travis-ci[travis-ci] it's Heiko Strathmann's turn to pay the next round of drinks for the massacre he caused in shogun-toolbox/shogun: http://travis-ci.org/shogun-toolbox/shogun/builds/3296465316:02
-!- travis-ci [~travis-ci@ec2-54-166-228-166.compute-1.amazonaws.com] has left #shogun []16:02
shogun-buildbotbuild #854 of FCRH - libshogun is complete: Failure [failed test]  Build details are at http://buildbot.shogun-toolbox.org/builders/FCRH%20-%20libshogun/builds/854  blamelist: Wu Lin <yorker.lin@gmail.com>16:03
shogun-buildbotbuild #552 of osx1 - libshogun is complete: Failure [failed test]  Build details are at http://buildbot.shogun-toolbox.org/builders/osx1%20-%20libshogun/builds/552  blamelist: Wu Lin <yorker.lin@gmail.com>16:04
shogun-buildbotbuild #855 of FCRH - libshogun is complete: Failure [failed test]  Build details are at http://buildbot.shogun-toolbox.org/builders/FCRH%20-%20libshogun/builds/855  blamelist: Heiko Strathmann <heiko.strathmann@gmail.com>16:04
-!- hushell [~hushell@c-98-232-237-144.hsd1.or.comcast.net] has joined #shogun16:07
shogun-buildbotbuild #553 of osx1 - libshogun is complete: Success [build successful]  Build details are at http://buildbot.shogun-toolbox.org/builders/osx1%20-%20libshogun/builds/55316:08
-!- man-c [59d28792@gateway/web/freenode/ip.89.210.135.146] has joined #shogun16:11
shogun-buildbotbuild #52 of osx2 - modular_interfaces is complete: Failure [failed csharp modular]  Build details are at http://buildbot.shogun-toolbox.org/builders/osx2%20-%20modular_interfaces/builds/52  blamelist: Heiko Strathmann <heiko.strathmann@gmail.com>16:15
shogun-buildbotbuild #2303 of deb2 - static_interfaces is complete: Failure [failed cmdline static]  Build details are at http://buildbot.shogun-toolbox.org/builders/deb2%20-%20static_interfaces/builds/2303  blamelist: Heiko Strathmann <heiko.strathmann@gmail.com>, Wu Lin <yorker.lin@gmail.com>16:51
shogun-buildbotbuild #480 of deb4 - python3 is complete: Failure [failed python static]  Build details are at http://buildbot.shogun-toolbox.org/builders/deb4%20-%20python3/builds/480  blamelist: Heiko Strathmann <heiko.strathmann@gmail.com>, Wu Lin <yorker.lin@gmail.com>16:52
-!- man-c [59d28792@gateway/web/freenode/ip.89.210.135.146] has quit [Ping timeout: 246 seconds]16:53
matt|workHeiko asked me to update the news with the r_modular fix I contributed, do I just edit the NEWS file directly and do a pull request?16:55
@lisitsynmatt|work: yes16:55
-!- man-c [59d28792@gateway/web/freenode/ip.89.210.135.146] has joined #shogun16:56
-!- rajul [~rajul@180.151.18.31] has joined #shogun17:08
-!- rajul [~rajul@180.151.18.31] has quit [Ping timeout: 255 seconds]17:13
-!- rajul [~rajul@180.151.18.31] has joined #shogun17:39
-!- Netsplit *.net <-> *.split quits: zxtx17:56
-!- rajul [~rajul@180.151.18.31] has quit [Ping timeout: 264 seconds]18:00
shogun-notifier-shogun: Matt Huska :develop * a718662 / NEWS,README.md,doc/pages/Interfaces.mainpage: https://github.com/shogun-toolbox/shogun/commit/a718662db91dda81305ed821ecaa5f840d5acbce18:03
shogun-notifier-shogun: Set R modular to stable in README.md. Update Interfaces doc and NEWS.18:03
shogun-notifier-shogun: Heiko Strathmann :develop * 4ba80b3 / NEWS,README.md,doc/pages/Interfaces.mainpage: https://github.com/shogun-toolbox/shogun/commit/4ba80b375ac8162244ccad35b5406a7273bc1f6c18:03
shogun-notifier-shogun: Merge pull request #2507 from matthuska/r-modular-news18:04
shogun-notifier-shogun:18:04
shogun-notifier-shogun: Set R modular to stable in README.md. Update Interfaces doc and NEWS.18:04
-!- Netsplit over, joins: zxtx18:04
-!- rajul [~rajul@180.151.18.31] has joined #shogun18:13
-!- van51 [~van51@ppp-94-66-15-225.home.otenet.gr] has quit [Ping timeout: 250 seconds]18:29
-!- van51 [~van51@94.66.15.225] has joined #shogun18:29
-!- in3xes [~in3xes@124.40.244.18] has joined #shogun18:33
-!- travis-ci [~travis-ci@ec2-54-166-228-166.compute-1.amazonaws.com] has joined #shogun18:35
travis-ci[travis-ci] it's Heiko Strathmann's turn to pay the next round of drinks for the massacre he caused in shogun-toolbox/shogun: http://travis-ci.org/shogun-toolbox/shogun/builds/3297928418:35
-!- travis-ci [~travis-ci@ec2-54-166-228-166.compute-1.amazonaws.com] has left #shogun []18:35
-!- rajul [~rajul@180.151.18.31] has quit [Read error: Connection reset by peer]18:39
-!- rajul [~rajul@180.151.18.31] has joined #shogun18:53
-!- man-c [59d28792@gateway/web/freenode/ip.89.210.135.146] has quit [Quit: Page closed]19:08
-!- in3xes [~in3xes@124.40.244.18] has quit [Remote host closed the connection]19:13
-!- thoralf [~thoralf@ip25054fb1.dynamic.kabel-deutschland.de] has joined #shogun19:17
-!- mode/#shogun [+o thoralf] by ChanServ19:17
@thoralfHe.19:17
shogun-buildbotbuild #425 of debian wheezy - memcheck is complete: Success [build successful]  Build details are at http://buildbot.shogun-toolbox.org/builders/debian%20wheezy%20-%20memcheck/builds/42519:27
-!- thoralf [~thoralf@ip25054fb1.dynamic.kabel-deutschland.de] has quit [Quit: Konversation terminated!]19:34
-!- rajul [~rajul@180.151.18.31] has quit [Read error: Connection reset by peer]19:34
-!- man-c [59d28792@gateway/web/freenode/ip.89.210.135.146] has joined #shogun19:50
-!- rajul [~rajul@180.151.18.31] has joined #shogun19:51
-!- man-c [59d28792@gateway/web/freenode/ip.89.210.135.146] has quit [Ping timeout: 246 seconds]20:45
-!- shogun-notifier- [~irker@7nn.de] has quit [Quit: transmission timeout]21:04
-!- rajul [~rajul@180.151.18.31] has quit [Read error: Connection reset by peer]21:19
-!- rajul [~rajul@180.151.18.31] has joined #shogun21:32
-!- van51 [~van51@94.66.15.225] has quit [Read error: Connection reset by peer]21:41
-!- khalednasr [2945ab4e@gateway/web/cgi-irc/kiwiirc.com/ip.41.69.171.78] has joined #shogun21:42
@lisitsynkhalednasr: hey wazzup21:42
khalednasrlisitsyn:hey :)21:43
@lisitsynkhalednasr: I am curious what theo wants to talk about :)21:45
@lisitsynkhalednasr: btw21:45
@lisitsynhow far are we from gpu things?21:46
khalednasrlisitsyn:not far, maybe a week's work to gpu-ize the whole module21:46
@lisitsynreally?21:46
@lisitsynkhalednasr: will you by any chance have time for that?21:47
@lisitsynthis is out of gsoc already but well21:47
khalednasrlisitsyn:yeah, most of the function that are needed are already there21:47
khalednasrlisitsyn:I'm gonna do it soon, I'm just busy right now with a few things21:47
@lisitsynkhalednasr: I see21:47
@lisitsynkhalednasr: if you have no time/will just let me know21:47
@lisitsynmaybe I'll try to take care of that21:48
@lisitsynthat's perfect ok as your work is rather done here21:48
khalednasrlisitsyn:cool :)21:50
@lisitsynkhalednasr: I am like zero energy now :D hope theo will be there soon and it won't take much time21:58
khalednasrlisitsyn:I don't think it'll take long :)21:59
@lisitsynkhalednasr: one guy at my job wants to try some nets22:00
@lisitsynI told him you are working on this thing but he asked whether it is gpu-based22:00
@lisitsynso actually everybody is interested in gpu things you know22:00
khalednasrlisitsyn:yeah they're really usefull for neural nets22:01
@lisitsynso I hope we will have gpu things ready in the next months22:01
@lisitsynwe are not theano but that's ok22:01
khalednasrlisitsyn:yeah :)22:02
khalednasrlisitsyn:we should probably get #2421 and #2418 merged soon before we start gpu-izing22:04
khalednasrhttps://github.com/shogun-toolbox/shogun/pull/242122:05
khalednasrhttps://github.com/shogun-toolbox/shogun/pull/241822:05
khalednasrlisitsyn:the PRs are pushed against shogun-toolbox:feature/linalg, should I push them again for shogun-toolbox:develop?22:07
-!- rajul [~rajul@180.151.18.31] has quit [Read error: Connection reset by peer]22:08
@lisitsynkhalednasr: I think thats' ok to push them against linalg22:08
@lisitsynwhat's the point?22:09
@lisitsynI probably miss this thing22:09
khalednasrlisitsyn:shouldn't they be on develop if we want to use them?22:09
@lisitsynwell yeah22:09
@lisitsynbut linalg is going to be merged at some point as well22:09
@lisitsynI hope :D22:10
khalednasrlisitsyn:it's already merged :)22:10
@lisitsynahh damn22:11
@lisitsyn:D22:11
@lisitsynnow I got it22:11
@lisitsynyes then please rearrange them22:11
@lisitsynkhalednasr: its a shame I missed that :D22:11
khalednasrlisitsyn:I should probably close them and push new ones?22:12
@lisitsynyeah22:12
@lisitsynthe only sane way22:12
shogun-buildbotbuild #426 of debian wheezy - memcheck is complete: Failure [failed memory check]  Build details are at http://buildbot.shogun-toolbox.org/builders/debian%20wheezy%20-%20memcheck/builds/426  blamelist: Heiko Strathmann <heiko.strathmann@gmail.com>22:17
shogun-buildbotbuild #827 of precise - libshogun is complete: Failure [failed compile]  Build details are at http://buildbot.shogun-toolbox.org/builders/precise%20-%20libshogun/builds/827  blamelist: Heiko Strathmann <heiko.strathmann@gmail.com>, Matt Huska <huska@molgen.mpg.de>22:20
@lisitsynkhalednasr: probably I'll have to go to sleep soon22:21
@lisitsynI am visiting dentist early morning :D22:22
khalednasrlisitsyn:yeah, let's reschedule22:22
@lisitsynwe've got to submit evaluation pretty soon22:23
shogun-buildbotbuild #856 of FCRH - libshogun is complete: Failure [failed test]  Build details are at http://buildbot.shogun-toolbox.org/builders/FCRH%20-%20libshogun/builds/856  blamelist: Heiko Strathmann <heiko.strathmann@gmail.com>, Matt Huska <huska@molgen.mpg.de>22:24
-!- rajul [~rajul@180.151.18.31] has joined #shogun22:25
@lisitsynkhalednasr: alright I am off :)22:27
@lisitsynkhalednasr: I think that would be a good idea if you write a few words to update theo on the status22:27
khalednasrlisitsyn:alright, sorry you had to stay up  :)22:28
@lisitsynkhalednasr: np :)22:28
shogun-buildbotbuild #53 of osx2 - modular_interfaces is complete: Failure [failed csharp modular]  Build details are at http://buildbot.shogun-toolbox.org/builders/osx2%20-%20modular_interfaces/builds/53  blamelist: Matt Huska <huska@molgen.mpg.de>22:33
shogun-buildbotbuild #54 of osx2 - modular_interfaces is complete: Failure [failed csharp modular]  Build details are at http://buildbot.shogun-toolbox.org/builders/osx2%20-%20modular_interfaces/builds/54  blamelist: Heiko Strathmann <heiko.strathmann@gmail.com>22:41
-!- rajul [~rajul@180.151.18.31] has quit [Ping timeout: 246 seconds]22:43
-!- hushell [~hushell@c-98-232-237-144.hsd1.or.comcast.net] has quit [Ping timeout: 250 seconds]22:45
shogun-buildbotbuild #2304 of deb2 - static_interfaces is complete: Failure [failed cmdline static]  Build details are at http://buildbot.shogun-toolbox.org/builders/deb2%20-%20static_interfaces/builds/2304  blamelist: Heiko Strathmann <heiko.strathmann@gmail.com>, Matt Huska <huska@molgen.mpg.de>22:49
shogun-buildbotbuild #481 of deb4 - python3 is complete: Failure [failed python static]  Build details are at http://buildbot.shogun-toolbox.org/builders/deb4%20-%20python3/builds/481  blamelist: Heiko Strathmann <heiko.strathmann@gmail.com>, Matt Huska <huska@molgen.mpg.de>22:50
-!- khalednasr [2945ab4e@gateway/web/cgi-irc/kiwiirc.com/ip.41.69.171.78] has quit [Quit: http://www.kiwiirc.com/ - A hand crafted IRC client]23:05
-!- rajul [~rajul@180.151.18.31] has joined #shogun23:10
--- Log closed Wed Aug 20 00:00:06 2014

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