Re: Training Failure in Clustering : Execution mode singlenode

2017-07-29 Thread Matthias Boehm
ok this has been fixed in master - it was essentially an issue of size propagation for ctable with two sequence inputs. Regards, Matthias On Sat, Jul 29, 2017 at 1:57 PM, Matthias Boehm wrote: > Hi Krishna, > > I just gave Kmeans a try with your parameters and it runs

Build failed in Jenkins: SystemML-DailyTest #1141

2017-07-29 Thread jenkins
See Changes: [Matthias Boehm] [SYSTEMML-1817] Fix hop construction for full standard dev computation -- [...truncated 29391 lines...] 17/07/29 15:53:37 INFO

Re: Training Failure in Clustering : Execution mode singlenode

2017-07-29 Thread Matthias Boehm
Hi Krishna, I just gave Kmeans a try with your parameters and it runs fine with hybrid_spark (default) through spark submit. However, I'm able to reproduce the issue when forcing it into singlenode. Thanks for catching this - I'll take care of it. Regards, Matthias On Sat, Jul 29, 2017 at 9:34

Re: svd( ) implementation

2017-07-29 Thread Imran Younus
Hi Janardhan, By tall-skinny matrix I mean that the number of columns should be reasonably small (doesn't matter how many rows are there) . When you do QR decomposition, R would a square matrix (upper triangular) of dimensions equal to the number of columns of matrix A. But then R has to fit on

Training Failure in Clustering : Execution mode singlenode

2017-07-29 Thread Krishna Kalyan
Hello All, I am faced with an error below while trying to train Kmeans algorithm. ERROR: Runtime error in program block generated from statement block between lines 94 and 120 Could someone please guide with the fix. Full Error Stack Trace :