mirror of
https://github.com/wassname/pytorch-lightning.git
synced 2026-08-21 11:20:03 +08:00
* wip * cleaning * optim imports * - * default hparams * fix restore * fix imports
5 lines
126 B
Python
5 lines
126 B
Python
"""Models for testing."""
|
|
|
|
from tests.base.datasets import TrialMNIST
|
|
from tests.base.model_template import EvalModelTemplate
|