Skip to content

Commit

Permalink
Add "This feature is experimental" in the docstring of Sequential class
Browse files Browse the repository at this point in the history
  • Loading branch information
mitmul committed Apr 9, 2018
1 parent a79c8ec commit 00ef5e4
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions chainer/sequential.py
Expand Up @@ -10,6 +10,10 @@ class Sequential(link.ChainList):

"""Sequential model which has a single-stream forward pass.
.. warning::
This feature is experimental. The interface can change in the future.
This class enables to construct a network which has sequential structure
easily. While :class:`~Chain` and :class:`~ChainList` can only take
:class:`~Link` object as input to their constructor, this
Expand Down

0 comments on commit 00ef5e4

Please sign in to comment.