.FastAI
mockmodel
function
defined in module
FastAI
mockmodel(task)
Generate a
model
compatible with
task
for testing.
mockmodel(xblock, ŷblock)
mockmodel(task::AbstractBlockTask)
Create a fake model that maps batches of block
xblock
to batches of block
ŷblock
. Useful for testing.
There are
2
methods for FastAI.mockmodel
:
The following pages link back here: