fixed lightning import

This commit is contained in:
William Falcon
2020-01-21 14:01:09 -05:00
parent 8649ae65b8
commit b7e861d93d
2 changed files with 0 additions and 2 deletions
-1
View File
@@ -15,7 +15,6 @@ from pytorch_lightning.core.grads import GradInformation
from pytorch_lightning.core.hooks import ModelHooks
from pytorch_lightning.core.saving import ModelIO
from pytorch_lightning.core.memory import ModelSummary
from pytorch_lightning.trainer.training_io import load_hparams_from_tags_csv
from pytorch_lightning.overrides.data_parallel import LightningDistributedDataParallel
-1
View File
@@ -98,7 +98,6 @@ from abc import ABC
from subprocess import call
from argparse import Namespace
import pandas as pd
import torch
import torch.distributed as dist