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

params.yaml 209 B

You have to be logged in to leave a comment. Sign In
1
2
3
4
5
6
7
  1. # This contains params to be used by the stages to train or predict
  2. IMAGE_SIZE: [224, 224, 3] # images size used in VGG16 model
  3. BATCH_SIZE: 16 # default is 32
  4. EPOCHS: 2
  5. LEARNING_RATE: 0.001
  6. AUGMENTATION: True
Tip!

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

Comments

Loading...