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