mirror of
https://github.com/wassname/ray.git
synced 2026-06-28 16:13:54 +08:00
[Doc] Dataset lint fix (#8719)
This commit is contained in:
@@ -46,8 +46,8 @@ class Dataset():
|
||||
input and the label (default is the identity function).
|
||||
max_concurrency (int): The maximum number of concurrent calls to the
|
||||
download function. See ParallelIterator::for_each for details.
|
||||
transform (S -> X): A final transformation to be applied to the _input
|
||||
only_. This is guaranteed to run on the same worker that training
|
||||
transform (S -> X): A final transformation to be applied to the *input
|
||||
only*. This is guaranteed to run on the same worker that training
|
||||
will occur on.
|
||||
"""
|
||||
|
||||
|
||||
Reference in New Issue
Block a user