show_results {fastai}R Documentation

Show_results

Description

Show some predictions on 'ds_idx'-th dataset or 'dl'

Usage

show_results(
  object,
  ds_idx = 1,
  dl = NULL,
  max_n = 9,
  shuffle = TRUE,
  dpi = 90,
  ...
)

Arguments

object

model

ds_idx

ds by index

dl

dataloader

max_n

maximum number of images

shuffle

shuffle or not

dpi

dots per inch

...

additional arguments

Value

None


[Package fastai version 2.2.2 Index]