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

You have to be logged in to leave a comment. Sign In
1
2
3
4
5
6
7
8
9
  1. model_type: yolov8s.pt
  2. pretrained: True
  3. seed: 0
  4. imgsz: 640
  5. batch: 8
  6. epochs: 5
  7. optimizer: Adam # other choices=['SGD', 'Adam', 'AdamW', 'RMSProp']
  8. lr0: 0.001 # learning rate
  9. name: 'yolov8s_exp_v1' # experiment name
Tip!

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

Comments

Loading...