We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2fd2d41 + 5d07fd8 commit a8e5cc9Copy full SHA for a8e5cc9
tests/backends/ddp_model.py
@@ -15,9 +15,10 @@
15
Runs either `.fit()` or `.test()` on a single node across multiple gpus.
16
"""
17
import os
18
+from argparse import ArgumentParser
19
+
20
import tests as pl_tests
21
from pytorch_lightning import Trainer, seed_everything
-from argparse import ArgumentParser
22
from tests.base import EvalModelTemplate
23
24
import torch
0 commit comments