提交 efb9499f authored 作者: slefrancois's avatar slefrancois

add test skip for gpu fft doc example

上级 129c21c6
......@@ -10,9 +10,8 @@ FFT gradients are implemented as the opposite Fourier transform of the output gr
.. warning ::
The real and imaginary parts of the Fourier domain arrays are stored as a pair of float32
array, emulating complex64. Since theano does not support complex
number operations, care must be taken to manually implement operators such as complex
multiplication.
array, emulating complex64. Since theano has limited support for complex
number operations, care must be taken to manually implement operations such as gradients.
.. automodule:: theano.gpuarray.fft
:members: curfft, cuirfft
......@@ -41,4 +40,10 @@ shifted to the middle of the array. The Theano flag ``device=cuda{0,1...}`` must
c_out = np.asarray(out[0, :, 0] + 1j*out[0, :, 1])
abs_out = abs(c_out)
.. image:: plot_fft.png
\ No newline at end of file
.. testoutput::
:hide:
:options: +SKIP
...
.. image:: plot_fft.png
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论