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 197 B

You have to be logged in to leave a comment. Sign In
1
2
3
4
5
6
7
8
9
10
11
  1. LEARNING_RATE: 0.01
  2. CLASSES: 2
  3. EPOCHS: 30
  4. BATCH_SIZE: 80
  5. AUGMENTATION: False
  6. IMAGE_SIZE: [224, 224, 3]
  7. CONV_1_FILTERS: 64
  8. CONV_2_FILTERS: 128
  9. CONV_3_FILTERS: 96
  10. CONV_4_FILTERS: 64
  11. DENSE_UNITS: 320
Tip!

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

Comments

Loading...