You can not select more than 25 topics
Topics must start with a chinese character,a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
- API - Iteration
- ==========================
-
- Data iteration.
-
-
- .. automodule:: tensorlayer.iterate
-
- .. autosummary::
-
- minibatches
- seq_minibatches
- seq_minibatches2
- ptb_iterator
-
-
- Non-time series
- --------------------
-
- .. autofunction:: minibatches
-
-
- Time series
- ----------------------
-
- Sequence iteration 1
- ^^^^^^^^^^^^^^^^^^^^^^^
- .. autofunction:: seq_minibatches
-
- Sequence iteration 2
- ^^^^^^^^^^^^^^^^^^^^^^^
- .. autofunction:: seq_minibatches2
-
- PTB dataset iteration
- ^^^^^^^^^^^^^^^^^^^^^^^^
- .. autofunction:: ptb_iterator
|