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 | 31 |
Tags
- Windows 10
- install
- CUDA
- raspberry pi
- YouTube 8M
- keras
- windows
- 딥러닝
- dlib
- colab
- download
- gpu memory
- pyTorch
- dataset
- Anaconda
- ubuntu
- TensorFlow
- linux
- FIle
- ppc64le
- error
- object detection
- python
- Jupyter notebook
- shakeratos
- Deep Learning
- urllib
- python3
- colaboratory
- face_recognition
Archives
- Today
- Total
목록timeout (1)
Shakerato
Set timeout for urllib urlretrieve download files
1. Basic code of urlretrieve to download a fileurllib.request.urlretrieve(source_url, destination_path) 2. Advanced code of urlretrive to display the download percentage.def download_file(source_url, destination_path): """Downloads `source_url` onto `destionation_path`.""" def _progress(count, block_size, total_size): sys.stderr.write('\r>> Downloading %s %.1f%%' % ( source_url, float(count * bl..
Research
2018. 8. 18. 08:02