🐛 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