[GitHub] [incubator-mxnet] wkcn edited a comment on issue #18695: Transpose only supports up to 6 dimensions

2020-07-13 Thread GitBox
wkcn edited a comment on issue #18695: URL: https://github.com/apache/incubator-mxnet/issues/18695#issuecomment-657934929 Hi @szha , I create a [`TransposeKernel`](https://github.com/wkcn/incubator-mxnet/blob/support_transpose_dim_gt_6/src/operator/tensor/matrix_op-inl.h#L324) and need to

[GitHub] [incubator-mxnet] wkcn edited a comment on issue #18695: Transpose only supports up to 6 dimensions

2020-07-13 Thread GitBox
wkcn edited a comment on issue #18695: URL: https://github.com/apache/incubator-mxnet/issues/18695#issuecomment-657934929 Hi @szha , I create a [`TransposeKernel`](https://github.com/wkcn/incubator-mxnet/blob/support_transpose_dim_gt_6/src/operator/tensor/matrix_op-inl.h#L324) and need to

[GitHub] [incubator-mxnet] wkcn edited a comment on issue #18695: Transpose only supports up to 6 dimensions

2020-07-13 Thread GitBox
wkcn edited a comment on issue #18695: URL: https://github.com/apache/incubator-mxnet/issues/18695#issuecomment-657934929 Hi @szha , I create a [`TransposeKernel`](https://github.com/wkcn/incubator-mxnet/blob/support_transpose_dim_gt_6/src/operator/tensor/matrix_op-inl.h#L324) and need to

[GitHub] [incubator-mxnet] wkcn edited a comment on issue #18695: Transpose only supports up to 6 dimensions

2020-07-13 Thread GitBox
wkcn edited a comment on issue #18695: URL: https://github.com/apache/incubator-mxnet/issues/18695#issuecomment-657825425 Hi @szha , I am trying to fix it and select 'Collapse consecutive axes of the input array into a single axis here when axes.ndim() > 2'. https://github.com/wkcn/