tfds.transform.apply_do_fn
Applies fn
that can return any number of examples based on an input.
tfds.transform.apply_do_fn(
fn: Callable[[Any], Iterator[Any]]
) -> ExampleTransformFn
A do_fn can be used for multiple purposes such as augmentations, but also to
filter examples.
Arguments |
fn
|
the function that takes an example and outputs 0 or more examples.
|
Returns |
function that can be applied to perform a do fn.
|
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-04-26 UTC.
[null,null,["Last updated 2024-04-26 UTC."],[],[]]