提交 5c61c434 authored 作者: Arnaud Bergeron's avatar Arnaud Bergeron

Test mistake.

上级 c6cafd0d
...@@ -18,7 +18,7 @@ else: ...@@ -18,7 +18,7 @@ else:
mode_with_gpu = theano.compile.mode.get_default_mode().including('gpu') mode_with_gpu = theano.compile.mode.get_default_mode().including('gpu')
def TestConv2dFFT(unittest.TestCase): class TestConv2dFFT(unittest.TestCase):
def setUp(self): def setUp(self):
self._prev = theano.confg.enable_conv2d_fft self._prev = theano.confg.enable_conv2d_fft
theano.confg.enable_conv2d_fft = True theano.confg.enable_conv2d_fft = True
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论