提交 2dfedca8 authored 作者: Olivier Delalleau's avatar Olivier Delalleau

Typo fixes

上级 7fd4182a
...@@ -905,7 +905,7 @@ class T_subtensor(theano.tensor.tests.test_basic.T_subtensor): ...@@ -905,7 +905,7 @@ class T_subtensor(theano.tensor.tests.test_basic.T_subtensor):
# Test with input strided # Test with input strided
t = self.adv_sub1()(n[::-1], idx) t = self.adv_sub1()(n[::-1], idx)
#DebugMode do a copy of the input, so we loose the strides. #DebugMode does a copy of the input, so we lose the strides.
if not isinstance(theano.compile.get_default_mode(), if not isinstance(theano.compile.get_default_mode(),
theano.compile.DebugMode): theano.compile.DebugMode):
t.owner.op.perform_using_take = fast t.owner.op.perform_using_take = fast
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论