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