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