[Doc] Dataset lint fix (#8719)

This commit is contained in:
Alex Wu
2020-06-01 19:43:06 -07:00
committed by GitHub
parent 4cef1ee591
commit a2ec282033
+2 -2
View File
@@ -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.
"""