Open pankaja0285 opened 1 year ago
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.
🐛 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, ) `
conda
,pip
, source): pipAdditional 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