.FastAI
testencoding
function
defined in module
FastAI
testencoding(encoding, block[, obs])
Performs some tests that the encoding interface is set up properly for
encoding
and
block
. Tests that
obs
is a valid instance
block
encode
returns a valid
encodedblock(encoding, block)
decode
returns a valid
decodedblock(encoding, encodedblock(encoding, block))
and that the block is identical to
block
There is
1
method for FastAI.testencoding
:
The following pages link back here:
blocks/many.jl , datablock/encoding.jl , encodings/onehot.jl , encodings/only.jl