-
Notifications
You must be signed in to change notification settings - Fork 3.6k
Closed
Labels
data handlingGeneric data-related topicGeneric data-related topicfeatureIs an improvement or enhancementIs an improvement or enhancementhelp wantedOpen to be worked onOpen to be worked onwon't fixThis will not be worked onThis will not be worked on
Description
🚀 Feature
teardown as a hook can be useful for data modules.
Motivation
This could be used for:
- Clean up downloaded data after training finishes
- Closing any open connections a dataloader makes
- etc
Pitch
This has natural connections to prepare_data and setup and could be implemented very similarly to how those are supported across the data module and lightning module.
By default this should do nothing
cc @nateraw
Metadata
Metadata
Assignees
Labels
data handlingGeneric data-related topicGeneric data-related topicfeatureIs an improvement or enhancementIs an improvement or enhancementhelp wantedOpen to be worked onOpen to be worked onwon't fixThis will not be worked onThis will not be worked on