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

#647 Feature/sg 573 Integrate new EMA decay schedules

Merged
Ghost merged 1 commits into Deci-AI:master from deci-ai:feature/SG-573-Integrate-EMA
1
2
3
4
5
6
7
8
  1. layers: [3, 6, 6, 3] # model's structure
  2. channels: [64, 128, 256, 512, 1024] # number of outputs channels for step and consecutive feature maps
  3. activation: silu # model's width multiplier
  4. return_idx: [1,2,3] # Indexes of feature maps to output
  5. use_large_stem: True # If True, uses 3 conv+bn+act instead of 2 in stem blocks
  6. width_mult: # scaling factor to number of channels
  7. depth_mult: # scaling factor to number of layers
  8. use_alpha: False # If True, enables additional learnable weighting parameter for 1x1 branch in RepVGGBlock
Discard
Tip!

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