Skip to content
This repository has been archived by the owner on Nov 17, 2023. It is now read-only.

implement mx.sym.array #12109

Open
zheng-da opened this issue Aug 9, 2018 · 1 comment
Open

implement mx.sym.array #12109

zheng-da opened this issue Aug 9, 2018 · 1 comment

Comments

@zheng-da
Copy link
Contributor

zheng-da commented Aug 9, 2018

Currently, we have mx.nd.array, but we don't have mx.sym.array. It's awkward when we use Gluon to hybridize. Potentially, we can use mx.sym.ones(arr.shape) * arr as workaround. the code isn't as intuitive as using mx.sym.array(arr) directly.

@lanking520
Copy link
Member

@mxnet-label-bot please add [gluon, feature] in here.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

4 participants