.FastAItest_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

Keyword arguments

  • sample = mockblock(getblocks(task)): Sample data to use for tests.

  • output = mockblock(getblocks(task).ŷ): Model output data to use for tests.

Methods

There is 1 method for FastAI.test_task_show: