Guest User

Untitled

a guest
Nov 15th, 2018
107
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.87 KB | None | 0 0
  1. #Creating the new data directories :
  2. #For the main folder :
  3. os.makedirs("/home/mohamed/Documents/Others/deep_learning/Seconde_Lab2/Data40")
  4.  
  5. #For Training :
  6. os.makedirs("/home/mohamed/Documents/Others/deep_learning/Seconde_Lab2/Data40/Training")
  7. os.makedirs("/home/mohamed/Documents/Others/deep_learning/Seconde_Lab2/Data40/Training/0")
  8. os.makedirs("/home/mohamed/Documents/Others/deep_learning/Seconde_Lab2/Data40/Training/1")
  9. os.makedirs("/home/mohamed/Documents/Others/deep_learning/Seconde_Lab2/Data40/Training/2")
  10.  
  11. #For Testing
  12. os.makedirs("/home/mohamed/Documents/Others/deep_learning/Seconde_Lab2/Data40/Testing")
  13. os.makedirs("/home/mohamed/Documents/Others/deep_learning/Seconde_Lab2/Data40/Testing/0")
  14. os.makedirs("/home/mohamed/Documents/Others/deep_learning/Seconde_Lab2/Data40/Testing/1")
  15. os.makedirs("/home/mohamed/Documents/Others/deep_learning/Seconde_Lab2/Data40/Testing/2")
Add Comment
Please, Sign In to add comment