728x90
stackoverflow에서 한 답변이 pytorch-lightning pip 패키지를 1.9.0에서 1.8.6으로 다운그레이드해서 해결했다고 한다.
확인해보니 pytorch-lightning 버전이 1.9.3이었고 1.8.6으로 다운그레이드 해주어서 해결했다.
pip install pytorch-lightning==1.8.6
참고
Cannot create weak reference to 'Weakcallableproxy' object in Pytorch Module
When i run my project in my system it was running fine, but when i made it as nvidia-docker2 container and run it i am getting the following error : I ensured my pytorch version, cuda version are a...
stackoverflow.com
'Python library & package > pip' 카테고리의 다른 글
[해결방법] libpng warning: iCCP: known incorrect sRGB profile (0) | 2023.03.02 |
---|---|
[해결방법] AttributeError: module 'hydra' has no attribute 'main' (0) | 2023.02.27 |
[펌] scipy 등 패키지 업데이트 명령어 (0) | 2021.04.12 |