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