Notice
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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
- python
- object detection
- colaboratory
- YouTube 8M
- linux
- CUDA
- Windows 10
- Deep Learning
- TensorFlow
- python3
- Jupyter notebook
- install
- dlib
- ppc64le
- ubuntu
- gpu memory
- windows
- raspberry pi
- colab
- keras
- download
- face_recognition
- error
- shakeratos
- FIle
- pyTorch
- dataset
- 딥러닝
- urllib
- Anaconda
Archives
- Today
- Total
Shakerato
윈도우/리눅스 제일 쉬운 웹서버 구축 본문
파이썬이 설치되어 있다면,
파이썬에서 기본으로 제공하는 기능을 활용
(Python 2.x)
python -m SimpleHTTPServer 8000
(Python 3.x)
python -m http.server 8000
'Research' 카테고리의 다른 글
vscode 파일 항상 새창에 열기 (0) | 2020.08.27 |
---|---|
Setup vscode to write LaTeX paper (라텍스 논문 작성) (0) | 2020.03.04 |
mosh server-client as SSH, fast (0) | 2019.10.11 |
slow texting through ssh (0) | 2019.10.10 |
pytorch load pre-trained model, Missing key(s) in state_dict (0) | 2019.10.09 |
Comments