728x90
반응형
본문 바로가기

시간을 줄여주는 Tip17

cuda version에 따른 pip pytorch 설치 명령어 v1.13.1 pip3 install torch torchvision torchaudio --extra-index-url https://download.pytorch.org/whl/cu117 v1.12.1 # CUDA 11.6 pip install torch==1.12.1+cu116 torchvision==0.13.1+cu116 torchaudio==0.12.1 --extra-index-url https://download.pytorch.org/whl/cu116 # CUDA 11.3 pip install torch==1.12.1+cu113 torchvision==0.13.1+cu113 torchaudio==0.12.1 --extra-index-url https://download.pytorch.org/w.. 2023. 2. 22.
nodejs 설치 후 npm 명령어 입력 시 OpenSSL configuration error가 계속 발생할 때(윈도우10) node.js 16.13.0 LTS 버전을 설치한다. 그럼 바로 해결 Go to the Windows control panel and click on Uninstall a program, select Node.js and click on the uninstall tab to uninstall the node and npm successfully. Restart your system. Then go to https://nodejs.org/en/ to download 16.13.0 LTS version and install it 2023. 1. 19.
Error handling response: TypeError: Cannot read properties of undefined (reading 'always') Error handling response: TypeError: Cannot read property 'always' of undefined at chrome-extension://cnfngpgfjllafbghaimjcmailafcdhod/releaseDrag.js:90:49 도대체 이 에러 메세지가 뭘까.. 고민을 많이 했는데, 크롬 확장 프로그램 중에서 Drag-Free(드래그 프리) 때문에 발생되는 오류였다. Drag-Free를 삭제하거나 사용안함으로 설정을 변경하니, 에러 메세지가 안뜬다. 2022. 5. 14.
V4l2loopback troubleshooting(jetson xavier) sudo su cd /usr/src/linux-headers-4.9.140-tegra-ubuntu18.04_aarch64/kernel-4.9 ## dropped in latter release##make modules_prepare mkdir v4l2loopback git clone https://github.com/umlaeute/v4l2loopback.git v4l2loopback cd v4l2loopback && git checkout -b v0.10.0 make ## if the sequence above fails - adopt the line: make -C /lib/modules/4.9.140-tegra/build M=`$pwd` modules ## make -C /lib/modules/`u.. 2021. 9. 28.

728x90
반응형