We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I get the following error
` Whether I do import pl_bolts
from pl_bolts.models.autoencoders.components import ( resnet18_decoder, resnet18_encoder, ) `
conda
pip
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
The text was updated successfully, but these errors were encountered:
Hello, what version are you installed, released or from master?
Sorry, something went wrong.
@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.
No branches or pull requests
🐛 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
The text was updated successfully, but these errors were encountered: