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

#585 PLFM-3331 Register experiments with model name

Merged
Ghost merged 1 commits into Deci-AI:master from deci-ai:feature/plfm-3331_model_name_in_experiment
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
  1. backbone:
  2. MobileNetV1Backbone:
  3. out_layers: [['layers', 9]]
  4. neck:
  5. SSDBottleneckNeck:
  6. blocks_out_channels: [1024, 512, 256, 256, 256]
  7. bottleneck_channels: [256, 256, 128, 128, 128]
  8. strides: [2, 2, 2, 1, 1]
  9. kernel_sizes: [3, 3, 3, 3, 2]
  10. heads:
  11. SSDHead:
  12. num_classes: 80
  13. lite: False
  14. anchors:
  15. _target_: super_gradients.training.utils.ssd_utils.DefaultBoxes
  16. fig_size: 320
  17. feat_size: [40, 20, 10, 5, 3, 2]
  18. scales: [22, 48, 106, 163, 221, 278, 336]
  19. aspect_ratios: [[2], [2, 3], [2, 3], [2, 3], [2], [2]]
  20. scale_xy: 0.1
  21. scale_wh: 0.2
Discard
Tip!

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