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

Mike Dusenberry updated SYSTEMML-1223:
--------------------------------------
    Description: 
Given a DML script that writes matrices in binary form to disk, the 
{{rows_in_block}} and {{cols_in_block}} arguments will be ignored, and the 
default of 1000 will be used.

{code}
write(X, "X", format="binary", rows_in_block=batchSize, cols_in_block=cols)
{code}

  was:
Given a DML script that writes matrices in binary form to disk, the 
{{rows_in_block}} and {{cols_in_block}} arguments will be ignored, and the 
default of 1000 will be used.

{code}
write(X, "data/X", format="binary", rows_in_block=batchSize, cols_in_block=cols)
{code}


> 'write` Statements Ignore `rows_in_block`, `cols_in_block` Arguments
> --------------------------------------------------------------------
>
>                 Key: SYSTEMML-1223
>                 URL: https://issues.apache.org/jira/browse/SYSTEMML-1223
>             Project: SystemML
>          Issue Type: Bug
>            Reporter: Mike Dusenberry
>
> Given a DML script that writes matrices in binary form to disk, the 
> {{rows_in_block}} and {{cols_in_block}} arguments will be ignored, and the 
> default of 1000 will be used.
> {code}
> write(X, "X", format="binary", rows_in_block=batchSize, cols_in_block=cols)
> {code}



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)

Reply via email to