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
- dataset
- Anaconda
- Windows 10
- keras
- error
- YouTube 8M
- python
- FIle
- 딥러닝
- Deep Learning
- gpu memory
- object detection
- install
- ppc64le
- urllib
- linux
- download
- colaboratory
- shakeratos
- CUDA
- dlib
- Jupyter notebook
- ubuntu
- python3
- TensorFlow
- face_recognition
- windows
- raspberry pi
- pyTorch
- colab
Archives
- Today
- Total
목록rename (1)
Shakerato
YouTube-8M dataset file renaming for avoiding duplicate file names in Windows (Python code)
## To avoid duplicate file names problem in Windows (e.g. Ab.txt, aB.txt),## At first, I download the dataset and renamed the file names in the Linux OS.## then, I copy renamed files to my Windows desktop for training deep neural network.## Renamed dataset also works well on the YouTube-8M training code. import osimport shutil oldpath = '/data/yt8m/v2/video/'newpath = '/data/yt8m/v2/video2/' fil..
Research
2018. 6. 6. 21:36