.FastAIchecktask_core
function defined in module
FastAI
checktask_core(task; sample, model, device = identity)
checktask_core(task; device = identity)
Check if
task conforms to the
LearningTask interface.
sample and
model are used for testing. If you have implemented the testing interface and don't supply these as arguments,
mocksample(task) and
mockmodel(task) will be used.
There is
1
method for FastAI.checktask_core:
The following page links back here: