You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mxnet.apache.org by GitBox <gi...@apache.org> on 2018/06/15 03:43:57 UTC

[GitHub] C2H5OHlife commented on issue #11279: 2d fft operation with mxnet

C2H5OHlife commented on issue #11279: 2d fft operation with mxnet
URL: https://github.com/apache/incubator-mxnet/issues/11279#issuecomment-397504952
 
 
   The measure I take for now , as I mentioned below, includes converting mxnet NDArray to numpy array and its inverse. So I guess there're 2 factors that slow my codes down:
   1. the converting process
   2. fft operation with numpy on CPU
   so is there any alternative way I can try?

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on 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


With regards,
Apache Git Services