show_results: Show_results

View source: R/test.R

show_resultsR 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


fastai documentation built on March 31, 2023, 11:41 p.m.