提交 2c4b59eb authored 作者: Frederic Bastien's avatar Frederic Bastien

Remove useless comment

上级 2c0ec435
...@@ -13,9 +13,6 @@ from theano.tensor.nnet.abstract_conv import get_conv_output_shape ...@@ -13,9 +13,6 @@ from theano.tensor.nnet.abstract_conv import get_conv_output_shape
def burn(): def burn():
# This test that we have inplace work correctly even when
# GpuAllocEmpty get merged together.
sz = 128 sz = 128
img_shp = [sz, sz, sz, sz] img_shp = [sz, sz, sz, sz]
kern_shp = [sz // 2, sz, 3, 3] kern_shp = [sz // 2, sz, 3, 3]
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论