提交 5dfcd8b4 authored 作者: Frederic's avatar Frederic

Added more tests.

上级 894d6665
...@@ -863,6 +863,9 @@ class T_subtensor(theano.tensor.tests.test_basic.T_subtensor): ...@@ -863,6 +863,9 @@ class T_subtensor(theano.tensor.tests.test_basic.T_subtensor):
(rand(70000, 2, 3), range(70000), True), (rand(70000, 2, 3), range(70000), True),
(rand(1025, 1025), [5, 10], True), (rand(1025, 1025), [5, 10], True),
(rand(3, 1025, 1026), [1, 2], True), (rand(3, 1025, 1026), [1, 2], True),
(rand(1025, 67000), [5, 10], True),
(rand(3, 10, 68000), [1, 2], True),
(rand(3, 69000, 11), [1, 2], True),
(rand(4, 5), [2, 3], True), (rand(4, 5), [2, 3], True),
(rand(4, 2, 3), [0, 3], True), (rand(4, 2, 3), [0, 3], True),
(rand(4, 2, 3), [3, 3, 1, 1, 2, (rand(4, 2, 3), [3, 3, 1, 1, 2,
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论