You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@mxnet.apache.org by GitBox <gi...@apache.org> on 2020/10/15 02:09:11 UTC

[GitHub] [incubator-mxnet] samskalicky edited a comment on issue #19354: Gluon export changing params

samskalicky edited a comment on issue #19354:
URL: https://github.com/apache/incubator-mxnet/issues/19354#issuecomment-708848517


   This problem is compounded by the bug in:
   https://github.com/apache/incubator-mxnet/blob/6729cf3bf4edd6837b0feb6417691ce2e00dbcee/src/c_api/c_api.cc#L1419
   where its calling the `NDArray` constructor:
   https://github.com/apache/incubator-mxnet/blob/6729cf3bf4edd6837b0feb6417691ce2e00dbcee/include/mxnet/ndarray.h#L95-L96
   and its passing in the dtype to the 3rd argument which is `delay_alloc`.


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



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