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
- Anaconda
- face_recognition
- ubuntu
- keras
- 딥러닝
- CUDA
- object detection
- colaboratory
- dlib
- dataset
- shakeratos
- download
- FIle
- gpu memory
- urllib
- Deep Learning
- TensorFlow
- error
- ppc64le
- linux
- windows
- colab
- Windows 10
- Jupyter notebook
- raspberry pi
- YouTube 8M
- install
- python
- python3
- pyTorch
Archives
- Today
- Total
Shakerato
Counting files with extension in linux 본문
. (현재폴더) --> (특정폴더로 변경 가능)
find . -type f | sed -n 's/..*\.//p' | sort | uniq -c
'Research' 카테고리의 다른 글
딥러닝 객체인식 네트워크 retinanet 내 데이터셋으로 학습하는 방법 (1) | 2019.01.17 |
---|---|
GPU devices checking tips for Deep Learning (Be careful!) (0) | 2019.01.16 |
pytorch "RuntimeError: ~ inplace operation" for CUDA (0) | 2019.01.05 |
CUDA 9.2가 깔려있어도 CUDA 9.0을 참조해 에러나는경우, ImportError: libcublas.so.9.0 (0) | 2018.09.07 |
Set timeout for urllib urlretrieve download files (0) | 2018.08.18 |
Comments