-
Notifications
You must be signed in to change notification settings - Fork 323
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’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
No module named 'torch._six' #992
Comments
I'm facing the same issue, did you find any solution? |
I did |
Thanks @rbhernandez that solved while import from
|
@devdastl you can try upgrade lighting_bolts. Torch2.0 is now stable, and it must be most users choice now. Originally posted by @lucasjinreal in #992 (comment) |
@rbhernandez thanks for the input. Do you know which version of pl_bolts work for 2.0.0+cu118? |
I'm also experiencing this issue with PyTorch |
@Wheest @Borda is this the correct solution? Should we replace |
@rbhernandez Please upgrade lighting_bolts rather than ask user to downgrading torch,
|
🐛 Bug
import
pl_bolts
fails with the following error:See - pytorch/pytorch#94709
The text was updated successfully, but these errors were encountered: