lightning-bolts
lightning-bolts copied to clipboard
Issue with Pytorch Lightning and PL_Bolts versions, error import pl_bolts
🐛 Bug
I get the following 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
Hello, what version are you installed, released or from master?
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.