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.

iterate.rst 534 B

4 years ago
123456789101112131415161718192021222324252627282930313233343536
  1. API - Iteration
  2. ==========================
  3. Data iteration.
  4. .. automodule:: tensorlayer.iterate
  5. .. autosummary::
  6. minibatches
  7. seq_minibatches
  8. seq_minibatches2
  9. ptb_iterator
  10. Non-time series
  11. --------------------
  12. .. autofunction:: minibatches
  13. Time series
  14. ----------------------
  15. Sequence iteration 1
  16. ^^^^^^^^^^^^^^^^^^^^^^^
  17. .. autofunction:: seq_minibatches
  18. Sequence iteration 2
  19. ^^^^^^^^^^^^^^^^^^^^^^^
  20. .. autofunction:: seq_minibatches2
  21. PTB dataset iteration
  22. ^^^^^^^^^^^^^^^^^^^^^^^^
  23. .. autofunction:: ptb_iterator

TensorLayer3.0 是一款兼容多种深度学习框架为计算后端的深度学习库。计划兼容TensorFlow, Pytorch, MindSpore, Paddle.