提交 9eda79a1 authored 作者: David Warde-Farley's avatar David Warde-Farley

Comment about future testing plans.

上级 6034d545
...@@ -4009,6 +4009,7 @@ def test_tile(): ...@@ -4009,6 +4009,7 @@ def test_tile():
# XXX: It turns out that almost no cases of the tile gradient actually work. # XXX: It turns out that almost no cases of the tile gradient actually work.
# This is a test that should pass if the proper implementation is filled in. # This is a test that should pass if the proper implementation is filled in.
def test_tile_grad_3d(): def test_tile_grad_3d():
# N.B.: we should also use verify_grad in this test.
raise SkipTest() # Remove me when this is implemented. raise SkipTest() # Remove me when this is implemented.
rng = numpy.random.RandomState(utt.fetch_seed()) rng = numpy.random.RandomState(utt.fetch_seed())
w = rng.randn(3, 4, 2) w = rng.randn(3, 4, 2)
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论