-
Notifications
You must be signed in to change notification settings - Fork 302
Conversation
SegNet test fails due to Chainer 3.0.0 change. |
@yuyu2172 Thank you. I fixed it. Currently, Travis CI does not run any tests of |
README.md
Outdated
@@ -43,8 +43,9 @@ For additional features | |||
|
|||
Environments under Python 2.7.12 and 3.6.0 are tested. | |||
|
|||
+ The master branch will work on both the stable version (v2) and the development version (v3). | |||
+ The master branch will work on both the stable version (v3) and the development version (v4). | |||
+ For users using Chainer v1, please use version `0.4.11`, which can be installed by `pip install chainercv==0.4.11`. This branch is unmaintained. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
How about not repeating the sentence "This branch is unmaintained".
Sorry for being late! |
Should we add attributes for all methods or just one for each class? |
I also prefer declaring |
I see. |
Yes. I changed other tests, too. |
LGTM |
Variable.data
->Variable.array
(Add Variable.array that is less confusing than Variable.data chainer#3223)as_variable
(Add chainer.as_variable chainer#3218)ConcatenatedDataset
(Add ConcatenatedDataset chainer#2780)cupy.argsort
(Implement cupy.argsort cupy/cupy#67, cupy.argsort for arrays of rank two or more cupy/cupy#288)if
statement related to reduction bug ([backport] Fix simple reduction cupy/cupy#505)apply()
instead of__call__()
forMaxPooling2D
(New style pooling functions chainer#3257)PyTest
fortesting.attr
(Move to PyTest instead of nose chainer#3324)