Description Usage Arguments Value
Decodes the prediction of an ImageNet model.
1 | imagenet_decode_predictions(preds, top = 5)
|
preds |
Tensor encoding a batch of predictions. |
top |
integer, how many top-guesses to return. |
List of data frames with variables class_name
, class_description
,
and score
(one data frame per sample in batch input).
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.