You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
DPPluginBase class has a method named prepare_train_dataloader(), which prepares a dataloader for distributed training from
a dataset. This method should be general and be defined in the base class Plugin.
Wanna track the development progress? Take a look at
Overview
DPPluginBaseclass has a method namedprepare_train_dataloader(), which prepares a dataloader for distributed training froma dataset. This method should be general and be defined in the base class
Plugin.Wanna track the development progress? Take a look at
proposal: #3046
project kanban: API Refactoring
Goal
prepare_train_dataloader()method inPluginclass.prepare_dataloader().