Register
Login
Resources
Docs Blog Datasets Glossary Case Studies Tutorials & Webinars
Product
Data Engine LLMs Platform Enterprise
Pricing Explore
Connect to our Discord channel

conf.py 228 B

You have to be logged in to leave a comment. Sign In
1
2
3
4
5
6
7
8
9
  1. import os
  2. data_dir = 'data'
  3. base_dir = os.path.join(data_dir, 'cats_and_dogs_small')
  4. train_dir = os.path.join(base_dir, 'train')
  5. validation_dir = os.path.join(base_dir, 'validation')
  6. test_dir = os.path.join(base_dir, 'test')
Tip!

Press p or to see the previous file or, n or to see the next file

Comments

Loading...