.FastAI.Datasetsrecipeblocks

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.

Examples


			
			
			
			
			recipeblocks
			(

	
			ImageFolders
			)
			 
			==
			 
			
			Tuple
			{
			

	
			Image
			{
			2
			}
			,
			 

	
			Label
			}
Methods

There are 7 methods for FastAI.Datasets.recipeblocks:

recipes.jl:117
recipes.jl:83
recipes.jl:41
recipes.jl:66
recipes.jl:47
recipes.jl:18