提交 b6febcb9 authored 作者: Frederic's avatar Frederic

Remove warning as it work now!

上级 03ed5920
...@@ -1288,7 +1288,6 @@ def local_conv_gemm(node): ...@@ -1288,7 +1288,6 @@ def local_conv_gemm(node):
if (isinstance(node.op, GpuConv) and if (isinstance(node.op, GpuConv) and
node.op.border_mode == 'valid' and node.op.border_mode == 'valid' and
node.op.subsample == (1, 1)): node.op.subsample == (1, 1)):
print "WARNING, YOU ARE USING BUGGED CODE!"
img, kern = node.inputs img, kern = node.inputs
img = gpu_contiguous(img) img = gpu_contiguous(img)
kern = kern[:, :, ::-1, ::-1] kern = kern[:, :, ::-1, ::-1]
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论