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