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 |
Tags
- Jupyter notebook
- object detection
- colab
- TensorFlow
- gpu memory
- FIle
- CUDA
- pyTorch
- download
- YouTube 8M
- urllib
- 딥러닝
- Anaconda
- keras
- ppc64le
- Deep Learning
- ubuntu
- dlib
- python
- Windows 10
- dataset
- windows
- python3
- install
- colaboratory
- raspberry pi
- face_recognition
- error
- shakeratos
- linux
Archives
- Today
- Total
목록100% (1)
Shakerato
GPU devices checking tips for Deep Learning (Be careful!)
[Tensorflow]from tensorflow.python.client import device_libprint(device_lib.list_local_devices()) [Keras]from keras import backend as KK.tensorflow_backend._get_available_gpus() [Pytorch]import torchtorch.cuda.get_device_name(0) # number of gpu (cuda:0)torch.cuda.get_device_name(1) # number of gpu (cuda:1) Be careful with the above codes! The code for checking device(GPU) takes your GPU memory a..
Research
2019. 1. 16. 17:44