-
Notifications
You must be signed in to change notification settings - Fork 3.6k
Description
I tried to install pytorch-lightning using pip and the github repository.
Importing the module results in the following errors:
`
ModuleNotFoundError Traceback (most recent call last)
in
8 from torchvision import ops
9
---> 10 import pytorch_lightning as ptl
11 from pytorch_lightning import Trainer
12 from test_tube import Experiment
/opt/miniconda3/envs/dev_pytorch_lightning36/lib/python3.6/site-packages/pytorch_lightning/init.py in
----> 1 from .models.trainer import Trainer
2 from .root_module.root_module import LightningModule
3 from .root_module.decorators import data_loader
ModuleNotFoundError: No module named 'pytorch_lightning.models'`
Following the error I found out, that there is no models folder under the path site-packages\pytorch_lightning