jehosha opened a new issue #20850:
URL: https://github.com/apache/incubator-mxnet/issues/20850


   Hi friend,
   
   PDL (2.068) is not able to retrieve MXNet tensors. It can only retieve the 
first integer pointed to by the memory reference.
   The rest of the array's content is completely set to zeros.
   use strict;
   use warnings;
   use AI::MXNet qw(mx);
   use AI::MXNet qw(nd);
   use Data::Dump qw(dump);
   
   my $x = mx->nd->array([5, 9]);
   print $x->aspdl;
   
   It prints [5,0] instead of [5, 9].
   
   Previous PDL version 2.047 did not have this issue.
   I figured out a temporary "solution" to the problem by removing PDL (2.068) 
and installing from source PDL version 2.047 and PDL::VectorValued::Utils 
(1.0.14) and PDL::CCS::Utils (1.23.17).
   
   Please give a solution to the problem.
   You can contact me by email if you need me to make tests on the new version 
of PDL.


-- 
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.

To unsubscribe, e-mail: issues-unsubscr...@mxnet.apache.org

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



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

Reply via email to