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
- TensorFlow
- install
- pyTorch
- 딥러닝
- gpu memory
- Windows 10
- python3
- CUDA
- dlib
- python
- Anaconda
- raspberry pi
- YouTube 8M
- shakeratos
- face_recognition
- download
- error
- object detection
- colaboratory
- windows
- colab
- Deep Learning
- dataset
- ubuntu
- ppc64le
- Jupyter notebook
- FIle
- keras
- linux
- urllib
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