提交 28e9fdb0 authored 作者: Arnaud Bergeron's avatar Arnaud Bergeron 提交者: Pascal Lamblin

Fix nits from comments.

上级 bec24d20
......@@ -1258,7 +1258,7 @@ def local_abstractconv_cudnn(node):
conv_mode=conv_mode)
return [rval]
conv_groupopt.register(local_abstactconv_cudnn)
conv_groupopt.register(local_abstractconv_cudnn)
@inplace_allocempty(GpuDnnConv, 2)
......
......@@ -787,7 +787,7 @@ def local_error_convop(node, context_name):
ConvOp does not work with the gpuarray backend.
Use the new convolution interface to have GPU convolution working:
theano.tensor.nnet.abstract_conv2d.conv2d()
theano.tensor.nnet.conv2d()
"""
# This deals with any abstract convs that have a transfer somewhere
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论