提交 511b7591 authored 作者: Arnaud Bergeron's avatar Arnaud Bergeron

Remove unused f for flake8 compliance.

上级 c37a6bb3
...@@ -366,6 +366,6 @@ def test_local_lift_abstractconv_gpu_shape(): ...@@ -366,6 +366,6 @@ def test_local_lift_abstractconv_gpu_shape():
a = tensor.ftensor4() a = tensor.ftensor4()
b = tensor.ftensor4() b = tensor.ftensor4()
c = tensor.nnet.abstract_conv.AbstractConv2d_gradWeights()(a, b, s) c = tensor.nnet.abstract_conv.AbstractConv2d_gradWeights()(a, b, s)
f = theano.function([s, a, b], c, mode=mode_with_gpu) theano.function([s, a, b], c, mode=mode_with_gpu)
finally: finally:
theano.config.on_opt_error = prev theano.config.on_opt_error = prev
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论