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

repvgg_arch_params.yaml 387 B

You have to be logged in to leave a comment. Sign In
1
2
3
4
5
6
7
8
9
10
  1. defaults:
  2. - default_arch_params
  3. struct: # model's structure
  4. num_classes: # number of outputs of the classification head
  5. width_multiplier: # model's width multiplier
  6. use_se: False # use squeeze and excitation layer
  7. backbone_mode: False # cuts off classification head.
  8. build_residual_branches: True # whether to add residual connections or not
  9. in_channels: 3 # number of input channels
Tip!

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

Comments

Loading...