mirror of
https://github.com/wassname/pytorch-lightning.git
synced 2026-09-10 12:21:57 +08:00
running ddp tests
This commit is contained in:
@@ -24,7 +24,7 @@ from pytorch_lightning.utils.debugging import MisconfigurationException
|
||||
try:
|
||||
from apex import amp
|
||||
APEX_AVAILABLE = True
|
||||
except ModuleNotFoundError:
|
||||
except ModuleNotFoundError: # pragma: no cover
|
||||
APEX_AVAILABLE = False
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user