You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@systemml.apache.org by "Fei Hu (JIRA)" <ji...@apache.org> on 2017/08/01 04:46:00 UTC

[jira] [Updated] (SYSTEMML-1821) Improve the training process in mnist_lenet_distrib_sgd.dml

     [ https://issues.apache.org/jira/browse/SYSTEMML-1821?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Fei Hu updated SYSTEMML-1821:
-----------------------------
    Description: For {{Remote_Spark}} mode, SystemML engine will export the intermediate matrixes into HDFS, which may impair the performance of distributed model training. Therefore the unnecessary intermediate matrixes need to be avoided, and instead we can directly use the dimension index to compute the final batch matrix.   (was: SystemML engine will export the intermediate matrixes into HDFS, which may impair the performance of distributed model training. Therefore the unnecessary intermediate matrixes need to be avoided, and instead we can directly use the dimension index to compute the final batch matrix. )

> Improve the training process in mnist_lenet_distrib_sgd.dml
> -----------------------------------------------------------
>
>                 Key: SYSTEMML-1821
>                 URL: https://issues.apache.org/jira/browse/SYSTEMML-1821
>             Project: SystemML
>          Issue Type: Improvement
>          Components: ParFor, Runtime
>    Affects Versions: SystemML 1.0
>            Reporter: Fei Hu
>            Assignee: Fei Hu
>
> For {{Remote_Spark}} mode, SystemML engine will export the intermediate matrixes into HDFS, which may impair the performance of distributed model training. Therefore the unnecessary intermediate matrixes need to be avoided, and instead we can directly use the dimension index to compute the final batch matrix. 



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)