Unverified Commit 1525cc42 authored by Nikita Titov's avatar Nikita Titov Committed by GitHub
Browse files

[docs][python] add versionadded to Sequence class in Python wrapper (#4441)

parent 03469ae5
...@@ -626,6 +626,8 @@ class Sequence(abc.ABC): ...@@ -626,6 +626,8 @@ class Sequence(abc.ABC):
- With random access, **data sampling does not need to go through all data**. - With random access, **data sampling does not need to go through all data**.
- With range data access, there's **no need to read all data into memory thus reduce memory usage**. - With range data access, there's **no need to read all data into memory thus reduce memory usage**.
.. versionadded:: 3.3.0
Attributes Attributes
---------- ----------
batch_size : int batch_size : int
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment