.FastAI.Datasets
recipeblocks
function
defined in module
FastAI.Datasets
recipeblocks(TRecipe) -> TBlocks
recipeblocks(recipe) -> TBlocks
Return the
Block
types for the data container that recipe type
TRecipe
creates. Does not return
Block
instances as the exact configuration may not be known until the dataset is being loaded.
recipeblocks
(
ImageFolders
)
==
Tuple
{
Image
{
2
}
,
Label
}
There are
7
methods for FastAI.Datasets.recipeblocks
:
The following pages link back here: