Last active
January 10, 2018 02:37
-
-
Save kmaehashi/eaeeef7b21e922229cb590ef437deaef to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
sphinx-build -b doctest -d build/doctrees source build/doctest | |
Running Sphinx v1.6.5 | |
Initializing Spelling Checker | |
loading pickled environment... done | |
[autosummary] generating autosummary for: comparison.rst, compatibility.rst, contribution.rst, index.rst, install.rst, license.rst, reference/caffe.rst, reference/check.rst, reference/core.rst, reference/core/configuration.rst, ..., tutorial/ptb.rst, tutorial/recurrentnet.rst, tutorial/train.rst, tutorial/train_loop.rst, tutorial/trainer.rst, tutorial/type_check.rst, tutorial/various_tasks.rst, tutorial/word2vec.rst, tutorial/writenet.rst, upgrade.rst | |
building [mo]: targets for 0 po files that are out of date | |
building [doctest]: targets for 437 source files that are out of date | |
updating environment: 0 added, 0 changed, 0 removed | |
looking for now-outdated files... none found | |
running tests... | |
Document: reference/generated/chainer.links.EmbedID | |
--------------------------------------------------- | |
********************************************************************** | |
File "reference/generated/chainer.links.EmbedID.rst", line ?, in default | |
Failed example: | |
W | |
Expected: | |
array([[ 0., 0., 0.], | |
[ 1., 1., 1.], | |
[ 2., 2., 2.]], dtype=float32) | |
Got: | |
array([[0., 0., 0.], | |
[1., 1., 1.], | |
[2., 2., 2.]], dtype=float32) | |
********************************************************************** | |
File "reference/generated/chainer.links.EmbedID.rst", line ?, in default | |
Failed example: | |
y.data | |
Expected: | |
array([[ 2., 2., 2.], | |
[ 1., 1., 1.]], dtype=float32) | |
Got: | |
array([[2., 2., 2.], | |
[1., 1., 1.]], dtype=float32) | |
********************************************************************** | |
1 items had failures: | |
2 of 7 in default | |
7 tests in 1 items. | |
5 passed and 2 failed. | |
***Test Failed*** 2 failures. | |
Document: reference/generated/chainer.functions.embed_id | |
-------------------------------------------------------- | |
********************************************************************** | |
File "reference/generated/chainer.functions.embed_id.rst", line ?, in default | |
Failed example: | |
W | |
Expected: | |
array([[ 0., 0., 0.], | |
[ 1., 1., 1.], | |
[ 2., 2., 2.]], dtype=float32) | |
Got: | |
array([[0., 0., 0.], | |
[1., 1., 1.], | |
[2., 2., 2.]], dtype=float32) | |
********************************************************************** | |
File "reference/generated/chainer.functions.embed_id.rst", line ?, in default | |
Failed example: | |
F.embed_id(x, W).data | |
Expected: | |
array([[ 2., 2., 2.], | |
[ 1., 1., 1.]], dtype=float32) | |
Got: | |
array([[2., 2., 2.], | |
[1., 1., 1.]], dtype=float32) | |
********************************************************************** | |
File "reference/generated/chainer.functions.embed_id.rst", line ?, in default | |
Failed example: | |
F.embed_id(x, W, ignore_label=1).data | |
Expected: | |
array([[ 2., 2., 2.], | |
[ 0., 0., 0.]], dtype=float32) | |
Got: | |
array([[2., 2., 2.], | |
[0., 0., 0.]], dtype=float32) | |
********************************************************************** | |
1 items had failures: | |
3 of 6 in default | |
6 tests in 1 items. | |
3 passed and 3 failed. | |
***Test Failed*** 3 failures. | |
Document: reference/core/generated/chainer.force_backprop_mode | |
-------------------------------------------------------------- | |
********************************************************************** | |
File "reference/core/generated/chainer.force_backprop_mode.rst", line 25, in default | |
Failed example: | |
x.grad | |
Expected: | |
array([ 1.], dtype=float32) | |
Got: | |
array([1.], dtype=float32) | |
********************************************************************** | |
1 items had failures: | |
1 of 4 in default | |
4 tests in 1 items. | |
3 passed and 1 failed. | |
***Test Failed*** 1 failures. | |
Document: reference/generated/chainer.functions.dstack | |
------------------------------------------------------ | |
1 items passed all tests: | |
21 tests in default | |
21 tests in 1 items. | |
21 passed and 0 failed. | |
Test passed. | |
Document: reference/generated/chainer.functions.leaky_relu | |
---------------------------------------------------------- | |
********************************************************************** | |
File "reference/generated/chainer.functions.leaky_relu.rst", line ?, in default | |
Failed example: | |
F.leaky_relu(x, slope=0.2).data | |
Expected: | |
array([[-0.2 , 0. ], | |
[ 2. , -0.60000002], | |
[-0.40000001, 1. ]], dtype=float32) | |
Got: | |
array([[-0.2, 0. ], | |
[ 2. , -0.6], | |
[-0.4, 1. ]], dtype=float32) | |
********************************************************************** | |
1 items had failures: | |
1 of 3 in default | |
3 tests in 1 items. | |
2 passed and 1 failed. | |
***Test Failed*** 1 failures. | |
Document: reference/generated/chainer.functions.deconvolution_nd | |
---------------------------------------------------------------- | |
1 items passed all tests: | |
37 tests in default | |
37 tests in 1 items. | |
37 passed and 0 failed. | |
Test passed. | |
Document: tutorial/convnet | |
-------------------------- | |
1 items passed all tests: | |
2 tests in default | |
2 tests in 1 items. | |
2 passed and 0 failed. | |
Test passed. | |
Document: reference/core/generated/chainer.configuration.LocalConfig | |
-------------------------------------------------------------------- | |
Document: reference/generated/chainer.links.Linear | |
-------------------------------------------------- | |
1 items passed all tests: | |
16 tests in default | |
16 tests in 1 items. | |
16 passed and 0 failed. | |
Test passed. | |
Document: reference/core/generated/chainer.dataset.ConcatWithAsyncTransfer | |
-------------------------------------------------------------------------- | |
Document: reference/generated/chainer.links.Convolution2D | |
--------------------------------------------------------- | |
1 items passed all tests: | |
16 tests in default | |
16 tests in 1 items. | |
16 passed and 0 failed. | |
Test passed. | |
Document: tutorial/gpu | |
---------------------- | |
1 items passed all tests: | |
19 tests in default | |
19 tests in 1 items. | |
19 passed and 0 failed. | |
Test passed. | |
Document: reference/generated/chainer.links.Classifier | |
------------------------------------------------------ | |
1 items passed all tests: | |
5 tests in default | |
5 tests in 1 items. | |
5 passed and 0 failed. | |
Test passed. | |
Document: reference/generated/chainer.functions.huber_loss | |
---------------------------------------------------------- | |
********************************************************************** | |
File "reference/generated/chainer.functions.huber_loss.rst", line ?, in default | |
Failed example: | |
y | |
Expected: | |
variable([[ 0. , 0. , 0.125], | |
[ 4.5 , 0. , 0. ]]) | |
Got: | |
variable([[0. , 0. , 0.125], | |
[4.5 , 0. , 0. ]]) | |
********************************************************************** | |
File "reference/generated/chainer.functions.huber_loss.rst", line ?, in default | |
Failed example: | |
y | |
Expected: | |
variable([ 0.125, 4.5 ]) | |
Got: | |
variable([0.125, 4.5 ]) | |
********************************************************************** | |
1 items had failures: | |
2 of 12 in default | |
12 tests in 1 items. | |
10 passed and 2 failed. | |
***Test Failed*** 2 failures. | |
Document: reference/util/generated/chainer.utils.experimental | |
------------------------------------------------------------- | |
1 items passed all tests: | |
4 tests in default | |
4 tests in 1 items. | |
4 passed and 0 failed. | |
Test passed. | |
1 items passed all tests: | |
1 tests in default (cleanup code) | |
1 tests in 1 items. | |
1 passed and 0 failed. | |
Test passed. | |
Document: reference/generated/chainer.functions.vstack | |
------------------------------------------------------ | |
1 items passed all tests: | |
16 tests in default | |
16 tests in 1 items. | |
16 passed and 0 failed. | |
Test passed. | |
Document: reference/generated/chainer.datasets.ImageDataset | |
----------------------------------------------------------- | |
1 items passed all tests: | |
9 tests in default | |
9 tests in 1 items. | |
9 passed and 0 failed. | |
Test passed. | |
Document: tutorial/basic | |
------------------------ | |
********************************************************************** | |
File "tutorial/basic.rst", line 95, in default | |
Failed example: | |
y.data | |
Expected: | |
array([ 16.], dtype=float32) | |
Got: | |
array([16.], dtype=float32) | |
********************************************************************** | |
File "tutorial/basic.rst", line 111, in default | |
Failed example: | |
x.grad | |
Expected: | |
array([ 8.], dtype=float32) | |
Got: | |
array([8.], dtype=float32) | |
********************************************************************** | |
File "tutorial/basic.rst", line 146, in default | |
Failed example: | |
x.grad | |
Expected: | |
array([[ 0., 2., 4.], | |
[ 6., 8., 10.]], dtype=float32) | |
Got: | |
array([[ 0., 2., 4.], | |
[ 6., 8., 10.]], dtype=float32) | |
********************************************************************** | |
File "tutorial/basic.rst", line 186, in default | |
Failed example: | |
f.W.data | |
Expected: | |
array([[ 1.01847613, 0.23103087, 0.56507462], | |
[ 1.29378033, 1.07823515, -0.56423163]], dtype=float32) | |
Got: | |
array([[ 1.0184761 , 0.23103087, 0.5650746 ], | |
[ 1.2937803 , 1.0782351 , -0.56423163]], dtype=float32) | |
********************************************************************** | |
File "tutorial/basic.rst", line 189, in default | |
Failed example: | |
f.b.data | |
Expected: | |
array([ 0., 0.], dtype=float32) | |
Got: | |
array([0., 0.], dtype=float32) | |
********************************************************************** | |
File "tutorial/basic.rst", line 198, in default | |
Failed example: | |
y.data | |
Expected: | |
array([[ 3.1757617 , 1.75755572], | |
[ 8.61950684, 7.18090773]], dtype=float32) | |
Got: | |
array([[3.1757617, 1.7575557], | |
[8.619507 , 7.1809077]], dtype=float32) | |
********************************************************************** | |
File "tutorial/basic.rst", line 237, in default | |
Failed example: | |
f.W.grad | |
Expected: | |
array([[ 5., 7., 9.], | |
[ 5., 7., 9.]], dtype=float32) | |
Got: | |
array([[5., 7., 9.], | |
[5., 7., 9.]], dtype=float32) | |
********************************************************************** | |
File "tutorial/basic.rst", line 240, in default | |
Failed example: | |
f.b.grad | |
Expected: | |
array([ 2., 2.], dtype=float32) | |
Got: | |
array([2., 2.], dtype=float32) | |
********************************************************************** | |
1 items had failures: | |
8 of 68 in default | |
68 tests in 1 items. | |
60 passed and 8 failed. | |
***Test Failed*** 8 failures. | |
Document: reference/generated/chainer.functions.broadcast_to | |
------------------------------------------------------------ | |
1 items passed all tests: | |
4 tests in default | |
4 tests in 1 items. | |
4 passed and 0 failed. | |
Test passed. | |
Document: reference/generated/chainer.functions.linear | |
------------------------------------------------------ | |
1 items passed all tests: | |
5 tests in default | |
5 tests in 1 items. | |
5 passed and 0 failed. | |
Test passed. | |
Document: tutorial/function | |
--------------------------- | |
1 items passed all tests: | |
18 tests in default | |
18 tests in 1 items. | |
18 passed and 0 failed. | |
Test passed. | |
Document: reference/generated/chainer.function_hooks.PrintHook | |
-------------------------------------------------------------- | |
1 items passed all tests: | |
3 tests in default | |
3 tests in 1 items. | |
3 passed and 0 failed. | |
Test passed. | |
Document: reference/generated/chainer.functions.log_softmax | |
----------------------------------------------------------- | |
********************************************************************** | |
File "reference/generated/chainer.functions.log_softmax.rst", line ?, in default | |
Failed example: | |
x | |
Expected: | |
array([[ 0., 1., 2.], | |
[ 0., 2., 4.]], dtype=float32) | |
Got: | |
array([[0., 1., 2.], | |
[0., 2., 4.]], dtype=float32) | |
********************************************************************** | |
File "reference/generated/chainer.functions.log_softmax.rst", line ?, in default | |
Failed example: | |
F.log_softmax(x).data | |
Expected: | |
array([[-2.40760589, -1.40760589, -0.40760589], | |
[-4.14293146, -2.14293146, -0.14293146]], dtype=float32) | |
Got: | |
array([[-2.407606 , -1.4076059 , -0.4076059 ], | |
[-4.1429315 , -2.1429315 , -0.14293146]], dtype=float32) | |
********************************************************************** | |
1 items had failures: | |
2 of 4 in default | |
4 tests in 1 items. | |
2 passed and 2 failed. | |
***Test Failed*** 2 failures. | |
Document: reference/generated/chainer.functions.permutate | |
--------------------------------------------------------- | |
********************************************************************** | |
File "reference/generated/chainer.functions.permutate.rst", line ?, in default | |
Failed example: | |
x | |
Expected: | |
array([[ 0., 1.], | |
[ 2., 3.], | |
[ 4., 5.]], dtype=float32) | |
Got: | |
array([[0., 1.], | |
[2., 3.], | |
[4., 5.]], dtype=float32) | |
********************************************************************** | |
File "reference/generated/chainer.functions.permutate.rst", line ?, in default | |
Failed example: | |
y.data | |
Expected: | |
array([[ 4., 5.], | |
[ 0., 1.], | |
[ 2., 3.]], dtype=float32) | |
Got: | |
array([[4., 5.], | |
[0., 1.], | |
[2., 3.]], dtype=float32) | |
********************************************************************** | |
File "reference/generated/chainer.functions.permutate.rst", line ?, in default | |
Failed example: | |
y.data | |
Expected: | |
array([[ 2., 3.], | |
[ 4., 5.], | |
[ 0., 1.]], dtype=float32) | |
Got: | |
array([[2., 3.], | |
[4., 5.], | |
[0., 1.]], dtype=float32) | |
********************************************************************** | |
File "reference/generated/chainer.functions.permutate.rst", line ?, in default | |
Failed example: | |
y.data | |
Expected: | |
array([[ 1., 0.], | |
[ 3., 2.], | |
[ 5., 4.]], dtype=float32) | |
Got: | |
array([[1., 0.], | |
[3., 2.], | |
[5., 4.]], dtype=float32) | |
********************************************************************** | |
1 items had failures: | |
4 of 10 in default | |
10 tests in 1 items. | |
6 passed and 4 failed. | |
***Test Failed*** 4 failures. | |
Document: reference/generated/chainer.functions.relu | |
---------------------------------------------------- | |
1 items passed all tests: | |
5 tests in default | |
5 tests in 1 items. | |
5 passed and 0 failed. | |
Test passed. | |
Document: reference/generated/chainer.links.StatelessLSTM | |
--------------------------------------------------------- | |
1 items passed all tests: | |
15 tests in default | |
15 tests in 1 items. | |
15 passed and 0 failed. | |
Test passed. | |
Document: reference/generated/chainer.functions.sigmoid_cross_entropy | |
--------------------------------------------------------------------- | |
********************************************************************** | |
File "reference/generated/chainer.functions.sigmoid_cross_entropy.rst", line ?, in default | |
Failed example: | |
F.sigmoid_cross_entropy(x, t) | |
Expected: | |
variable(0.25664713978767395) | |
Got: | |
variable(0.25664714) | |
********************************************************************** | |
File "reference/generated/chainer.functions.sigmoid_cross_entropy.rst", line ?, in default | |
Failed example: | |
F.sigmoid_cross_entropy(x, t, normalize=False) | |
Expected: | |
variable(0.6416178345680237) | |
Got: | |
variable(0.64161783) | |
********************************************************************** | |
File "reference/generated/chainer.functions.sigmoid_cross_entropy.rst", line ?, in default | |
Failed example: | |
y.data | |
Expected: | |
array([[ 0.126928 , 0.04858735, 0.97407699], | |
[ 0.00671535, 0.126928 , -0. ]], dtype=float32) | |
Got: | |
array([[ 0.126928 , 0.04858735, 0.974077 ], | |
[ 0.00671535, 0.126928 , -0. ]], dtype=float32) | |
********************************************************************** | |
1 items had failures: | |
3 of 9 in default | |
9 tests in 1 items. | |
6 passed and 3 failed. | |
***Test Failed*** 3 failures. | |
Document: reference/generated/chainer.functions.where | |
----------------------------------------------------- | |
********************************************************************** | |
File "reference/generated/chainer.functions.where.rst", line ?, in default | |
Failed example: | |
cond | |
Expected: | |
array([[ True, False], | |
[False, True]], dtype=bool) | |
Got: | |
array([[ True, False], | |
[False, True]]) | |
********************************************************************** | |
File "reference/generated/chainer.functions.where.rst", line ?, in default | |
Failed example: | |
F.where(cond, x, y).data | |
Expected: | |
array([[ 1., 0.], | |
[ 0., 4.]], dtype=float32) | |
Got: | |
array([[1., 0.], | |
[0., 4.]], dtype=float32) | |
********************************************************************** | |
1 items had failures: | |
2 of 5 in default | |
5 tests in 1 items. | |
3 passed and 2 failed. | |
***Test Failed*** 2 failures. | |
Document: reference/generated/chainer.functions.expand_dims | |
----------------------------------------------------------- | |
1 items passed all tests: | |
11 tests in default | |
11 tests in 1 items. | |
11 passed and 0 failed. | |
Test passed. | |
Document: reference/generated/chainer.functions.maxout | |
------------------------------------------------------ | |
********************************************************************** | |
File "reference/generated/chainer.functions.maxout.rst", line ?, in default | |
Failed example: | |
x.reshape((out_size, pool_size)).data | |
Expected: | |
array([[ 0., 1., 2., 3., 4., 5., 6., 7., 8., 9.], | |
[ 10., 11., 12., 13., 14., 15., 16., 17., 18., 19.], | |
[ 20., 21., 22., 23., 24., 25., 26., 27., 28., 29.], | |
[ 30., 31., 32., 33., 34., 35., 36., 37., 38., 39.], | |
[ 40., 41., 42., 43., 44., 45., 46., 47., 48., 49.], | |
[ 50., 51., 52., 53., 54., 55., 56., 57., 58., 59.], | |
[ 60., 61., 62., 63., 64., 65., 66., 67., 68., 69.], | |
[ 70., 71., 72., 73., 74., 75., 76., 77., 78., 79.], | |
[ 80., 81., 82., 83., 84., 85., 86., 87., 88., 89.], | |
[ 90., 91., 92., 93., 94., 95., 96., 97., 98., 99.]], dtype=float32) | |
Got: | |
array([[ 0., 1., 2., 3., 4., 5., 6., 7., 8., 9.], | |
[10., 11., 12., 13., 14., 15., 16., 17., 18., 19.], | |
[20., 21., 22., 23., 24., 25., 26., 27., 28., 29.], | |
[30., 31., 32., 33., 34., 35., 36., 37., 38., 39.], | |
[40., 41., 42., 43., 44., 45., 46., 47., 48., 49.], | |
[50., 51., 52., 53., 54., 55., 56., 57., 58., 59.], | |
[60., 61., 62., 63., 64., 65., 66., 67., 68., 69.], | |
[70., 71., 72., 73., 74., 75., 76., 77., 78., 79.], | |
[80., 81., 82., 83., 84., 85., 86., 87., 88., 89.], | |
[90., 91., 92., 93., 94., 95., 96., 97., 98., 99.]], dtype=float32) | |
********************************************************************** | |
File "reference/generated/chainer.functions.maxout.rst", line ?, in default | |
Failed example: | |
y.data | |
Expected: | |
array([[ 9., 19., 29., 39., 49., 59., 69., 79., 89., 99.]], dtype=float32) | |
Got: | |
array([[ 9., 19., 29., 39., 49., 59., 69., 79., 89., 99.]], dtype=float32) | |
********************************************************************** | |
1 items had failures: | |
2 of 10 in default | |
10 tests in 1 items. | |
8 passed and 2 failed. | |
***Test Failed*** 2 failures. | |
Document: reference/generated/chainer.links.LSTM | |
------------------------------------------------ | |
1 items passed all tests: | |
10 tests in default | |
10 tests in 1 items. | |
10 passed and 0 failed. | |
Test passed. | |
Document: reference/generated/chainer.links.DilatedConvolution2D | |
---------------------------------------------------------------- | |
1 items passed all tests: | |
16 tests in default | |
16 tests in 1 items. | |
16 passed and 0 failed. | |
Test passed. | |
Document: reference/generated/chainer.functions.convolution_nd | |
-------------------------------------------------------------- | |
1 items passed all tests: | |
20 tests in default | |
20 tests in 1 items. | |
20 passed and 0 failed. | |
Test passed. | |
Document: reference/generated/chainer.functions.hard_sigmoid | |
------------------------------------------------------------ | |
********************************************************************** | |
File "reference/generated/chainer.functions.hard_sigmoid.rst", line ?, in default | |
Failed example: | |
F.hard_sigmoid(x).data | |
Expected: | |
array([ 0. , 0.3, 0.5, 0.7, 1. ]) | |
Got: | |
array([0. , 0.3, 0.5, 0.7, 1. ]) | |
********************************************************************** | |
1 items had failures: | |
1 of 3 in default | |
3 tests in 1 items. | |
2 passed and 1 failed. | |
***Test Failed*** 1 failures. | |
Document: reference/generated/chainer.functions.upsampling_2d | |
------------------------------------------------------------- | |
********************************************************************** | |
File "reference/generated/chainer.functions.upsampling_2d.rst", line ?, in default | |
Failed example: | |
x.data | |
Expected: | |
array([[[[ 1., 2., 3., 4., 5., 6.], | |
[ 7., 8., 9., 10., 11., 12.], | |
[ 13., 14., 15., 16., 17., 18.], | |
[ 19., 20., 21., 22., 23., 24.], | |
[ 25., 26., 27., 28., 29., 30.], | |
[ 31., 32., 33., 34., 35., 36.]]]], dtype=float32) | |
Got: | |
array([[[[ 1., 2., 3., 4., 5., 6.], | |
[ 7., 8., 9., 10., 11., 12.], | |
[13., 14., 15., 16., 17., 18.], | |
[19., 20., 21., 22., 23., 24.], | |
[25., 26., 27., 28., 29., 30.], | |
[31., 32., 33., 34., 35., 36.]]]], dtype=float32) | |
********************************************************************** | |
File "reference/generated/chainer.functions.upsampling_2d.rst", line ?, in default | |
Failed example: | |
pooled_x.data | |
Expected: | |
array([[[[ 8., 10., 12.], | |
[ 20., 22., 24.], | |
[ 32., 34., 36.]]]], dtype=float32) | |
Got: | |
array([[[[ 8., 10., 12.], | |
[20., 22., 24.], | |
[32., 34., 36.]]]], dtype=float32) | |
********************************************************************** | |
File "reference/generated/chainer.functions.upsampling_2d.rst", line ?, in default | |
Failed example: | |
upsampled_x.data | |
Expected: | |
array([[[[ 0., 0., 0., 0., 0., 0.], | |
[ 0., 8., 0., 10., 0., 12.], | |
[ 0., 0., 0., 0., 0., 0.], | |
[ 0., 20., 0., 22., 0., 24.], | |
[ 0., 0., 0., 0., 0., 0.], | |
[ 0., 32., 0., 34., 0., 36.]]]], dtype=float32) | |
Got: | |
array([[[[ 0., 0., 0., 0., 0., 0.], | |
[ 0., 8., 0., 10., 0., 12.], | |
[ 0., 0., 0., 0., 0., 0.], | |
[ 0., 20., 0., 22., 0., 24.], | |
[ 0., 0., 0., 0., 0., 0.], | |
[ 0., 32., 0., 34., 0., 36.]]]], dtype=float32) | |
********************************************************************** | |
1 items had failures: | |
3 of 9 in default | |
9 tests in 1 items. | |
6 passed and 3 failed. | |
***Test Failed*** 3 failures. | |
Document: reference/generated/chainer.functions.space2depth | |
----------------------------------------------------------- | |
********************************************************************** | |
File "reference/generated/chainer.functions.space2depth.rst", line ?, in default | |
Failed example: | |
X | |
Expected: | |
array([[[[ 0., 1., 2., 3., 4., 5.], | |
[ 6., 7., 8., 9., 10., 11.], | |
[ 12., 13., 14., 15., 16., 17.], | |
[ 18., 19., 20., 21., 22., 23.]]]], dtype=float32) | |
Got: | |
array([[[[ 0., 1., 2., 3., 4., 5.], | |
[ 6., 7., 8., 9., 10., 11.], | |
[12., 13., 14., 15., 16., 17.], | |
[18., 19., 20., 21., 22., 23.]]]], dtype=float32) | |
********************************************************************** | |
File "reference/generated/chainer.functions.space2depth.rst", line ?, in default | |
Failed example: | |
y.data | |
Expected: | |
array([[[[ 0., 2., 4.], | |
[ 12., 14., 16.]], | |
<BLANKLINE> | |
[[ 1., 3., 5.], | |
[ 13., 15., 17.]], | |
<BLANKLINE> | |
[[ 6., 8., 10.], | |
[ 18., 20., 22.]], | |
<BLANKLINE> | |
[[ 7., 9., 11.], | |
[ 19., 21., 23.]]]], dtype=float32) | |
Got: | |
array([[[[ 0., 2., 4.], | |
[12., 14., 16.]], | |
<BLANKLINE> | |
[[ 1., 3., 5.], | |
[13., 15., 17.]], | |
<BLANKLINE> | |
[[ 6., 8., 10.], | |
[18., 20., 22.]], | |
<BLANKLINE> | |
[[ 7., 9., 11.], | |
[19., 21., 23.]]]], dtype=float32) | |
********************************************************************** | |
1 items had failures: | |
2 of 6 in default | |
6 tests in 1 items. | |
4 passed and 2 failed. | |
***Test Failed*** 2 failures. | |
Document: tutorial/trainer | |
-------------------------- | |
epoch main/loss main/accuracy validation/main/loss validation/main/accuracy elapsed_time | |
[J1 0.549436 0.847115 0.274745 0.921875 2.85011 | |
1 items passed all tests: | |
9 tests in default | |
9 tests in 1 items. | |
9 passed and 0 failed. | |
Test passed. | |
Document: reference/generated/chainer.functions.broadcast | |
--------------------------------------------------------- | |
1 items passed all tests: | |
6 tests in default | |
6 tests in 1 items. | |
6 passed and 0 failed. | |
Test passed. | |
Document: reference/generated/chainer.testing.unary_math_function_unittest | |
-------------------------------------------------------------------------- | |
1 items passed all tests: | |
7 tests in default | |
7 tests in 1 items. | |
7 passed and 0 failed. | |
Test passed. | |
Document: reference/generated/chainer.functions.separate | |
-------------------------------------------------------- | |
********************************************************************** | |
File "reference/generated/chainer.functions.separate.rst", line ?, in default | |
Failed example: | |
x | |
Expected: | |
array([[ 0., 1., 2.], | |
[ 3., 4., 5.]], dtype=float32) | |
Got: | |
array([[0., 1., 2.], | |
[3., 4., 5.]], dtype=float32) | |
********************************************************************** | |
File "reference/generated/chainer.functions.separate.rst", line ?, in default | |
Failed example: | |
y[0].data | |
Expected: | |
array([ 0., 1., 2.], dtype=float32) | |
Got: | |
array([0., 1., 2.], dtype=float32) | |
********************************************************************** | |
File "reference/generated/chainer.functions.separate.rst", line ?, in default | |
Failed example: | |
y[0].data | |
Expected: | |
array([ 0., 3.], dtype=float32) | |
Got: | |
array([0., 3.], dtype=float32) | |
********************************************************************** | |
1 items had failures: | |
3 of 12 in default | |
12 tests in 1 items. | |
9 passed and 3 failed. | |
***Test Failed*** 3 failures. | |
Document: reference/generated/chainer.functions.reshape | |
------------------------------------------------------- | |
1 items passed all tests: | |
8 tests in default | |
8 tests in 1 items. | |
8 passed and 0 failed. | |
Test passed. | |
Document: reference/generated/chainer.functions.hstack | |
------------------------------------------------------ | |
1 items passed all tests: | |
16 tests in default | |
16 tests in 1 items. | |
16 passed and 0 failed. | |
Test passed. | |
Document: reference/generated/chainer.functions.sigmoid | |
------------------------------------------------------- | |
********************************************************************** | |
File "reference/generated/chainer.functions.sigmoid.rst", line ?, in default | |
Failed example: | |
F.sigmoid(x) | |
Expected: | |
variable([ 0.11920291, 0.5 , 0.88079709]) | |
Got: | |
variable([0.11920291, 0.5 , 0.8807971 ]) | |
********************************************************************** | |
1 items had failures: | |
1 of 3 in default | |
3 tests in 1 items. | |
2 passed and 1 failed. | |
***Test Failed*** 1 failures. | |
Document: reference/generated/chainer.functions.triplet | |
------------------------------------------------------- | |
********************************************************************** | |
File "reference/generated/chainer.functions.triplet.rst", line ?, in default | |
Failed example: | |
F.triplet(anchor, pos, neg) | |
Expected: | |
variable(0.14000003039836884) | |
Got: | |
variable(0.14000003) | |
********************************************************************** | |
File "reference/generated/chainer.functions.triplet.rst", line ?, in default | |
Failed example: | |
y.data | |
Expected: | |
array([ 0.11000005, 0.17 ], dtype=float32) | |
Got: | |
array([0.11000005, 0.17 ], dtype=float32) | |
********************************************************************** | |
File "reference/generated/chainer.functions.triplet.rst", line ?, in default | |
Failed example: | |
F.triplet(anchor, pos, neg, margin=0.5) # harder penalty | |
Expected: | |
variable(0.4400000274181366) | |
Got: | |
variable(0.44000003) | |
********************************************************************** | |
1 items had failures: | |
3 of 8 in default | |
8 tests in 1 items. | |
5 passed and 3 failed. | |
***Test Failed*** 3 failures. | |
Document: reference/core/generated/chainer.FunctionNode | |
------------------------------------------------------- | |
1 items passed all tests: | |
6 tests in default | |
6 tests in 1 items. | |
6 passed and 0 failed. | |
Test passed. | |
Document: reference/core/generated/chainer.dataset.DatasetMixin | |
--------------------------------------------------------------- | |
1 items passed all tests: | |
9 tests in default | |
9 tests in 1 items. | |
9 passed and 0 failed. | |
Test passed. | |
Document: reference/generated/chainer.functions.slstm | |
----------------------------------------------------- | |
1 items passed all tests: | |
12 tests in default | |
12 tests in 1 items. | |
12 passed and 0 failed. | |
Test passed. | |
Document: reference/generated/chainer.functions.dropout | |
------------------------------------------------------- | |
1 items passed all tests: | |
7 tests in default | |
7 tests in 1 items. | |
7 passed and 0 failed. | |
Test passed. | |
Document: reference/generated/chainer.FunctionHook | |
-------------------------------------------------- | |
1 items passed all tests: | |
6 tests in default | |
6 tests in 1 items. | |
6 passed and 0 failed. | |
Test passed. | |
Document: reference/generated/chainer.links.TheanoFunction | |
---------------------------------------------------------- | |
********************************************************************** | |
File "reference/generated/chainer.links.TheanoFunction.rst", line ?, in default | |
Failed example: | |
c.data | |
Expected: | |
array([ 3., 5.], dtype=float32) | |
Got: | |
array([3., 5.], dtype=float32) | |
********************************************************************** | |
1 items had failures: | |
1 of 11 in default | |
11 tests in 1 items. | |
10 passed and 1 failed. | |
***Test Failed*** 1 failures. | |
Document: reference/generated/chainer.functions.flatten | |
------------------------------------------------------- | |
1 items passed all tests: | |
10 tests in default | |
10 tests in 1 items. | |
10 passed and 0 failed. | |
Test passed. | |
Document: reference/generated/chainer.functions.lstm | |
---------------------------------------------------- | |
1 items passed all tests: | |
8 tests in default | |
8 tests in 1 items. | |
8 passed and 0 failed. | |
Test passed. | |
Document: reference/generated/chainer.datasets.LabeledImageDataset | |
------------------------------------------------------------------ | |
1 items passed all tests: | |
9 tests in default | |
9 tests in 1 items. | |
9 passed and 0 failed. | |
Test passed. | |
Document: reference/core/configuration | |
-------------------------------------- | |
1 items passed all tests: | |
5 tests in default | |
5 tests in 1 items. | |
5 passed and 0 failed. | |
Test passed. | |
Document: reference/generated/chainer.functions.select_item | |
----------------------------------------------------------- | |
********************************************************************** | |
File "reference/generated/chainer.functions.select_item.rst", line ?, in default | |
Failed example: | |
y.data | |
Expected: | |
array([ 0., 5.], dtype=float32) | |
Got: | |
array([0., 5.], dtype=float32) | |
********************************************************************** | |
1 items had failures: | |
1 of 5 in default | |
5 tests in 1 items. | |
4 passed and 1 failed. | |
***Test Failed*** 1 failures. | |
Document: reference/generated/chainer.functions.matmul | |
------------------------------------------------------ | |
********************************************************************** | |
File "reference/generated/chainer.functions.matmul.rst", line ?, in default | |
Failed example: | |
F.matmul(a, b).data | |
Expected: | |
array([[ 4., 1.], | |
[ 2., 2.]], dtype=float32) | |
Got: | |
array([[4., 1.], | |
[2., 2.]], dtype=float32) | |
********************************************************************** | |
1 items had failures: | |
1 of 3 in default | |
3 tests in 1 items. | |
2 passed and 1 failed. | |
***Test Failed*** 1 failures. | |
Document: reference/generated/chainer.functions.tree_lstm | |
--------------------------------------------------------- | |
1 items passed all tests: | |
9 tests in default | |
9 tests in 1 items. | |
9 passed and 0 failed. | |
Test passed. | |
Document: reference/generated/chainer.functions.crelu | |
----------------------------------------------------- | |
********************************************************************** | |
File "reference/generated/chainer.functions.crelu.rst", line ?, in default | |
Failed example: | |
y.data | |
Expected: | |
array([[ 0., 0., 1., 0.], | |
[ 2., 0., 0., 3.]], dtype=float32) | |
Got: | |
array([[0., 0., 1., 0.], | |
[2., 0., 0., 3.]], dtype=float32) | |
********************************************************************** | |
1 items had failures: | |
1 of 4 in default | |
4 tests in 1 items. | |
3 passed and 1 failed. | |
***Test Failed*** 1 failures. | |
Document: tutorial/train_loop | |
----------------------------- | |
1 items passed all tests: | |
5 tests in default | |
5 tests in 1 items. | |
5 passed and 0 failed. | |
Test passed. | |
Document: reference/generated/chainer.datasets.TransformDataset | |
--------------------------------------------------------------- | |
1 items passed all tests: | |
14 tests in default | |
14 tests in 1 items. | |
14 passed and 0 failed. | |
Test passed. | |
Document: reference/generated/chainer.datasets.SubDataset | |
--------------------------------------------------------- | |
1 items passed all tests: | |
9 tests in default | |
9 tests in 1 items. | |
9 passed and 0 failed. | |
Test passed. | |
Document: reference/core/generated/chainer.no_backprop_mode | |
----------------------------------------------------------- | |
1 items passed all tests: | |
4 tests in default | |
4 tests in 1 items. | |
4 passed and 0 failed. | |
Test passed. | |
Document: reference/generated/chainer.functions.clipped_relu | |
------------------------------------------------------------ | |
1 items passed all tests: | |
7 tests in default | |
7 tests in 1 items. | |
7 passed and 0 failed. | |
Test passed. | |
Document: reference/generated/chainer.functions.softplus | |
-------------------------------------------------------- | |
********************************************************************** | |
File "reference/generated/chainer.functions.softplus.rst", line ?, in default | |
Failed example: | |
F.softplus(x, beta=1.0).data | |
Expected: | |
array([ 0.126928 , 0.69314718, 2.12692809], dtype=float32) | |
Got: | |
array([0.126928 , 0.6931472, 2.126928 ], dtype=float32) | |
********************************************************************** | |
1 items had failures: | |
1 of 3 in default | |
3 tests in 1 items. | |
2 passed and 1 failed. | |
***Test Failed*** 1 failures. | |
Document: reference/generated/chainer.functions.sum | |
--------------------------------------------------- | |
********************************************************************** | |
File "reference/generated/chainer.functions.sum.rst", line ?, in default | |
Failed example: | |
x | |
Expected: | |
array([[ 0., 1., 2.], | |
[ 3., 4., 5.]], dtype=float32) | |
Got: | |
array([[0., 1., 2.], | |
[3., 4., 5.]], dtype=float32) | |
********************************************************************** | |
File "reference/generated/chainer.functions.sum.rst", line ?, in default | |
Failed example: | |
y.data | |
Expected: | |
array(15.0, dtype=float32) | |
Got: | |
array(15., dtype=float32) | |
********************************************************************** | |
File "reference/generated/chainer.functions.sum.rst", line ?, in default | |
Failed example: | |
y.data | |
Expected: | |
array([ 3., 12.], dtype=float32) | |
Got: | |
array([ 3., 12.], dtype=float32) | |
********************************************************************** | |
File "reference/generated/chainer.functions.sum.rst", line ?, in default | |
Failed example: | |
y.data | |
Expected: | |
array([[ 15.]], dtype=float32) | |
Got: | |
array([[15.]], dtype=float32) | |
********************************************************************** | |
1 items had failures: | |
4 of 11 in default | |
11 tests in 1 items. | |
7 passed and 4 failed. | |
***Test Failed*** 4 failures. | |
Document: reference/generated/chainer.functions.n_step_bilstm | |
------------------------------------------------------------- | |
1 items passed all tests: | |
20 tests in default | |
20 tests in 1 items. | |
20 passed and 0 failed. | |
Test passed. | |
Document: reference/core/debug | |
------------------------------ | |
1 items passed all tests: | |
1 tests in default | |
1 tests in 1 items. | |
1 passed and 0 failed. | |
Test passed. | |
Document: reference/generated/chainer.functions.binary_accuracy | |
--------------------------------------------------------------- | |
********************************************************************** | |
File "reference/generated/chainer.functions.binary_accuracy.rst", line ?, in default | |
Failed example: | |
F.binary_accuracy(y, t).data # 100% accuracy because all samples are correct. | |
Expected: | |
array(1.0) | |
Got: | |
array(1.) | |
********************************************************************** | |
File "reference/generated/chainer.functions.binary_accuracy.rst", line ?, in default | |
Failed example: | |
F.binary_accuracy(y, t).data # 100% accuracy because of ignoring y[0][1] and y[1][1]. | |
Expected: | |
array(1.0) | |
Got: | |
array(1.) | |
********************************************************************** | |
1 items had failures: | |
2 of 7 in default | |
7 tests in 1 items. | |
5 passed and 2 failed. | |
***Test Failed*** 2 failures. | |
Document: reference/generated/chainer.links.StatelessGRU | |
-------------------------------------------------------- | |
1 items passed all tests: | |
10 tests in default | |
10 tests in 1 items. | |
10 passed and 0 failed. | |
Test passed. | |
Document: reference/generated/chainer.functions.copy | |
---------------------------------------------------- | |
1 items passed all tests: | |
7 tests in default | |
7 tests in 1 items. | |
7 passed and 0 failed. | |
Test passed. | |
Document: reference/generated/chainer.functions.depth2space | |
----------------------------------------------------------- | |
********************************************************************** | |
File "reference/generated/chainer.functions.depth2space.rst", line ?, in default | |
Failed example: | |
X | |
Expected: | |
array([[[[ 0., 1., 2.], | |
[ 3., 4., 5.]], | |
<BLANKLINE> | |
[[ 6., 7., 8.], | |
[ 9., 10., 11.]], | |
<BLANKLINE> | |
[[ 12., 13., 14.], | |
[ 15., 16., 17.]], | |
<BLANKLINE> | |
[[ 18., 19., 20.], | |
[ 21., 22., 23.]]]], dtype=float32) | |
Got: | |
array([[[[ 0., 1., 2.], | |
[ 3., 4., 5.]], | |
<BLANKLINE> | |
[[ 6., 7., 8.], | |
[ 9., 10., 11.]], | |
<BLANKLINE> | |
[[12., 13., 14.], | |
[15., 16., 17.]], | |
<BLANKLINE> | |
[[18., 19., 20.], | |
[21., 22., 23.]]]], dtype=float32) | |
********************************************************************** | |
File "reference/generated/chainer.functions.depth2space.rst", line ?, in default | |
Failed example: | |
y.data | |
Expected: | |
array([[[[ 0., 6., 1., 7., 2., 8.], | |
[ 12., 18., 13., 19., 14., 20.], | |
[ 3., 9., 4., 10., 5., 11.], | |
[ 15., 21., 16., 22., 17., 23.]]]], dtype=float32) | |
Got: | |
array([[[[ 0., 6., 1., 7., 2., 8.], | |
[12., 18., 13., 19., 14., 20.], | |
[ 3., 9., 4., 10., 5., 11.], | |
[15., 21., 16., 22., 17., 23.]]]], dtype=float32) | |
********************************************************************** | |
1 items had failures: | |
2 of 6 in default | |
6 tests in 1 items. | |
4 passed and 2 failed. | |
***Test Failed*** 2 failures. | |
Document: reference/generated/chainer.functions.crf1d | |
----------------------------------------------------- | |
1 items passed all tests: | |
14 tests in default | |
14 tests in 1 items. | |
14 passed and 0 failed. | |
Test passed. | |
Document: reference/generated/chainer.functions.softmax_cross_entropy | |
--------------------------------------------------------------------- | |
********************************************************************** | |
File "reference/generated/chainer.functions.softmax_cross_entropy.rst", line ?, in default | |
Failed example: | |
y | |
Expected: | |
variable(0.4401897192001343) | |
Got: | |
variable(0.44018972) | |
********************************************************************** | |
1 items had failures: | |
1 of 9 in default | |
9 tests in 1 items. | |
8 passed and 1 failed. | |
***Test Failed*** 1 failures. | |
Document: reference/generated/chainer.functions.accuracy | |
-------------------------------------------------------- | |
********************************************************************** | |
File "reference/generated/chainer.functions.accuracy.rst", line ?, in default | |
Failed example: | |
F.accuracy(y, t).data # 100% accuracy because all samples are correct | |
Expected: | |
array(1.0) | |
Got: | |
array(1.) | |
********************************************************************** | |
File "reference/generated/chainer.functions.accuracy.rst", line ?, in default | |
Failed example: | |
F.accuracy(y, t, ignore_label=0).data # 100% accuracy because of ignoring the 2nd, 3rd and 4th samples. | |
Expected: | |
array(1.0) | |
Got: | |
array(1.) | |
********************************************************************** | |
1 items had failures: | |
2 of 6 in default | |
6 tests in 1 items. | |
4 passed and 2 failed. | |
***Test Failed*** 2 failures. | |
Document: reference/generated/chainer.functions.depthwise_convolution_2d | |
------------------------------------------------------------------------ | |
1 items passed all tests: | |
5 tests in default | |
5 tests in 1 items. | |
5 passed and 0 failed. | |
Test passed. | |
Document: reference/generated/chainer.functions.cast | |
---------------------------------------------------- | |
1 items passed all tests: | |
6 tests in default | |
6 tests in 1 items. | |
6 passed and 0 failed. | |
Test passed. | |
Document: tutorial/recurrentnet | |
------------------------------- | |
1 items passed all tests: | |
12 tests in default | |
12 tests in 1 items. | |
12 passed and 0 failed. | |
Test passed. | |
Document: reference/generated/chainer.functions.transpose | |
--------------------------------------------------------- | |
********************************************************************** | |
File "reference/generated/chainer.functions.transpose.rst", line ?, in default | |
Failed example: | |
y.data | |
Expected: | |
array([[[ 0.], | |
[ 3.]], | |
<BLANKLINE> | |
[[ 1.], | |
[ 4.]], | |
<BLANKLINE> | |
[[ 2.], | |
[ 5.]]], dtype=float32) | |
Got: | |
array([[[0.], | |
[3.]], | |
<BLANKLINE> | |
[[1.], | |
[4.]], | |
<BLANKLINE> | |
[[2.], | |
[5.]]], dtype=float32) | |
********************************************************************** | |
File "reference/generated/chainer.functions.transpose.rst", line ?, in default | |
Failed example: | |
y.data | |
Expected: | |
array([[[ 0., 1., 2.]], | |
<BLANKLINE> | |
[[ 3., 4., 5.]]], dtype=float32) | |
Got: | |
array([[[0., 1., 2.]], | |
<BLANKLINE> | |
[[3., 4., 5.]]], dtype=float32) | |
********************************************************************** | |
1 items had failures: | |
2 of 8 in default | |
8 tests in 1 items. | |
6 passed and 2 failed. | |
***Test Failed*** 2 failures. | |
Document: reference/generated/chainer.functions.forget | |
------------------------------------------------------ | |
1 items passed all tests: | |
4 tests in default | |
4 tests in 1 items. | |
4 passed and 0 failed. | |
Test passed. | |
Document: reference/generated/chainer.functions.deconvolution_2d | |
---------------------------------------------------------------- | |
1 items passed all tests: | |
17 tests in default | |
17 tests in 1 items. | |
17 passed and 0 failed. | |
Test passed. | |
Document: reference/generated/chainer.functions.convolution_2d | |
-------------------------------------------------------------- | |
1 items passed all tests: | |
19 tests in default | |
19 tests in 1 items. | |
19 passed and 0 failed. | |
Test passed. | |
Document: reference/generated/chainer.functions.n_step_lstm | |
----------------------------------------------------------- | |
1 items passed all tests: | |
19 tests in default | |
19 tests in 1 items. | |
19 passed and 0 failed. | |
Test passed. | |
Document: reference/generated/chainer.functions.elu | |
--------------------------------------------------- | |
1 items passed all tests: | |
4 tests in default | |
4 tests in 1 items. | |
4 passed and 0 failed. | |
Test passed. | |
Document: reference/generated/chainer.links.Deconvolution2D | |
----------------------------------------------------------- | |
1 items passed all tests: | |
16 tests in default | |
16 tests in 1 items. | |
16 passed and 0 failed. | |
Test passed. | |
Document: reference/generated/chainer.functions.contrastive | |
----------------------------------------------------------- | |
********************************************************************** | |
File "reference/generated/chainer.functions.contrastive.rst", line ?, in default | |
Failed example: | |
F.contrastive(x0, x1, y, margin=3.0) # harder penalty | |
Expected: | |
variable(0.3528856933116913) | |
Got: | |
variable(0.3528857) | |
********************************************************************** | |
File "reference/generated/chainer.functions.contrastive.rst", line ?, in default | |
Failed example: | |
z.data | |
Expected: | |
array([ 0.625, 0. ], dtype=float32) | |
Got: | |
array([0.625, 0. ], dtype=float32) | |
********************************************************************** | |
1 items had failures: | |
2 of 8 in default | |
8 tests in 1 items. | |
6 passed and 2 failed. | |
***Test Failed*** 2 failures. | |
Document: reference/generated/chainer.functions.hinge | |
----------------------------------------------------- | |
********************************************************************** | |
File "reference/generated/chainer.functions.hinge.rst", line ?, in default | |
Failed example: | |
F.hinge(x, t, reduce='no') | |
Expected: | |
variable([[ 0. , 0. , 1.5], | |
[ 0. , 3. , 0.5]]) | |
Got: | |
variable([[0. , 0. , 1.5], | |
[0. , 3. , 0.5]]) | |
********************************************************************** | |
1 items had failures: | |
1 of 7 in default | |
7 tests in 1 items. | |
6 passed and 1 failed. | |
***Test Failed*** 1 failures. | |
Document: reference/generated/chainer.functions.squeeze | |
------------------------------------------------------- | |
********************************************************************** | |
File "reference/generated/chainer.functions.squeeze.rst", line ?, in default | |
Failed example: | |
y.data | |
Expected: | |
array([[ 0., 1., 2.], | |
[ 3., 4., 5.]], dtype=float32) | |
Got: | |
array([[0., 1., 2.], | |
[3., 4., 5.]], dtype=float32) | |
********************************************************************** | |
File "reference/generated/chainer.functions.squeeze.rst", line ?, in default | |
Failed example: | |
y.data | |
Expected: | |
array([[[ 0., 1., 2.]], | |
<BLANKLINE> | |
[[ 3., 4., 5.]]], dtype=float32) | |
Got: | |
array([[[0., 1., 2.]], | |
<BLANKLINE> | |
[[3., 4., 5.]]], dtype=float32) | |
********************************************************************** | |
File "reference/generated/chainer.functions.squeeze.rst", line ?, in default | |
Failed example: | |
y.data | |
Expected: | |
array([[ 0., 1., 2.], | |
[ 3., 4., 5.]], dtype=float32) | |
Got: | |
array([[0., 1., 2.], | |
[3., 4., 5.]], dtype=float32) | |
********************************************************************** | |
1 items had failures: | |
3 of 11 in default | |
11 tests in 1 items. | |
8 passed and 3 failed. | |
***Test Failed*** 3 failures. | |
Document: reference/generated/chainer.functions.tile | |
---------------------------------------------------- | |
1 items passed all tests: | |
22 tests in default | |
22 tests in 1 items. | |
22 passed and 0 failed. | |
Test passed. | |
Document: reference/generated/chainer.functions.swapaxes | |
-------------------------------------------------------- | |
********************************************************************** | |
File "reference/generated/chainer.functions.swapaxes.rst", line ?, in default | |
Failed example: | |
y.data | |
Expected: | |
array([[[ 0., 1., 2.]], | |
<BLANKLINE> | |
[[ 3., 4., 5.]]], dtype=float32) | |
Got: | |
array([[[0., 1., 2.]], | |
<BLANKLINE> | |
[[3., 4., 5.]]], dtype=float32) | |
********************************************************************** | |
1 items had failures: | |
1 of 5 in default | |
5 tests in 1 items. | |
4 passed and 1 failed. | |
***Test Failed*** 1 failures. | |
Document: reference/generated/chainer.links.StatefulGRU | |
------------------------------------------------------- | |
1 items passed all tests: | |
12 tests in default | |
12 tests in 1 items. | |
12 passed and 0 failed. | |
Test passed. | |
Document: reference/generated/chainer.functions.stack | |
----------------------------------------------------- | |
1 items passed all tests: | |
17 tests in default | |
17 tests in 1 items. | |
17 passed and 0 failed. | |
Test passed. | |
Document: reference/generated/chainer.functions.concat | |
------------------------------------------------------ | |
1 items passed all tests: | |
6 tests in default | |
6 tests in 1 items. | |
6 passed and 0 failed. | |
Test passed. | |
Document: tutorial/type_check | |
----------------------------- | |
1 items passed all tests: | |
19 tests in default | |
19 tests in 1 items. | |
19 passed and 0 failed. | |
Test passed. | |
Document: tutorial/extension | |
---------------------------- | |
1 items passed all tests: | |
3 tests in default | |
3 tests in 1 items. | |
3 passed and 0 failed. | |
Test passed. | |
Document: reference/generated/chainer.functions.softmax | |
------------------------------------------------------- | |
********************************************************************** | |
File "reference/generated/chainer.functions.softmax.rst", line ?, in default | |
Failed example: | |
x | |
Expected: | |
array([[ 0., 1., 2.], | |
[ 0., 2., 4.]], dtype=float32) | |
Got: | |
array([[0., 1., 2.], | |
[0., 2., 4.]], dtype=float32) | |
********************************************************************** | |
File "reference/generated/chainer.functions.softmax.rst", line ?, in default | |
Failed example: | |
y.data | |
Expected: | |
array([[ 0.09003057, 0.24472848, 0.66524094], | |
[ 0.01587624, 0.11731043, 0.86681336]], dtype=float32) | |
Got: | |
array([[0.09003057, 0.24472848, 0.66524094], | |
[0.01587624, 0.11731043, 0.86681336]], dtype=float32) | |
********************************************************************** | |
File "reference/generated/chainer.functions.softmax.rst", line ?, in default | |
Failed example: | |
F.sum(y, axis=1).data | |
Expected: | |
array([ 1., 1.], dtype=float32) | |
Got: | |
array([1., 1.], dtype=float32) | |
********************************************************************** | |
1 items had failures: | |
3 of 5 in default | |
5 tests in 1 items. | |
2 passed and 3 failed. | |
***Test Failed*** 3 failures. | |
Document: reference/generated/chainer.functions.tanh | |
---------------------------------------------------- | |
********************************************************************** | |
File "reference/generated/chainer.functions.tanh.rst", line ?, in default | |
Failed example: | |
F.tanh(x).data | |
Expected: | |
array([-0.76159418, 0.76159418, 0.99505478], dtype=float32) | |
Got: | |
array([-0.7615942, 0.7615942, 0.9950548], dtype=float32) | |
********************************************************************** | |
1 items had failures: | |
1 of 3 in default | |
3 tests in 1 items. | |
2 passed and 1 failed. | |
***Test Failed*** 1 failures. | |
Doctest summary | |
=============== | |
942 tests | |
72 failures in tests | |
0 failures in setup code | |
0 failures in cleanup code | |
build finished with problems. | |
Makefile:176: recipe for target 'doctest' failed |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment