You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@mxnet.apache.org by "Qing Lan (JIRA)" <ji...@apache.org> on 2018/07/20 22:11:00 UTC

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

Qing Lan created MXNET-689:
------------------------------

             Summary: 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
            Reporter: Qing Lan


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