GPU2 [HMR] TypeError: parse() got an unexpected keyword argument 'transport_encoding' 해결 방법! 상황설명 https://github.com/akanazawa/hmr akanazawa/hmr Project page for End-to-end Recovery of Human Shape and Pose - akanazawa/hmr github.com HMR 코드를 실행하면서 tensorflow-gpu 1.3.0 버전을 설치 후 1.12.0 버전으로 업데이트하는 과정에서 해당 에러가 발생하였습니다. 에러 원인 1.3.0 버전을 설치하면서 잘 있던 html5lib를 삭제하여 이런 에러가 발생한 것 같습니다. 해결방법 깔끔한 해결방법은 찾지 못하여 venv 폴더를 삭제하고 다시 만들어 환경설정을 해주는 방법을 택했습니다. 다시 가상환경을 만드는데 시간이 오래 걸리지도 않고 깔끔한 해결방법 찾는 것이 더 오래 .. 2020. 7. 23. [HMR] ImportError: libcublas.so.x.0: cannot open shared object file: No such file or directory 해결 방법! 상황 설명 HMR(human mesh recovery)의 코드를 실행하는 도중 tensorflow-gpu 1.3.0 버전을 설치하고 python -m demo --img_path data/coco1.png를 실행하니 ImportError: libcublas.so.x.0 cannot open shared object file: No such file or directory 에러가 발생했습니다! https://github.com/akanazawa/hmr akanazawa/hmr Project page for End-to-end Recovery of Human Shape and Pose - akanazawa/hmr github.com 에러 설명 해당 에러는 CUDA 버전과 관련이 있는 것 같습니다. tenso.. 2020. 7. 23. 이전 1 다음