Guest User

Untitled

a guest
Jan 17th, 2018
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 50.66 KB | None | 0 0
  1. sphinx-build -b doctest -d build/doctrees source build/doctest
  2. Running Sphinx v1.6.5
  3. Initializing Spelling Checker
  4. loading pickled environment... done
  5. [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
  6. building [mo]: targets for 0 po files that are out of date
  7. building [doctest]: targets for 437 source files that are out of date
  8. updating environment: 0 added, 0 changed, 0 removed
  9. looking for now-outdated files... none found
  10. running tests...
  11.  
  12. Document: reference/generated/chainer.links.EmbedID
  13. ---------------------------------------------------
  14. **********************************************************************
  15. File "reference/generated/chainer.links.EmbedID.rst", line ?, in default
  16. Failed example:
  17. W
  18. Expected:
  19. array([[ 0., 0., 0.],
  20. [ 1., 1., 1.],
  21. [ 2., 2., 2.]], dtype=float32)
  22. Got:
  23. array([[0., 0., 0.],
  24. [1., 1., 1.],
  25. [2., 2., 2.]], dtype=float32)
  26. **********************************************************************
  27. File "reference/generated/chainer.links.EmbedID.rst", line ?, in default
  28. Failed example:
  29. y.data
  30. Expected:
  31. array([[ 2., 2., 2.],
  32. [ 1., 1., 1.]], dtype=float32)
  33. Got:
  34. array([[2., 2., 2.],
  35. [1., 1., 1.]], dtype=float32)
  36. **********************************************************************
  37. 1 items had failures:
  38. 2 of 7 in default
  39. 7 tests in 1 items.
  40. 5 passed and 2 failed.
  41. ***Test Failed*** 2 failures.
  42.  
  43. Document: reference/generated/chainer.functions.embed_id
  44. --------------------------------------------------------
  45. **********************************************************************
  46. File "reference/generated/chainer.functions.embed_id.rst", line ?, in default
  47. Failed example:
  48. W
  49. Expected:
  50. array([[ 0., 0., 0.],
  51. [ 1., 1., 1.],
  52. [ 2., 2., 2.]], dtype=float32)
  53. Got:
  54. array([[0., 0., 0.],
  55. [1., 1., 1.],
  56. [2., 2., 2.]], dtype=float32)
  57. **********************************************************************
  58. File "reference/generated/chainer.functions.embed_id.rst", line ?, in default
  59. Failed example:
  60. F.embed_id(x, W).data
  61. Expected:
  62. array([[ 2., 2., 2.],
  63. [ 1., 1., 1.]], dtype=float32)
  64. Got:
  65. array([[2., 2., 2.],
  66. [1., 1., 1.]], dtype=float32)
  67. **********************************************************************
  68. File "reference/generated/chainer.functions.embed_id.rst", line ?, in default
  69. Failed example:
  70. F.embed_id(x, W, ignore_label=1).data
  71. Expected:
  72. array([[ 2., 2., 2.],
  73. [ 0., 0., 0.]], dtype=float32)
  74. Got:
  75. array([[2., 2., 2.],
  76. [0., 0., 0.]], dtype=float32)
  77. **********************************************************************
  78. 1 items had failures:
  79. 3 of 6 in default
  80. 6 tests in 1 items.
  81. 3 passed and 3 failed.
  82. ***Test Failed*** 3 failures.
  83.  
  84. Document: reference/core/generated/chainer.force_backprop_mode
  85. --------------------------------------------------------------
  86. **********************************************************************
  87. File "reference/core/generated/chainer.force_backprop_mode.rst", line 25, in default
  88. Failed example:
  89. x.grad
  90. Expected:
  91. array([ 1.], dtype=float32)
  92. Got:
  93. array([1.], dtype=float32)
  94. **********************************************************************
  95. 1 items had failures:
  96. 1 of 4 in default
  97. 4 tests in 1 items.
  98. 3 passed and 1 failed.
  99. ***Test Failed*** 1 failures.
  100.  
  101. Document: reference/generated/chainer.functions.dstack
  102. ------------------------------------------------------
  103. 1 items passed all tests:
  104. 21 tests in default
  105. 21 tests in 1 items.
  106. 21 passed and 0 failed.
  107. Test passed.
  108.  
  109. Document: reference/generated/chainer.functions.leaky_relu
  110. ----------------------------------------------------------
  111. **********************************************************************
  112. File "reference/generated/chainer.functions.leaky_relu.rst", line ?, in default
  113. Failed example:
  114. F.leaky_relu(x, slope=0.2).data
  115. Expected:
  116. array([[-0.2 , 0. ],
  117. [ 2. , -0.60000002],
  118. [-0.40000001, 1. ]], dtype=float32)
  119. Got:
  120. array([[-0.2, 0. ],
  121. [ 2. , -0.6],
  122. [-0.4, 1. ]], dtype=float32)
  123. **********************************************************************
  124. 1 items had failures:
  125. 1 of 3 in default
  126. 3 tests in 1 items.
  127. 2 passed and 1 failed.
  128. ***Test Failed*** 1 failures.
  129.  
  130. Document: reference/generated/chainer.functions.deconvolution_nd
  131. ----------------------------------------------------------------
  132. 1 items passed all tests:
  133. 37 tests in default
  134. 37 tests in 1 items.
  135. 37 passed and 0 failed.
  136. Test passed.
  137.  
  138. Document: tutorial/convnet
  139. --------------------------
  140. 1 items passed all tests:
  141. 2 tests in default
  142. 2 tests in 1 items.
  143. 2 passed and 0 failed.
  144. Test passed.
  145.  
  146. Document: reference/core/generated/chainer.configuration.LocalConfig
  147. --------------------------------------------------------------------
  148.  
  149. Document: reference/generated/chainer.links.Linear
  150. --------------------------------------------------
  151. 1 items passed all tests:
  152. 16 tests in default
  153. 16 tests in 1 items.
  154. 16 passed and 0 failed.
  155. Test passed.
  156.  
  157. Document: reference/core/generated/chainer.dataset.ConcatWithAsyncTransfer
  158. --------------------------------------------------------------------------
  159.  
  160. Document: reference/generated/chainer.links.Convolution2D
  161. ---------------------------------------------------------
  162. 1 items passed all tests:
  163. 16 tests in default
  164. 16 tests in 1 items.
  165. 16 passed and 0 failed.
  166. Test passed.
  167.  
  168. Document: tutorial/gpu
  169. ----------------------
  170. 1 items passed all tests:
  171. 19 tests in default
  172. 19 tests in 1 items.
  173. 19 passed and 0 failed.
  174. Test passed.
  175.  
  176. Document: reference/generated/chainer.links.Classifier
  177. ------------------------------------------------------
  178. 1 items passed all tests:
  179. 5 tests in default
  180. 5 tests in 1 items.
  181. 5 passed and 0 failed.
  182. Test passed.
  183.  
  184. Document: reference/generated/chainer.functions.huber_loss
  185. ----------------------------------------------------------
  186. **********************************************************************
  187. File "reference/generated/chainer.functions.huber_loss.rst", line ?, in default
  188. Failed example:
  189. y
  190. Expected:
  191. variable([[ 0. , 0. , 0.125],
  192. [ 4.5 , 0. , 0. ]])
  193. Got:
  194. variable([[0. , 0. , 0.125],
  195. [4.5 , 0. , 0. ]])
  196. **********************************************************************
  197. File "reference/generated/chainer.functions.huber_loss.rst", line ?, in default
  198. Failed example:
  199. y
  200. Expected:
  201. variable([ 0.125, 4.5 ])
  202. Got:
  203. variable([0.125, 4.5 ])
  204. **********************************************************************
  205. 1 items had failures:
  206. 2 of 12 in default
  207. 12 tests in 1 items.
  208. 10 passed and 2 failed.
  209. ***Test Failed*** 2 failures.
  210.  
  211. Document: reference/util/generated/chainer.utils.experimental
  212. -------------------------------------------------------------
  213. 1 items passed all tests:
  214. 4 tests in default
  215. 4 tests in 1 items.
  216. 4 passed and 0 failed.
  217. Test passed.
  218. 1 items passed all tests:
  219. 1 tests in default (cleanup code)
  220. 1 tests in 1 items.
  221. 1 passed and 0 failed.
  222. Test passed.
  223.  
  224. Document: reference/generated/chainer.functions.vstack
  225. ------------------------------------------------------
  226. 1 items passed all tests:
  227. 16 tests in default
  228. 16 tests in 1 items.
  229. 16 passed and 0 failed.
  230. Test passed.
  231.  
  232. Document: reference/generated/chainer.datasets.ImageDataset
  233. -----------------------------------------------------------
  234. 1 items passed all tests:
  235. 9 tests in default
  236. 9 tests in 1 items.
  237. 9 passed and 0 failed.
  238. Test passed.
  239.  
  240. Document: tutorial/basic
  241. ------------------------
  242. **********************************************************************
  243. File "tutorial/basic.rst", line 95, in default
  244. Failed example:
  245. y.data
  246. Expected:
  247. array([ 16.], dtype=float32)
  248. Got:
  249. array([16.], dtype=float32)
  250. **********************************************************************
  251. File "tutorial/basic.rst", line 111, in default
  252. Failed example:
  253. x.grad
  254. Expected:
  255. array([ 8.], dtype=float32)
  256. Got:
  257. array([8.], dtype=float32)
  258. **********************************************************************
  259. File "tutorial/basic.rst", line 146, in default
  260. Failed example:
  261. x.grad
  262. Expected:
  263. array([[ 0., 2., 4.],
  264. [ 6., 8., 10.]], dtype=float32)
  265. Got:
  266. array([[ 0., 2., 4.],
  267. [ 6., 8., 10.]], dtype=float32)
  268. **********************************************************************
  269. File "tutorial/basic.rst", line 186, in default
  270. Failed example:
  271. f.W.data
  272. Expected:
  273. array([[ 1.01847613, 0.23103087, 0.56507462],
  274. [ 1.29378033, 1.07823515, -0.56423163]], dtype=float32)
  275. Got:
  276. array([[ 1.0184761 , 0.23103087, 0.5650746 ],
  277. [ 1.2937803 , 1.0782351 , -0.56423163]], dtype=float32)
  278. **********************************************************************
  279. File "tutorial/basic.rst", line 189, in default
  280. Failed example:
  281. f.b.data
  282. Expected:
  283. array([ 0., 0.], dtype=float32)
  284. Got:
  285. array([0., 0.], dtype=float32)
  286. **********************************************************************
  287. File "tutorial/basic.rst", line 198, in default
  288. Failed example:
  289. y.data
  290. Expected:
  291. array([[ 3.1757617 , 1.75755572],
  292. [ 8.61950684, 7.18090773]], dtype=float32)
  293. Got:
  294. array([[3.1757617, 1.7575557],
  295. [8.619507 , 7.1809077]], dtype=float32)
  296. **********************************************************************
  297. File "tutorial/basic.rst", line 237, in default
  298. Failed example:
  299. f.W.grad
  300. Expected:
  301. array([[ 5., 7., 9.],
  302. [ 5., 7., 9.]], dtype=float32)
  303. Got:
  304. array([[5., 7., 9.],
  305. [5., 7., 9.]], dtype=float32)
  306. **********************************************************************
  307. File "tutorial/basic.rst", line 240, in default
  308. Failed example:
  309. f.b.grad
  310. Expected:
  311. array([ 2., 2.], dtype=float32)
  312. Got:
  313. array([2., 2.], dtype=float32)
  314. **********************************************************************
  315. 1 items had failures:
  316. 8 of 68 in default
  317. 68 tests in 1 items.
  318. 60 passed and 8 failed.
  319. ***Test Failed*** 8 failures.
  320.  
  321. Document: reference/generated/chainer.functions.broadcast_to
  322. ------------------------------------------------------------
  323. 1 items passed all tests:
  324. 4 tests in default
  325. 4 tests in 1 items.
  326. 4 passed and 0 failed.
  327. Test passed.
  328.  
  329. Document: reference/generated/chainer.functions.linear
  330. ------------------------------------------------------
  331. 1 items passed all tests:
  332. 5 tests in default
  333. 5 tests in 1 items.
  334. 5 passed and 0 failed.
  335. Test passed.
  336.  
  337. Document: tutorial/function
  338. ---------------------------
  339. 1 items passed all tests:
  340. 18 tests in default
  341. 18 tests in 1 items.
  342. 18 passed and 0 failed.
  343. Test passed.
  344.  
  345. Document: reference/generated/chainer.function_hooks.PrintHook
  346. --------------------------------------------------------------
  347. 1 items passed all tests:
  348. 3 tests in default
  349. 3 tests in 1 items.
  350. 3 passed and 0 failed.
  351. Test passed.
  352.  
  353. Document: reference/generated/chainer.functions.log_softmax
  354. -----------------------------------------------------------
  355. **********************************************************************
  356. File "reference/generated/chainer.functions.log_softmax.rst", line ?, in default
  357. Failed example:
  358. x
  359. Expected:
  360. array([[ 0., 1., 2.],
  361. [ 0., 2., 4.]], dtype=float32)
  362. Got:
  363. array([[0., 1., 2.],
  364. [0., 2., 4.]], dtype=float32)
  365. **********************************************************************
  366. File "reference/generated/chainer.functions.log_softmax.rst", line ?, in default
  367. Failed example:
  368. F.log_softmax(x).data
  369. Expected:
  370. array([[-2.40760589, -1.40760589, -0.40760589],
  371. [-4.14293146, -2.14293146, -0.14293146]], dtype=float32)
  372. Got:
  373. array([[-2.407606 , -1.4076059 , -0.4076059 ],
  374. [-4.1429315 , -2.1429315 , -0.14293146]], dtype=float32)
  375. **********************************************************************
  376. 1 items had failures:
  377. 2 of 4 in default
  378. 4 tests in 1 items.
  379. 2 passed and 2 failed.
  380. ***Test Failed*** 2 failures.
  381.  
  382. Document: reference/generated/chainer.functions.permutate
  383. ---------------------------------------------------------
  384. **********************************************************************
  385. File "reference/generated/chainer.functions.permutate.rst", line ?, in default
  386. Failed example:
  387. x
  388. Expected:
  389. array([[ 0., 1.],
  390. [ 2., 3.],
  391. [ 4., 5.]], dtype=float32)
  392. Got:
  393. array([[0., 1.],
  394. [2., 3.],
  395. [4., 5.]], dtype=float32)
  396. **********************************************************************
  397. File "reference/generated/chainer.functions.permutate.rst", line ?, in default
  398. Failed example:
  399. y.data
  400. Expected:
  401. array([[ 4., 5.],
  402. [ 0., 1.],
  403. [ 2., 3.]], dtype=float32)
  404. Got:
  405. array([[4., 5.],
  406. [0., 1.],
  407. [2., 3.]], dtype=float32)
  408. **********************************************************************
  409. File "reference/generated/chainer.functions.permutate.rst", line ?, in default
  410. Failed example:
  411. y.data
  412. Expected:
  413. array([[ 2., 3.],
  414. [ 4., 5.],
  415. [ 0., 1.]], dtype=float32)
  416. Got:
  417. array([[2., 3.],
  418. [4., 5.],
  419. [0., 1.]], dtype=float32)
  420. **********************************************************************
  421. File "reference/generated/chainer.functions.permutate.rst", line ?, in default
  422. Failed example:
  423. y.data
  424. Expected:
  425. array([[ 1., 0.],
  426. [ 3., 2.],
  427. [ 5., 4.]], dtype=float32)
  428. Got:
  429. array([[1., 0.],
  430. [3., 2.],
  431. [5., 4.]], dtype=float32)
  432. **********************************************************************
  433. 1 items had failures:
  434. 4 of 10 in default
  435. 10 tests in 1 items.
  436. 6 passed and 4 failed.
  437. ***Test Failed*** 4 failures.
  438.  
  439. Document: reference/generated/chainer.functions.relu
  440. ----------------------------------------------------
  441. 1 items passed all tests:
  442. 5 tests in default
  443. 5 tests in 1 items.
  444. 5 passed and 0 failed.
  445. Test passed.
  446.  
  447. Document: reference/generated/chainer.links.StatelessLSTM
  448. ---------------------------------------------------------
  449. 1 items passed all tests:
  450. 15 tests in default
  451. 15 tests in 1 items.
  452. 15 passed and 0 failed.
  453. Test passed.
  454.  
  455. Document: reference/generated/chainer.functions.sigmoid_cross_entropy
  456. ---------------------------------------------------------------------
  457. **********************************************************************
  458. File "reference/generated/chainer.functions.sigmoid_cross_entropy.rst", line ?, in default
  459. Failed example:
  460. F.sigmoid_cross_entropy(x, t)
  461. Expected:
  462. variable(0.25664713978767395)
  463. Got:
  464. variable(0.25664714)
  465. **********************************************************************
  466. File "reference/generated/chainer.functions.sigmoid_cross_entropy.rst", line ?, in default
  467. Failed example:
  468. F.sigmoid_cross_entropy(x, t, normalize=False)
  469. Expected:
  470. variable(0.6416178345680237)
  471. Got:
  472. variable(0.64161783)
  473. **********************************************************************
  474. File "reference/generated/chainer.functions.sigmoid_cross_entropy.rst", line ?, in default
  475. Failed example:
  476. y.data
  477. Expected:
  478. array([[ 0.126928 , 0.04858735, 0.97407699],
  479. [ 0.00671535, 0.126928 , -0. ]], dtype=float32)
  480. Got:
  481. array([[ 0.126928 , 0.04858735, 0.974077 ],
  482. [ 0.00671535, 0.126928 , -0. ]], dtype=float32)
  483. **********************************************************************
  484. 1 items had failures:
  485. 3 of 9 in default
  486. 9 tests in 1 items.
  487. 6 passed and 3 failed.
  488. ***Test Failed*** 3 failures.
  489.  
  490. Document: reference/generated/chainer.functions.where
  491. -----------------------------------------------------
  492. **********************************************************************
  493. File "reference/generated/chainer.functions.where.rst", line ?, in default
  494. Failed example:
  495. cond
  496. Expected:
  497. array([[ True, False],
  498. [False, True]], dtype=bool)
  499. Got:
  500. array([[ True, False],
  501. [False, True]])
  502. **********************************************************************
  503. File "reference/generated/chainer.functions.where.rst", line ?, in default
  504. Failed example:
  505. F.where(cond, x, y).data
  506. Expected:
  507. array([[ 1., 0.],
  508. [ 0., 4.]], dtype=float32)
  509. Got:
  510. array([[1., 0.],
  511. [0., 4.]], dtype=float32)
  512. **********************************************************************
  513. 1 items had failures:
  514. 2 of 5 in default
  515. 5 tests in 1 items.
  516. 3 passed and 2 failed.
  517. ***Test Failed*** 2 failures.
  518.  
  519. Document: reference/generated/chainer.functions.expand_dims
  520. -----------------------------------------------------------
  521. 1 items passed all tests:
  522. 11 tests in default
  523. 11 tests in 1 items.
  524. 11 passed and 0 failed.
  525. Test passed.
  526.  
  527. Document: reference/generated/chainer.functions.maxout
  528. ------------------------------------------------------
  529. **********************************************************************
  530. File "reference/generated/chainer.functions.maxout.rst", line ?, in default
  531. Failed example:
  532. x.reshape((out_size, pool_size)).data
  533. Expected:
  534. array([[ 0., 1., 2., 3., 4., 5., 6., 7., 8., 9.],
  535. [ 10., 11., 12., 13., 14., 15., 16., 17., 18., 19.],
  536. [ 20., 21., 22., 23., 24., 25., 26., 27., 28., 29.],
  537. [ 30., 31., 32., 33., 34., 35., 36., 37., 38., 39.],
  538. [ 40., 41., 42., 43., 44., 45., 46., 47., 48., 49.],
  539. [ 50., 51., 52., 53., 54., 55., 56., 57., 58., 59.],
  540. [ 60., 61., 62., 63., 64., 65., 66., 67., 68., 69.],
  541. [ 70., 71., 72., 73., 74., 75., 76., 77., 78., 79.],
  542. [ 80., 81., 82., 83., 84., 85., 86., 87., 88., 89.],
  543. [ 90., 91., 92., 93., 94., 95., 96., 97., 98., 99.]], dtype=float32)
  544. Got:
  545. array([[ 0., 1., 2., 3., 4., 5., 6., 7., 8., 9.],
  546. [10., 11., 12., 13., 14., 15., 16., 17., 18., 19.],
  547. [20., 21., 22., 23., 24., 25., 26., 27., 28., 29.],
  548. [30., 31., 32., 33., 34., 35., 36., 37., 38., 39.],
  549. [40., 41., 42., 43., 44., 45., 46., 47., 48., 49.],
  550. [50., 51., 52., 53., 54., 55., 56., 57., 58., 59.],
  551. [60., 61., 62., 63., 64., 65., 66., 67., 68., 69.],
  552. [70., 71., 72., 73., 74., 75., 76., 77., 78., 79.],
  553. [80., 81., 82., 83., 84., 85., 86., 87., 88., 89.],
  554. [90., 91., 92., 93., 94., 95., 96., 97., 98., 99.]], dtype=float32)
  555. **********************************************************************
  556. File "reference/generated/chainer.functions.maxout.rst", line ?, in default
  557. Failed example:
  558. y.data
  559. Expected:
  560. array([[ 9., 19., 29., 39., 49., 59., 69., 79., 89., 99.]], dtype=float32)
  561. Got:
  562. array([[ 9., 19., 29., 39., 49., 59., 69., 79., 89., 99.]], dtype=float32)
  563. **********************************************************************
  564. 1 items had failures:
  565. 2 of 10 in default
  566. 10 tests in 1 items.
  567. 8 passed and 2 failed.
  568. ***Test Failed*** 2 failures.
  569.  
  570. Document: reference/generated/chainer.links.LSTM
  571. ------------------------------------------------
  572. 1 items passed all tests:
  573. 10 tests in default
  574. 10 tests in 1 items.
  575. 10 passed and 0 failed.
  576. Test passed.
  577.  
  578. Document: reference/generated/chainer.links.DilatedConvolution2D
  579. ----------------------------------------------------------------
  580. 1 items passed all tests:
  581. 16 tests in default
  582. 16 tests in 1 items.
  583. 16 passed and 0 failed.
  584. Test passed.
  585.  
  586. Document: reference/generated/chainer.functions.convolution_nd
  587. --------------------------------------------------------------
  588. 1 items passed all tests:
  589. 20 tests in default
  590. 20 tests in 1 items.
  591. 20 passed and 0 failed.
  592. Test passed.
  593.  
  594. Document: reference/generated/chainer.functions.hard_sigmoid
  595. ------------------------------------------------------------
  596. **********************************************************************
  597. File "reference/generated/chainer.functions.hard_sigmoid.rst", line ?, in default
  598. Failed example:
  599. F.hard_sigmoid(x).data
  600. Expected:
  601. array([ 0. , 0.3, 0.5, 0.7, 1. ])
  602. Got:
  603. array([0. , 0.3, 0.5, 0.7, 1. ])
  604. **********************************************************************
  605. 1 items had failures:
  606. 1 of 3 in default
  607. 3 tests in 1 items.
  608. 2 passed and 1 failed.
  609. ***Test Failed*** 1 failures.
  610.  
  611. Document: reference/generated/chainer.functions.upsampling_2d
  612. -------------------------------------------------------------
  613. **********************************************************************
  614. File "reference/generated/chainer.functions.upsampling_2d.rst", line ?, in default
  615. Failed example:
  616. x.data
  617. Expected:
  618. array([[[[ 1., 2., 3., 4., 5., 6.],
  619. [ 7., 8., 9., 10., 11., 12.],
  620. [ 13., 14., 15., 16., 17., 18.],
  621. [ 19., 20., 21., 22., 23., 24.],
  622. [ 25., 26., 27., 28., 29., 30.],
  623. [ 31., 32., 33., 34., 35., 36.]]]], dtype=float32)
  624. Got:
  625. array([[[[ 1., 2., 3., 4., 5., 6.],
  626. [ 7., 8., 9., 10., 11., 12.],
  627. [13., 14., 15., 16., 17., 18.],
  628. [19., 20., 21., 22., 23., 24.],
  629. [25., 26., 27., 28., 29., 30.],
  630. [31., 32., 33., 34., 35., 36.]]]], dtype=float32)
  631. **********************************************************************
  632. File "reference/generated/chainer.functions.upsampling_2d.rst", line ?, in default
  633. Failed example:
  634. pooled_x.data
  635. Expected:
  636. array([[[[ 8., 10., 12.],
  637. [ 20., 22., 24.],
  638. [ 32., 34., 36.]]]], dtype=float32)
  639. Got:
  640. array([[[[ 8., 10., 12.],
  641. [20., 22., 24.],
  642. [32., 34., 36.]]]], dtype=float32)
  643. **********************************************************************
  644. File "reference/generated/chainer.functions.upsampling_2d.rst", line ?, in default
  645. Failed example:
  646. upsampled_x.data
  647. Expected:
  648. array([[[[ 0., 0., 0., 0., 0., 0.],
  649. [ 0., 8., 0., 10., 0., 12.],
  650. [ 0., 0., 0., 0., 0., 0.],
  651. [ 0., 20., 0., 22., 0., 24.],
  652. [ 0., 0., 0., 0., 0., 0.],
  653. [ 0., 32., 0., 34., 0., 36.]]]], dtype=float32)
  654. Got:
  655. array([[[[ 0., 0., 0., 0., 0., 0.],
  656. [ 0., 8., 0., 10., 0., 12.],
  657. [ 0., 0., 0., 0., 0., 0.],
  658. [ 0., 20., 0., 22., 0., 24.],
  659. [ 0., 0., 0., 0., 0., 0.],
  660. [ 0., 32., 0., 34., 0., 36.]]]], dtype=float32)
  661. **********************************************************************
  662. 1 items had failures:
  663. 3 of 9 in default
  664. 9 tests in 1 items.
  665. 6 passed and 3 failed.
  666. ***Test Failed*** 3 failures.
  667.  
  668. Document: reference/generated/chainer.functions.space2depth
  669. -----------------------------------------------------------
  670. **********************************************************************
  671. File "reference/generated/chainer.functions.space2depth.rst", line ?, in default
  672. Failed example:
  673. X
  674. Expected:
  675. array([[[[ 0., 1., 2., 3., 4., 5.],
  676. [ 6., 7., 8., 9., 10., 11.],
  677. [ 12., 13., 14., 15., 16., 17.],
  678. [ 18., 19., 20., 21., 22., 23.]]]], dtype=float32)
  679. Got:
  680. array([[[[ 0., 1., 2., 3., 4., 5.],
  681. [ 6., 7., 8., 9., 10., 11.],
  682. [12., 13., 14., 15., 16., 17.],
  683. [18., 19., 20., 21., 22., 23.]]]], dtype=float32)
  684. **********************************************************************
  685. File "reference/generated/chainer.functions.space2depth.rst", line ?, in default
  686. Failed example:
  687. y.data
  688. Expected:
  689. array([[[[ 0., 2., 4.],
  690. [ 12., 14., 16.]],
  691. <BLANKLINE>
  692. [[ 1., 3., 5.],
  693. [ 13., 15., 17.]],
  694. <BLANKLINE>
  695. [[ 6., 8., 10.],
  696. [ 18., 20., 22.]],
  697. <BLANKLINE>
  698. [[ 7., 9., 11.],
  699. [ 19., 21., 23.]]]], dtype=float32)
  700. Got:
  701. array([[[[ 0., 2., 4.],
  702. [12., 14., 16.]],
  703. <BLANKLINE>
  704. [[ 1., 3., 5.],
  705. [13., 15., 17.]],
  706. <BLANKLINE>
  707. [[ 6., 8., 10.],
  708. [18., 20., 22.]],
  709. <BLANKLINE>
  710. [[ 7., 9., 11.],
  711. [19., 21., 23.]]]], dtype=float32)
  712. **********************************************************************
  713. 1 items had failures:
  714. 2 of 6 in default
  715. 6 tests in 1 items.
  716. 4 passed and 2 failed.
  717. ***Test Failed*** 2 failures.
  718.  
  719. Document: tutorial/trainer
  720. --------------------------
  721. epoch main/loss main/accuracy validation/main/loss validation/main/accuracy elapsed_time
  722. 1 0.549436 0.847115 0.274745 0.921875 2.85011
  723. 1 items passed all tests:
  724. 9 tests in default
  725. 9 tests in 1 items.
  726. 9 passed and 0 failed.
  727. Test passed.
  728.  
  729. Document: reference/generated/chainer.functions.broadcast
  730. ---------------------------------------------------------
  731. 1 items passed all tests:
  732. 6 tests in default
  733. 6 tests in 1 items.
  734. 6 passed and 0 failed.
  735. Test passed.
  736.  
  737. Document: reference/generated/chainer.testing.unary_math_function_unittest
  738. --------------------------------------------------------------------------
  739. 1 items passed all tests:
  740. 7 tests in default
  741. 7 tests in 1 items.
  742. 7 passed and 0 failed.
  743. Test passed.
  744.  
  745. Document: reference/generated/chainer.functions.separate
  746. --------------------------------------------------------
  747. **********************************************************************
  748. File "reference/generated/chainer.functions.separate.rst", line ?, in default
  749. Failed example:
  750. x
  751. Expected:
  752. array([[ 0., 1., 2.],
  753. [ 3., 4., 5.]], dtype=float32)
  754. Got:
  755. array([[0., 1., 2.],
  756. [3., 4., 5.]], dtype=float32)
  757. **********************************************************************
  758. File "reference/generated/chainer.functions.separate.rst", line ?, in default
  759. Failed example:
  760. y[0].data
  761. Expected:
  762. array([ 0., 1., 2.], dtype=float32)
  763. Got:
  764. array([0., 1., 2.], dtype=float32)
  765. **********************************************************************
  766. File "reference/generated/chainer.functions.separate.rst", line ?, in default
  767. Failed example:
  768. y[0].data
  769. Expected:
  770. array([ 0., 3.], dtype=float32)
  771. Got:
  772. array([0., 3.], dtype=float32)
  773. **********************************************************************
  774. 1 items had failures:
  775. 3 of 12 in default
  776. 12 tests in 1 items.
  777. 9 passed and 3 failed.
  778. ***Test Failed*** 3 failures.
  779.  
  780. Document: reference/generated/chainer.functions.reshape
  781. -------------------------------------------------------
  782. 1 items passed all tests:
  783. 8 tests in default
  784. 8 tests in 1 items.
  785. 8 passed and 0 failed.
  786. Test passed.
  787.  
  788. Document: reference/generated/chainer.functions.hstack
  789. ------------------------------------------------------
  790. 1 items passed all tests:
  791. 16 tests in default
  792. 16 tests in 1 items.
  793. 16 passed and 0 failed.
  794. Test passed.
  795.  
  796. Document: reference/generated/chainer.functions.sigmoid
  797. -------------------------------------------------------
  798. **********************************************************************
  799. File "reference/generated/chainer.functions.sigmoid.rst", line ?, in default
  800. Failed example:
  801. F.sigmoid(x)
  802. Expected:
  803. variable([ 0.11920291, 0.5 , 0.88079709])
  804. Got:
  805. variable([0.11920291, 0.5 , 0.8807971 ])
  806. **********************************************************************
  807. 1 items had failures:
  808. 1 of 3 in default
  809. 3 tests in 1 items.
  810. 2 passed and 1 failed.
  811. ***Test Failed*** 1 failures.
  812.  
  813. Document: reference/generated/chainer.functions.triplet
  814. -------------------------------------------------------
  815. **********************************************************************
  816. File "reference/generated/chainer.functions.triplet.rst", line ?, in default
  817. Failed example:
  818. F.triplet(anchor, pos, neg)
  819. Expected:
  820. variable(0.14000003039836884)
  821. Got:
  822. variable(0.14000003)
  823. **********************************************************************
  824. File "reference/generated/chainer.functions.triplet.rst", line ?, in default
  825. Failed example:
  826. y.data
  827. Expected:
  828. array([ 0.11000005, 0.17 ], dtype=float32)
  829. Got:
  830. array([0.11000005, 0.17 ], dtype=float32)
  831. **********************************************************************
  832. File "reference/generated/chainer.functions.triplet.rst", line ?, in default
  833. Failed example:
  834. F.triplet(anchor, pos, neg, margin=0.5) # harder penalty
  835. Expected:
  836. variable(0.4400000274181366)
  837. Got:
  838. variable(0.44000003)
  839. **********************************************************************
  840. 1 items had failures:
  841. 3 of 8 in default
  842. 8 tests in 1 items.
  843. 5 passed and 3 failed.
  844. ***Test Failed*** 3 failures.
  845.  
  846. Document: reference/core/generated/chainer.FunctionNode
  847. -------------------------------------------------------
  848. 1 items passed all tests:
  849. 6 tests in default
  850. 6 tests in 1 items.
  851. 6 passed and 0 failed.
  852. Test passed.
  853.  
  854. Document: reference/core/generated/chainer.dataset.DatasetMixin
  855. ---------------------------------------------------------------
  856. 1 items passed all tests:
  857. 9 tests in default
  858. 9 tests in 1 items.
  859. 9 passed and 0 failed.
  860. Test passed.
  861.  
  862. Document: reference/generated/chainer.functions.slstm
  863. -----------------------------------------------------
  864. 1 items passed all tests:
  865. 12 tests in default
  866. 12 tests in 1 items.
  867. 12 passed and 0 failed.
  868. Test passed.
  869.  
  870. Document: reference/generated/chainer.functions.dropout
  871. -------------------------------------------------------
  872. 1 items passed all tests:
  873. 7 tests in default
  874. 7 tests in 1 items.
  875. 7 passed and 0 failed.
  876. Test passed.
  877.  
  878. Document: reference/generated/chainer.FunctionHook
  879. --------------------------------------------------
  880. 1 items passed all tests:
  881. 6 tests in default
  882. 6 tests in 1 items.
  883. 6 passed and 0 failed.
  884. Test passed.
  885.  
  886. Document: reference/generated/chainer.links.TheanoFunction
  887. ----------------------------------------------------------
  888. **********************************************************************
  889. File "reference/generated/chainer.links.TheanoFunction.rst", line ?, in default
  890. Failed example:
  891. c.data
  892. Expected:
  893. array([ 3., 5.], dtype=float32)
  894. Got:
  895. array([3., 5.], dtype=float32)
  896. **********************************************************************
  897. 1 items had failures:
  898. 1 of 11 in default
  899. 11 tests in 1 items.
  900. 10 passed and 1 failed.
  901. ***Test Failed*** 1 failures.
  902.  
  903. Document: reference/generated/chainer.functions.flatten
  904. -------------------------------------------------------
  905. 1 items passed all tests:
  906. 10 tests in default
  907. 10 tests in 1 items.
  908. 10 passed and 0 failed.
  909. Test passed.
  910.  
  911. Document: reference/generated/chainer.functions.lstm
  912. ----------------------------------------------------
  913. 1 items passed all tests:
  914. 8 tests in default
  915. 8 tests in 1 items.
  916. 8 passed and 0 failed.
  917. Test passed.
  918.  
  919. Document: reference/generated/chainer.datasets.LabeledImageDataset
  920. ------------------------------------------------------------------
  921. 1 items passed all tests:
  922. 9 tests in default
  923. 9 tests in 1 items.
  924. 9 passed and 0 failed.
  925. Test passed.
  926.  
  927. Document: reference/core/configuration
  928. --------------------------------------
  929. 1 items passed all tests:
  930. 5 tests in default
  931. 5 tests in 1 items.
  932. 5 passed and 0 failed.
  933. Test passed.
  934.  
  935. Document: reference/generated/chainer.functions.select_item
  936. -----------------------------------------------------------
  937. **********************************************************************
  938. File "reference/generated/chainer.functions.select_item.rst", line ?, in default
  939. Failed example:
  940. y.data
  941. Expected:
  942. array([ 0., 5.], dtype=float32)
  943. Got:
  944. array([0., 5.], dtype=float32)
  945. **********************************************************************
  946. 1 items had failures:
  947. 1 of 5 in default
  948. 5 tests in 1 items.
  949. 4 passed and 1 failed.
  950. ***Test Failed*** 1 failures.
  951.  
  952. Document: reference/generated/chainer.functions.matmul
  953. ------------------------------------------------------
  954. **********************************************************************
  955. File "reference/generated/chainer.functions.matmul.rst", line ?, in default
  956. Failed example:
  957. F.matmul(a, b).data
  958. Expected:
  959. array([[ 4., 1.],
  960. [ 2., 2.]], dtype=float32)
  961. Got:
  962. array([[4., 1.],
  963. [2., 2.]], dtype=float32)
  964. **********************************************************************
  965. 1 items had failures:
  966. 1 of 3 in default
  967. 3 tests in 1 items.
  968. 2 passed and 1 failed.
  969. ***Test Failed*** 1 failures.
  970.  
  971. Document: reference/generated/chainer.functions.tree_lstm
  972. ---------------------------------------------------------
  973. 1 items passed all tests:
  974. 9 tests in default
  975. 9 tests in 1 items.
  976. 9 passed and 0 failed.
  977. Test passed.
  978.  
  979. Document: reference/generated/chainer.functions.crelu
  980. -----------------------------------------------------
  981. **********************************************************************
  982. File "reference/generated/chainer.functions.crelu.rst", line ?, in default
  983. Failed example:
  984. y.data
  985. Expected:
  986. array([[ 0., 0., 1., 0.],
  987. [ 2., 0., 0., 3.]], dtype=float32)
  988. Got:
  989. array([[0., 0., 1., 0.],
  990. [2., 0., 0., 3.]], dtype=float32)
  991. **********************************************************************
  992. 1 items had failures:
  993. 1 of 4 in default
  994. 4 tests in 1 items.
  995. 3 passed and 1 failed.
  996. ***Test Failed*** 1 failures.
  997.  
  998. Document: tutorial/train_loop
  999. -----------------------------
  1000. 1 items passed all tests:
  1001. 5 tests in default
  1002. 5 tests in 1 items.
  1003. 5 passed and 0 failed.
  1004. Test passed.
  1005.  
  1006. Document: reference/generated/chainer.datasets.TransformDataset
  1007. ---------------------------------------------------------------
  1008. 1 items passed all tests:
  1009. 14 tests in default
  1010. 14 tests in 1 items.
  1011. 14 passed and 0 failed.
  1012. Test passed.
  1013.  
  1014. Document: reference/generated/chainer.datasets.SubDataset
  1015. ---------------------------------------------------------
  1016. 1 items passed all tests:
  1017. 9 tests in default
  1018. 9 tests in 1 items.
  1019. 9 passed and 0 failed.
  1020. Test passed.
  1021.  
  1022. Document: reference/core/generated/chainer.no_backprop_mode
  1023. -----------------------------------------------------------
  1024. 1 items passed all tests:
  1025. 4 tests in default
  1026. 4 tests in 1 items.
  1027. 4 passed and 0 failed.
  1028. Test passed.
  1029.  
  1030. Document: reference/generated/chainer.functions.clipped_relu
  1031. ------------------------------------------------------------
  1032. 1 items passed all tests:
  1033. 7 tests in default
  1034. 7 tests in 1 items.
  1035. 7 passed and 0 failed.
  1036. Test passed.
  1037.  
  1038. Document: reference/generated/chainer.functions.softplus
  1039. --------------------------------------------------------
  1040. **********************************************************************
  1041. File "reference/generated/chainer.functions.softplus.rst", line ?, in default
  1042. Failed example:
  1043. F.softplus(x, beta=1.0).data
  1044. Expected:
  1045. array([ 0.126928 , 0.69314718, 2.12692809], dtype=float32)
  1046. Got:
  1047. array([0.126928 , 0.6931472, 2.126928 ], dtype=float32)
  1048. **********************************************************************
  1049. 1 items had failures:
  1050. 1 of 3 in default
  1051. 3 tests in 1 items.
  1052. 2 passed and 1 failed.
  1053. ***Test Failed*** 1 failures.
  1054.  
  1055. Document: reference/generated/chainer.functions.sum
  1056. ---------------------------------------------------
  1057. **********************************************************************
  1058. File "reference/generated/chainer.functions.sum.rst", line ?, in default
  1059. Failed example:
  1060. x
  1061. Expected:
  1062. array([[ 0., 1., 2.],
  1063. [ 3., 4., 5.]], dtype=float32)
  1064. Got:
  1065. array([[0., 1., 2.],
  1066. [3., 4., 5.]], dtype=float32)
  1067. **********************************************************************
  1068. File "reference/generated/chainer.functions.sum.rst", line ?, in default
  1069. Failed example:
  1070. y.data
  1071. Expected:
  1072. array(15.0, dtype=float32)
  1073. Got:
  1074. array(15., dtype=float32)
  1075. **********************************************************************
  1076. File "reference/generated/chainer.functions.sum.rst", line ?, in default
  1077. Failed example:
  1078. y.data
  1079. Expected:
  1080. array([ 3., 12.], dtype=float32)
  1081. Got:
  1082. array([ 3., 12.], dtype=float32)
  1083. **********************************************************************
  1084. File "reference/generated/chainer.functions.sum.rst", line ?, in default
  1085. Failed example:
  1086. y.data
  1087. Expected:
  1088. array([[ 15.]], dtype=float32)
  1089. Got:
  1090. array([[15.]], dtype=float32)
  1091. **********************************************************************
  1092. 1 items had failures:
  1093. 4 of 11 in default
  1094. 11 tests in 1 items.
  1095. 7 passed and 4 failed.
  1096. ***Test Failed*** 4 failures.
  1097.  
  1098. Document: reference/generated/chainer.functions.n_step_bilstm
  1099. -------------------------------------------------------------
  1100. 1 items passed all tests:
  1101. 20 tests in default
  1102. 20 tests in 1 items.
  1103. 20 passed and 0 failed.
  1104. Test passed.
  1105.  
  1106. Document: reference/core/debug
  1107. ------------------------------
  1108. 1 items passed all tests:
  1109. 1 tests in default
  1110. 1 tests in 1 items.
  1111. 1 passed and 0 failed.
  1112. Test passed.
  1113.  
  1114. Document: reference/generated/chainer.functions.binary_accuracy
  1115. ---------------------------------------------------------------
  1116. **********************************************************************
  1117. File "reference/generated/chainer.functions.binary_accuracy.rst", line ?, in default
  1118. Failed example:
  1119. F.binary_accuracy(y, t).data # 100% accuracy because all samples are correct.
  1120. Expected:
  1121. array(1.0)
  1122. Got:
  1123. array(1.)
  1124. **********************************************************************
  1125. File "reference/generated/chainer.functions.binary_accuracy.rst", line ?, in default
  1126. Failed example:
  1127. F.binary_accuracy(y, t).data # 100% accuracy because of ignoring y[0][1] and y[1][1].
  1128. Expected:
  1129. array(1.0)
  1130. Got:
  1131. array(1.)
  1132. **********************************************************************
  1133. 1 items had failures:
  1134. 2 of 7 in default
  1135. 7 tests in 1 items.
  1136. 5 passed and 2 failed.
  1137. ***Test Failed*** 2 failures.
  1138.  
  1139. Document: reference/generated/chainer.links.StatelessGRU
  1140. --------------------------------------------------------
  1141. 1 items passed all tests:
  1142. 10 tests in default
  1143. 10 tests in 1 items.
  1144. 10 passed and 0 failed.
  1145. Test passed.
  1146.  
  1147. Document: reference/generated/chainer.functions.copy
  1148. ----------------------------------------------------
  1149. 1 items passed all tests:
  1150. 7 tests in default
  1151. 7 tests in 1 items.
  1152. 7 passed and 0 failed.
  1153. Test passed.
  1154.  
  1155. Document: reference/generated/chainer.functions.depth2space
  1156. -----------------------------------------------------------
  1157. **********************************************************************
  1158. File "reference/generated/chainer.functions.depth2space.rst", line ?, in default
  1159. Failed example:
  1160. X
  1161. Expected:
  1162. array([[[[ 0., 1., 2.],
  1163. [ 3., 4., 5.]],
  1164. <BLANKLINE>
  1165. [[ 6., 7., 8.],
  1166. [ 9., 10., 11.]],
  1167. <BLANKLINE>
  1168. [[ 12., 13., 14.],
  1169. [ 15., 16., 17.]],
  1170. <BLANKLINE>
  1171. [[ 18., 19., 20.],
  1172. [ 21., 22., 23.]]]], dtype=float32)
  1173. Got:
  1174. array([[[[ 0., 1., 2.],
  1175. [ 3., 4., 5.]],
  1176. <BLANKLINE>
  1177. [[ 6., 7., 8.],
  1178. [ 9., 10., 11.]],
  1179. <BLANKLINE>
  1180. [[12., 13., 14.],
  1181. [15., 16., 17.]],
  1182. <BLANKLINE>
  1183. [[18., 19., 20.],
  1184. [21., 22., 23.]]]], dtype=float32)
  1185. **********************************************************************
  1186. File "reference/generated/chainer.functions.depth2space.rst", line ?, in default
  1187. Failed example:
  1188. y.data
  1189. Expected:
  1190. array([[[[ 0., 6., 1., 7., 2., 8.],
  1191. [ 12., 18., 13., 19., 14., 20.],
  1192. [ 3., 9., 4., 10., 5., 11.],
  1193. [ 15., 21., 16., 22., 17., 23.]]]], dtype=float32)
  1194. Got:
  1195. array([[[[ 0., 6., 1., 7., 2., 8.],
  1196. [12., 18., 13., 19., 14., 20.],
  1197. [ 3., 9., 4., 10., 5., 11.],
  1198. [15., 21., 16., 22., 17., 23.]]]], dtype=float32)
  1199. **********************************************************************
  1200. 1 items had failures:
  1201. 2 of 6 in default
  1202. 6 tests in 1 items.
  1203. 4 passed and 2 failed.
  1204. ***Test Failed*** 2 failures.
  1205.  
  1206. Document: reference/generated/chainer.functions.crf1d
  1207. -----------------------------------------------------
  1208. 1 items passed all tests:
  1209. 14 tests in default
  1210. 14 tests in 1 items.
  1211. 14 passed and 0 failed.
  1212. Test passed.
  1213.  
  1214. Document: reference/generated/chainer.functions.softmax_cross_entropy
  1215. ---------------------------------------------------------------------
  1216. **********************************************************************
  1217. File "reference/generated/chainer.functions.softmax_cross_entropy.rst", line ?, in default
  1218. Failed example:
  1219. y
  1220. Expected:
  1221. variable(0.4401897192001343)
  1222. Got:
  1223. variable(0.44018972)
  1224. **********************************************************************
  1225. 1 items had failures:
  1226. 1 of 9 in default
  1227. 9 tests in 1 items.
  1228. 8 passed and 1 failed.
  1229. ***Test Failed*** 1 failures.
  1230.  
  1231. Document: reference/generated/chainer.functions.accuracy
  1232. --------------------------------------------------------
  1233. **********************************************************************
  1234. File "reference/generated/chainer.functions.accuracy.rst", line ?, in default
  1235. Failed example:
  1236. F.accuracy(y, t).data # 100% accuracy because all samples are correct
  1237. Expected:
  1238. array(1.0)
  1239. Got:
  1240. array(1.)
  1241. **********************************************************************
  1242. File "reference/generated/chainer.functions.accuracy.rst", line ?, in default
  1243. Failed example:
  1244. F.accuracy(y, t, ignore_label=0).data # 100% accuracy because of ignoring the 2nd, 3rd and 4th samples.
  1245. Expected:
  1246. array(1.0)
  1247. Got:
  1248. array(1.)
  1249. **********************************************************************
  1250. 1 items had failures:
  1251. 2 of 6 in default
  1252. 6 tests in 1 items.
  1253. 4 passed and 2 failed.
  1254. ***Test Failed*** 2 failures.
  1255.  
  1256. Document: reference/generated/chainer.functions.depthwise_convolution_2d
  1257. ------------------------------------------------------------------------
  1258. 1 items passed all tests:
  1259. 5 tests in default
  1260. 5 tests in 1 items.
  1261. 5 passed and 0 failed.
  1262. Test passed.
  1263.  
  1264. Document: reference/generated/chainer.functions.cast
  1265. ----------------------------------------------------
  1266. 1 items passed all tests:
  1267. 6 tests in default
  1268. 6 tests in 1 items.
  1269. 6 passed and 0 failed.
  1270. Test passed.
  1271.  
  1272. Document: tutorial/recurrentnet
  1273. -------------------------------
  1274. 1 items passed all tests:
  1275. 12 tests in default
  1276. 12 tests in 1 items.
  1277. 12 passed and 0 failed.
  1278. Test passed.
  1279.  
  1280. Document: reference/generated/chainer.functions.transpose
  1281. ---------------------------------------------------------
  1282. **********************************************************************
  1283. File "reference/generated/chainer.functions.transpose.rst", line ?, in default
  1284. Failed example:
  1285. y.data
  1286. Expected:
  1287. array([[[ 0.],
  1288. [ 3.]],
  1289. <BLANKLINE>
  1290. [[ 1.],
  1291. [ 4.]],
  1292. <BLANKLINE>
  1293. [[ 2.],
  1294. [ 5.]]], dtype=float32)
  1295. Got:
  1296. array([[[0.],
  1297. [3.]],
  1298. <BLANKLINE>
  1299. [[1.],
  1300. [4.]],
  1301. <BLANKLINE>
  1302. [[2.],
  1303. [5.]]], dtype=float32)
  1304. **********************************************************************
  1305. File "reference/generated/chainer.functions.transpose.rst", line ?, in default
  1306. Failed example:
  1307. y.data
  1308. Expected:
  1309. array([[[ 0., 1., 2.]],
  1310. <BLANKLINE>
  1311. [[ 3., 4., 5.]]], dtype=float32)
  1312. Got:
  1313. array([[[0., 1., 2.]],
  1314. <BLANKLINE>
  1315. [[3., 4., 5.]]], dtype=float32)
  1316. **********************************************************************
  1317. 1 items had failures:
  1318. 2 of 8 in default
  1319. 8 tests in 1 items.
  1320. 6 passed and 2 failed.
  1321. ***Test Failed*** 2 failures.
  1322.  
  1323. Document: reference/generated/chainer.functions.forget
  1324. ------------------------------------------------------
  1325. 1 items passed all tests:
  1326. 4 tests in default
  1327. 4 tests in 1 items.
  1328. 4 passed and 0 failed.
  1329. Test passed.
  1330.  
  1331. Document: reference/generated/chainer.functions.deconvolution_2d
  1332. ----------------------------------------------------------------
  1333. 1 items passed all tests:
  1334. 17 tests in default
  1335. 17 tests in 1 items.
  1336. 17 passed and 0 failed.
  1337. Test passed.
  1338.  
  1339. Document: reference/generated/chainer.functions.convolution_2d
  1340. --------------------------------------------------------------
  1341. 1 items passed all tests:
  1342. 19 tests in default
  1343. 19 tests in 1 items.
  1344. 19 passed and 0 failed.
  1345. Test passed.
  1346.  
  1347. Document: reference/generated/chainer.functions.n_step_lstm
  1348. -----------------------------------------------------------
  1349. 1 items passed all tests:
  1350. 19 tests in default
  1351. 19 tests in 1 items.
  1352. 19 passed and 0 failed.
  1353. Test passed.
  1354.  
  1355. Document: reference/generated/chainer.functions.elu
  1356. ---------------------------------------------------
  1357. 1 items passed all tests:
  1358. 4 tests in default
  1359. 4 tests in 1 items.
  1360. 4 passed and 0 failed.
  1361. Test passed.
  1362.  
  1363. Document: reference/generated/chainer.links.Deconvolution2D
  1364. -----------------------------------------------------------
  1365. 1 items passed all tests:
  1366. 16 tests in default
  1367. 16 tests in 1 items.
  1368. 16 passed and 0 failed.
  1369. Test passed.
  1370.  
  1371. Document: reference/generated/chainer.functions.contrastive
  1372. -----------------------------------------------------------
  1373. **********************************************************************
  1374. File "reference/generated/chainer.functions.contrastive.rst", line ?, in default
  1375. Failed example:
  1376. F.contrastive(x0, x1, y, margin=3.0) # harder penalty
  1377. Expected:
  1378. variable(0.3528856933116913)
  1379. Got:
  1380. variable(0.3528857)
  1381. **********************************************************************
  1382. File "reference/generated/chainer.functions.contrastive.rst", line ?, in default
  1383. Failed example:
  1384. z.data
  1385. Expected:
  1386. array([ 0.625, 0. ], dtype=float32)
  1387. Got:
  1388. array([0.625, 0. ], dtype=float32)
  1389. **********************************************************************
  1390. 1 items had failures:
  1391. 2 of 8 in default
  1392. 8 tests in 1 items.
  1393. 6 passed and 2 failed.
  1394. ***Test Failed*** 2 failures.
  1395.  
  1396. Document: reference/generated/chainer.functions.hinge
  1397. -----------------------------------------------------
  1398. **********************************************************************
  1399. File "reference/generated/chainer.functions.hinge.rst", line ?, in default
  1400. Failed example:
  1401. F.hinge(x, t, reduce='no')
  1402. Expected:
  1403. variable([[ 0. , 0. , 1.5],
  1404. [ 0. , 3. , 0.5]])
  1405. Got:
  1406. variable([[0. , 0. , 1.5],
  1407. [0. , 3. , 0.5]])
  1408. **********************************************************************
  1409. 1 items had failures:
  1410. 1 of 7 in default
  1411. 7 tests in 1 items.
  1412. 6 passed and 1 failed.
  1413. ***Test Failed*** 1 failures.
  1414.  
  1415. Document: reference/generated/chainer.functions.squeeze
  1416. -------------------------------------------------------
  1417. **********************************************************************
  1418. File "reference/generated/chainer.functions.squeeze.rst", line ?, in default
  1419. Failed example:
  1420. y.data
  1421. Expected:
  1422. array([[ 0., 1., 2.],
  1423. [ 3., 4., 5.]], dtype=float32)
  1424. Got:
  1425. array([[0., 1., 2.],
  1426. [3., 4., 5.]], dtype=float32)
  1427. **********************************************************************
  1428. File "reference/generated/chainer.functions.squeeze.rst", line ?, in default
  1429. Failed example:
  1430. y.data
  1431. Expected:
  1432. array([[[ 0., 1., 2.]],
  1433. <BLANKLINE>
  1434. [[ 3., 4., 5.]]], dtype=float32)
  1435. Got:
  1436. array([[[0., 1., 2.]],
  1437. <BLANKLINE>
  1438. [[3., 4., 5.]]], dtype=float32)
  1439. **********************************************************************
  1440. File "reference/generated/chainer.functions.squeeze.rst", line ?, in default
  1441. Failed example:
  1442. y.data
  1443. Expected:
  1444. array([[ 0., 1., 2.],
  1445. [ 3., 4., 5.]], dtype=float32)
  1446. Got:
  1447. array([[0., 1., 2.],
  1448. [3., 4., 5.]], dtype=float32)
  1449. **********************************************************************
  1450. 1 items had failures:
  1451. 3 of 11 in default
  1452. 11 tests in 1 items.
  1453. 8 passed and 3 failed.
  1454. ***Test Failed*** 3 failures.
  1455.  
  1456. Document: reference/generated/chainer.functions.tile
  1457. ----------------------------------------------------
  1458. 1 items passed all tests:
  1459. 22 tests in default
  1460. 22 tests in 1 items.
  1461. 22 passed and 0 failed.
  1462. Test passed.
  1463.  
  1464. Document: reference/generated/chainer.functions.swapaxes
  1465. --------------------------------------------------------
  1466. **********************************************************************
  1467. File "reference/generated/chainer.functions.swapaxes.rst", line ?, in default
  1468. Failed example:
  1469. y.data
  1470. Expected:
  1471. array([[[ 0., 1., 2.]],
  1472. <BLANKLINE>
  1473. [[ 3., 4., 5.]]], dtype=float32)
  1474. Got:
  1475. array([[[0., 1., 2.]],
  1476. <BLANKLINE>
  1477. [[3., 4., 5.]]], dtype=float32)
  1478. **********************************************************************
  1479. 1 items had failures:
  1480. 1 of 5 in default
  1481. 5 tests in 1 items.
  1482. 4 passed and 1 failed.
  1483. ***Test Failed*** 1 failures.
  1484.  
  1485. Document: reference/generated/chainer.links.StatefulGRU
  1486. -------------------------------------------------------
  1487. 1 items passed all tests:
  1488. 12 tests in default
  1489. 12 tests in 1 items.
  1490. 12 passed and 0 failed.
  1491. Test passed.
  1492.  
  1493. Document: reference/generated/chainer.functions.stack
  1494. -----------------------------------------------------
  1495. 1 items passed all tests:
  1496. 17 tests in default
  1497. 17 tests in 1 items.
  1498. 17 passed and 0 failed.
  1499. Test passed.
  1500.  
  1501. Document: reference/generated/chainer.functions.concat
  1502. ------------------------------------------------------
  1503. 1 items passed all tests:
  1504. 6 tests in default
  1505. 6 tests in 1 items.
  1506. 6 passed and 0 failed.
  1507. Test passed.
  1508.  
  1509. Document: tutorial/type_check
  1510. -----------------------------
  1511. 1 items passed all tests:
  1512. 19 tests in default
  1513. 19 tests in 1 items.
  1514. 19 passed and 0 failed.
  1515. Test passed.
  1516.  
  1517. Document: tutorial/extension
  1518. ----------------------------
  1519. 1 items passed all tests:
  1520. 3 tests in default
  1521. 3 tests in 1 items.
  1522. 3 passed and 0 failed.
  1523. Test passed.
  1524.  
  1525. Document: reference/generated/chainer.functions.softmax
  1526. -------------------------------------------------------
  1527. **********************************************************************
  1528. File "reference/generated/chainer.functions.softmax.rst", line ?, in default
  1529. Failed example:
  1530. x
  1531. Expected:
  1532. array([[ 0., 1., 2.],
  1533. [ 0., 2., 4.]], dtype=float32)
  1534. Got:
  1535. array([[0., 1., 2.],
  1536. [0., 2., 4.]], dtype=float32)
  1537. **********************************************************************
  1538. File "reference/generated/chainer.functions.softmax.rst", line ?, in default
  1539. Failed example:
  1540. y.data
  1541. Expected:
  1542. array([[ 0.09003057, 0.24472848, 0.66524094],
  1543. [ 0.01587624, 0.11731043, 0.86681336]], dtype=float32)
  1544. Got:
  1545. array([[0.09003057, 0.24472848, 0.66524094],
  1546. [0.01587624, 0.11731043, 0.86681336]], dtype=float32)
  1547. **********************************************************************
  1548. File "reference/generated/chainer.functions.softmax.rst", line ?, in default
  1549. Failed example:
  1550. F.sum(y, axis=1).data
  1551. Expected:
  1552. array([ 1., 1.], dtype=float32)
  1553. Got:
  1554. array([1., 1.], dtype=float32)
  1555. **********************************************************************
  1556. 1 items had failures:
  1557. 3 of 5 in default
  1558. 5 tests in 1 items.
  1559. 2 passed and 3 failed.
  1560. ***Test Failed*** 3 failures.
  1561.  
  1562. Document: reference/generated/chainer.functions.tanh
  1563. ----------------------------------------------------
  1564. **********************************************************************
  1565. File "reference/generated/chainer.functions.tanh.rst", line ?, in default
  1566. Failed example:
  1567. F.tanh(x).data
  1568. Expected:
  1569. array([-0.76159418, 0.76159418, 0.99505478], dtype=float32)
  1570. Got:
  1571. array([-0.7615942, 0.7615942, 0.9950548], dtype=float32)
  1572. **********************************************************************
  1573. 1 items had failures:
  1574. 1 of 3 in default
  1575. 3 tests in 1 items.
  1576. 2 passed and 1 failed.
  1577. ***Test Failed*** 1 failures.
  1578.  
  1579. Doctest summary
  1580. ===============
  1581. 942 tests
  1582. 72 failures in tests
  1583. 0 failures in setup code
  1584. 0 failures in cleanup code
  1585. build finished with problems.
  1586. Makefile:176: recipe for target 'doctest' failed
Add Comment
Please, Sign In to add comment