showsample
function
defined in module
FastAI
showsample([backend], task, sample)
Show an unprocessed
sample
for
LearningTask
task
to
backend::
ShowBackend
.
data
,
blocks
=
loaddataset
(
"
imagenette2-160
"
,
(
Image
,
Label
)
)
task
=
ImageClassificationSingle
(
data
)
sample
=
data
[
1
]
showsample
(
task
,
sample
)
# select backend automatically
showsample
(
ShowText
(
)
,
task
,
sample
)
There are
2
methods for FastAI.showsample
:
The following pages link back here:
How to visualize data, New visualization tools for FastAI.jl, TimeSeries Classification