Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
-
None
Description
Please use the attached script to reproduce the error.
The execution terminates with the following exception:
[ERROR] Failed to execute task (type=SET, iterations={[i=4]}), retry:1[ERROR] Failed to execute task (type=SET, iterations={[i=4]}), retry:1org.apache.sysds.runtime.DMLRuntimeException: ERROR: Runtime error in program block generated from statement block between lines 0 and 0 -- Error evaluating instruction: CP°fcall°.builtinNS°m_multiLogReg_t313°false°8°1°X=_mVar1407878·MATRIX·FP64°Y=_mVar1407883·MATRIX·FP64°icpt=2.0·SCALAR·FP64·true°reg=0.001·SCALAR·FP64·true°tol=1.0E-5·SCALAR·FP64·true°maxi=1000.0·SCALAR·FP64·true°maxii=50·SCALAR·INT64·true°verbose=false·SCALAR·BOOLEAN·true°beta at org.apache.sysds.runtime.controlprogram.ProgramBlock.executeSingleInstruction(ProgramBlock.java:286) at org.apache.sysds.runtime.controlprogram.ProgramBlock.executeInstructions(ProgramBlock.java:199) at org.apache.sysds.runtime.controlprogram.BasicProgramBlock.execute(BasicProgramBlock.java:125) at org.apache.sysds.runtime.controlprogram.parfor.ParWorker.executeSetTask(ParWorker.java:154) at org.apache.sysds.runtime.controlprogram.parfor.ParWorker.executeTask(ParWorker.java:121) at org.apache.sysds.runtime.controlprogram.parfor.LocalParWorker.run(LocalParWorker.java:121) at java.lang.Thread.run(Thread.java:748)Caused by: org.apache.sysds.runtime.DMLRuntimeException: function m_multiLogReg_t313 (false) is undefined in namespace .builtinNS at org.apache.sysds.runtime.controlprogram.Program.getFunctionProgramBlock(Program.java:138) at org.apache.sysds.runtime.instructions.cp.FunctionCallCPInstruction.processInstruction(FunctionCallCPInstruction.java:126) at org.apache.sysds.runtime.controlprogram.ProgramBlock.executeSingleInstruction(ProgramBlock.java:250) ... 6