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

You have to be logged in to leave a comment. Sign In
1
2
3
4
5
6
7
8
  1. agumentation: True
  2. params_image_size: [224,224,3] # as per VGG16 base_model
  3. batch_size: 16
  4. include_top: False
  5. epochs: 1
  6. classes: 2
  7. weights: imagenet
  8. learning_rate: 0.01
Tip!

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

Comments

Loading...