Fixing hooks & hparams
Overview
Fixing critical bugs in newly added hooks and hparams
assignment.
The recommended data following:
- use
prepare_data
to download and process the dataset. - use
setup
to do splits, and build your model internals
Fixing critical bugs in newly added hooks and hparams
assignment.
The recommended data following:
prepare_data
to download and process the dataset.setup
to do splits, and build your model internals