We define the `DataBox` class.
DataBox
(block
=()
, getter
=None
, **tfms
)
create_datablock
(input_box
, output_box
, **kwargs
)
create_dataloaders
(input_box
, output_box
, path
='.'
, bs
=None
, **kwargs
)
set_seed
(s
, reproducible
=False
)
Set random seed for random
, torch
, and numpy
(where available)