Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

Issue with Pytorch Lightning and PL_Bolts versions, error import pl_bolts #1071

Open
pankaja0285 opened this issue Sep 20, 2023 · 2 comments
Labels
bug Something isn't working help wanted Extra attention is needed

Comments

@pankaja0285
Copy link

pankaja0285 commented Sep 20, 2023

馃悰 Bug

I get the following error

pl_bolts_error

To Reproduce

`
Whether I do
import pl_bolts

Or

from pl_bolts.models.autoencoders.components import (
resnet18_decoder,
resnet18_encoder,
)
`

  • PyTorch Version (e.g., 1.0): 2.0.1+cu118
  • Pytorch_Lightning: 2.0.9
  • OS = Windows 11
  • How you installed PyTorch (conda, pip, source): pip
  • Build command you used (if compiling from source):
  • Python version: 3.10
  • CUDA/cuDNN version:
  • GPU models and configuration:
  • Any other relevant information:

Additional context

I need help with what versions of each to use in order to get the pl_bolts wiorking, i.e. torch, Pytorch_lightning and pytorch-lightning-bolts.

TIA

@pankaja0285 pankaja0285 added bug Something isn't working help wanted Extra attention is needed labels Sep 20, 2023
@Borda
Copy link
Member

Borda commented Sep 21, 2023

Hello, what version are you installed, released or from master?

@pankaja0285
Copy link
Author

pankaja0285 commented Sep 21, 2023

Hello, what version are you installed, released or from master?

@Borda - I did just a straight
pip install pytorch-lightning, pytorch-lightning-bolts

I even tried to do specific versions as I found in some link
!pip install pytorch-lightning==1.9.0 pytorch-lightning-bolts==0.3.2

Still no luck.

Please advice.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

2 participants