.FastAIdecodedblock
function defined in module
FastAI
decodedblock(encoding, block)
decodedblock(encoding, blocks)
decodedblock(encodings, blocks)
Return the block that is obtained by decoding
block with encoding
E. This needs to be constant for an instance of
E, so it cannot depend on the sample or on randomness. The default is to return
nothing, meaning the same block is returned and not changed. Encodings that return the same block but change the data when decoding should return
block.
There are
12
methods for FastAI.decodedblock:
The following pages link back here:
datablock/describe.jl , datablock/encoding.jl , datablock/wrappers.jl , encodings/onehot.jl , encodings/only.jl , FastTabular.jl , FastVision.jl , encodings/imagepreprocessing.jl , encodings/keypointpreprocessing.jl , encodings/onehot.jl