You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@mxnet.apache.org by "Naveen Swamy (JIRA)" <ji...@apache.org> on 2018/08/13 18:23:00 UTC

[jira] [Updated] (MXNET-689) Add DataDesc to MXNet Scala pkg

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

Naveen Swamy updated MXNET-689:
-------------------------------
    Component/s: Apache MXNet Scala API

> Add DataDesc to MXNet Scala pkg
> -------------------------------
>
>                 Key: MXNET-689
>                 URL: https://issues.apache.org/jira/browse/MXNET-689
>             Project: Apache MXNet
>          Issue Type: New Feature
>          Components: Apache MXNet Scala API
>            Reporter: Qing Lan
>            Assignee: Qing Lan
>            Priority: Major
>          Time Spent: 9h
>  Remaining Estimate: 0h
>
> Depreciate the `provideData` and `provideLabel` functions to provide `DataDesc` type instead of `ListMap[String, Shape]` type.
>  
> There were several issues regarding to this since v0.12 on Scala. Several users reported that the `implicit def ListMap2Descs` helps to do some downcasting job however missing information during this process (layout property).
> MXNet Python language has already change this part into `DataDesc`. In that case, I plan to add two more methods that will take `DataDesc` and depreciate the functions that mentioned above. The downcasting method `ListMap2Descs` will also be depreciated and not to be used in current MXNet Scala code base.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@mxnet.apache.org
For additional commands, e-mail: issues-help@mxnet.apache.org