일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
- arm칩에안드로이드
- BOJ
- ios원스토어
- Linear algebra
- MIT
- CS231nSVM
- 아이폰원스토어
- professor strang
- 선대
- ㅐㅕ세ㅕㅅ
- gpumemory
- monoculardepthestimation
- 맥북원스토어
- CS231ntwolayerneuralnet
- CS231nAssignments
- 맥실리콘
- Gilbert Strang
- CS231n
- 백준알고리즘
- CS231nAssignment1
- CNNarchitecture
- Algorithm
- pycharmerror
- RegionProposalNetworks
- 선형대수학
- BAEKJOON
- adversarialattackonmonoculardepthestimation
- MacOS
- CNN구조정리
- 백준
- Today
- Total
목록Tips (15)
개발로 하는 개발
pycharm으로 서버 ssh를 세팅해뒀는데가끔 Cmd+C를 통해서 프로세스를 종료시키면 에러가 난다.그러면 재부팅... 을 하거나 좀비 프로세스를 찾아서 죽여줘야 하는데, 이 아이들이 그냥 kill pid로는 죽지 않는다..^^이번엔 pycharm은 아예 에러가 나서 접속도 안 되는 상황이었다. anydesk로 서버에 접속해서 확인해보았다.돌아가는 python process가 4개가 있는데, 이 아이들의 ppid를 ps -ef 로 찾아보면 또 다른 Python process가 나온다.이 프로세스가 nvidia-smi를 했을 때 메모리를 차지하는 주 원인으로 나오는데, 죽지를 않는다.그래서 어떻게 하냐고..?java를 통해서 pycharm이 연결되기 때문에 ps aux | grep java 를 통해 돌아..

이미지를 누르면 다운로드 화면으로 갈 수 있습니다. 제 맥북은 m1칩을 사용하므로 arm disk image를 클릭합니다. 다운로드 한 후 Wireshark 어플리케이션 이미지를 Applications로 드래그 & 드롭 합니다. Read me first.html을 클릭합니다. Wireshark app을 열고, Capture -> Options 클릭합니다. Start를 클릭합니다. http://gaia.cs.umass.edu/wireshark-labs/INTRO-wireshark-file1.html http://gaia.cs.umass.edu/wireshark-labs/INTRO-wireshark-file1.html gaia.cs.umass.edu 을 누르고, filter = http로 설정하면 HTTP ..

예전에 사용했던 flutter로 앱 구현했던 것이 다시 구경하고 싶어서 깔게되었다. (게임 월정액을 최대한 싸게 구매하기 위해서...가 절대로 아님) 우선 터미널에서 다음 명령어를 입력한다. brew install --cask android-studio 이제 응용프로그램에서 검색하면 android studio가 나온다. 실행하고, 나는 이전에 깔아뒀던 setting이 어딘가 남아있었던 것 같다. 하지만 다시 사용하지 않을 것이므로 Do not import settings를 선택해준다. Standard download를 선택해주고, 다운로드를 기다린다. 다운로드가 완료되면 More Actions - Virtual Device Manager를 클릭한다. Device Manager 왼쪽 상단의 + 버튼을 누른..
MathJax is a cross-browser JavaScript library that displays mathematical notation in web browsers, using MathML, LaTeX and ASCIIMathML markup. https://www.mathjax.org MathJax Beautiful math in all browsers. www.mathjax.org https://www.jsdelivr.com/package/npm/mathjax jsDelivr - A free, fast, and reliable CDN for JS and Open Source Optimized for JS and ESM delivery from npm and GitHub. Works with..

very deep networks - down-stream detection network - everything after a certain neuron state-of-the-art performance - 최신식, 최고의 성능 rectifying a image / image rectified image disparity ablation study - investigates the performance of an AI system by removing certain components to understand the contribution of the component to the overall system augmented - 증가시키다(무언가를 더해서) - make (something) great..

Make a venv with the local python > 3.8 python -m venv torchaccel Activate the venv source torchaccel/bin/activate Get the installation code from here Run it on the (venv) shell. I used Pip. # MPS acceleration is available on MacOS 12.3+ pip3 install torch torchvision torchaudio To check if torch is installed, in python, run import torch x = torch.rand(5, 3) print(x) you may check it from the of..
cd opencv-2.4.13.6 mkdir build cd build cmake -D CMAKE_BUILD_TYPE=RELEASE -D CMAKE_INSTALL_PREFIX="path/to/yout/venv" .. make sudo make install //to check if opencv2 is installed import cv2 print(cv2.__version__)

As it should, your mac is in case - sensitive folder. 아니 요즘 세상에 대문자 소문자 구별 안되는 파일 시스템을 누가 사용한다고... 대소문자 구별되는 폴더에 동기화가 안된다니... (원드라이브에 다시는 안 올려야지... ) Anyways... if you need to use the desktop app for multiple reasons, you are not able to make a folder for your onedrive in your local root. Find Disk Utility Click " + " button on the top right -> Add APFS volume Set the folder name to OneDrive, an..