提交 56ae0cf0 authored 作者: Vincent Dumoulin's avatar Vincent Dumoulin

Fix failing test

上级 2890f008
......@@ -1564,7 +1564,7 @@ class TestConv2dTranspose(unittest.TestCase):
"""
mode = self.mode
if theano.config.mode == "FAST_COMPILE":
mode = theano.compile.get_default_mode(
mode = theano.compile.get_mode(
mode).excluding("conv_gemm").excluding("AbstractConvCheck")
output = theano.function(
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论