Core
VisionLearner
Bases: Learner
Learner that knows how to handle vision's related training/inference.
show_batch(sample_sz, callbacks=None, **kwargs)
Show batch of images of size sample_sz
.
Parameters:
Name | Type | Description | Default |
---|---|---|---|
sample_sz |
int
|
Number of input samples to show. |
1
|
callbacks |
Iterable[Callback] | None
|
Callbacks to add to the existing callbacks. The added
callbacks will be removed before |
None
|