.FastAI
test_task_show
function
defined in module
FastAI
test_task_show(task, backend::ShowBackend)
Test suite that tests that all learning task-related
show*
functions work for
backend
sample = mockblock(getblocks(task))
: Sample data to use for tests.
output = mockblock(getblocks(task).ŷ)
: Model output data to use for tests.
There is
1
method for FastAI.test_task_show
:
The following page links back here: