Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | ||
6 | 7 | 8 | 9 | 10 | 11 | 12 |
13 | 14 | 15 | 16 | 17 | 18 | 19 |
20 | 21 | 22 | 23 | 24 | 25 | 26 |
27 | 28 | 29 | 30 |
Tags
- neural net
- Set Transformer
- overfitting
- pytorch
- sentence embedding
- word2vec
- Self-loop attention
- machine learning
- Python
- python practice
- XOR
- sigmoid
- Classificaion
- NLP
- abstraction
- GNN
- Transformer
- Attention
- elif
- deep learning
Archives
- Today
- Total
목록dll (1)
Research Notes

1. Error message : OSError: [WinError 127] 지정된 프로시저를 찾을 수 없습니다 - Python Geometric 모듈을 import하다가 이런 에러가 남 - 프로시저 시작 지점 ~\torch_sparse\_version.pyd에서 찾을 수 없습니다 --> 이런 창이 뜸 2. 해결방법 - 대박 이틀만에 해결했다;; 시도한 방법 순서) 1. NVIDIA Driver, CUDA, CUDNN, Torch 싹 지우고 재설치 - 내 로컬에 깔려있던 CUDA 버전이 Pytorch 1.11.0 버전이랑 호환이 안됨 - Python Geometric을 실행시키기 위한 최소 버전도 안되어서 모두 재설치함 - "프로그램 삭제"에 들어가서 NVIDIA 관련된 프로그램 모두 삭제함.. 1.1...
Programming Language/Python
2022. 4. 14. 14:13