lightning/tests/helpers/__init__.py

3 lines
158 B
Python
Raw Normal View History

from tests.helpers.boring_model import BoringDataModule, BoringModel, RandomDataset # noqa: F401
from tests.helpers.datasets import TrialMNIST # noqa: F401