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
We already had some dp fashion plugins: TorchDDPPlugin, LowLevelZeroPlugin and GeminiPlugin. These plugin have some common features, like dataloader creation. We can extract these features to a base class.
Wanna track the development progress? Take a look at
Overview
We already had some dp fashion plugins: TorchDDPPlugin, LowLevelZeroPlugin and GeminiPlugin. These plugin have some common features, like dataloader creation. We can extract these features to a base class.
Wanna track the development progress? Take a look at
proposal: #3046
project kanban: API Refactoring
Goal
Write a base class for all dp fashion plugins and update unit tests.