일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 | 31 |
- CUDA
- face_recognition
- dlib
- raspberry pi
- error
- ubuntu
- FIle
- windows
- shakeratos
- 딥러닝
- install
- ppc64le
- python
- YouTube 8M
- keras
- Jupyter notebook
- colaboratory
- urllib
- object detection
- pyTorch
- python3
- colab
- dataset
- download
- Deep Learning
- Windows 10
- TensorFlow
- Anaconda
- gpu memory
- linux
- Today
- Total
목록Research (67)
Shakerato
1. CUDA 설치(설치전 Nouveau kernel driver should be disabled: https://askubuntu.com/questions/841876/how-to-disable-nouveau-kernel-driver)http://www.kwangsiklee.com/2017/07/%EC%9A%B0%EB%B6%84%ED%88%AC-16-04%EC%97%90%EC%84%9C-cuda-%EC%84%B1%EA%B3%B5%EC%A0%81%EC%9C%BC%EB%A1%9C-%EC%84%A4%EC%B9%98%ED%95%98%EA%B8%B0/ 2. cuDNN 설치Download cuDNN*.deb on https://developer.nvidia.com/cudnncuda버전에 맞는 cudnn 중 다음..
Refer to https://chocolatey.org/install Refer to http://thesociablegeek.com/azure/using-curl-in-powershell/ 1. in cmd @"%SystemRoot%\System32\WindowsPowerShell\v1.0\powershell.exe" -NoProfile -InputFormat None -ExecutionPolicy Bypass -Command "iex ((New-Object System.Net.WebClient).DownloadString('https://chocolatey.org/install.ps1'))" && SET "PATH=%PATH%;%ALLUSERSPROFILE%\chocolatey\bin" 1. in ..
Visual Studio Community 2015(web installer)https://go.microsoft.com/fwlink/?LinkId=532606&clcid=0x409 Refer to here:https://stackoverflow.com/questions/44290672/how-to-download-visual-studio-community-edition-2015-not-2017
For examples, AttributeError: module 'cv2.cv2' has no attribute 'TrackerCSRT_create' AttributeError: module ‘cv2.cv2’ has no attribute ‘saliency’ ... Because the 'contrib' module is not installed. 1. run cmd or PowerShell as 'administrator'2. activate 3. pip install opencv-contrib-python Try your code again
1. Install ipykernel each environmentsconda install ipykernel 2. Set jupyter notebook kernel in the anaconda default environmentType 'activate' in cmdpython -m ipykernel install --user --name --display-name "" 3. Run the juypter-notebookC:\ProgramData\Anaconda3\Scripts\jupyter-notebook.exe --ip 4. Change kernel Click *.ipynb - [Kernel tap] - [change kernel] - select a kernel
1. Chrome 또는 FireFox 브라우저로 유튜브(http://youtube.com) 접속2. 유튜브 개정 로그인3. 키보드의 F12 키를 브라우저의 개발자모드로 들어가게됨 (예를들어 Chrome의 DevTools)4. 콘솔(Console)탭으로 이동 한 후 아래의 메세지를 복사/붙여넣기 document.cookie="VISITOR_INFO1_LIVE=fPQ4jCL6EiE" 5. 개발자모드를 끄고, [Ctrl] + F5 키를 눌러 페이지를 새로고침6. 로그인이 풀려있으면 다시 로그인 하고, 로그인되어 있으면 우측 상단의 구글 프로필 사진을 클릭7. 활성화된 여러 메뉴들이 보이며, 그 중 '어두운 테마: 사용 안함'을 클릭해 기능을 활성화 refer to :https://www.independent...