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
9
10
11
12
13
14
  1. backbone_mode: False # cuts off classification head
  2. batch_norm_momentum: 0.99 # value used for the running_mean and running_var computation
  3. batch_norm_epsilon: 1e-3 # value added to the denominator for numerical stability
  4. image_size: # net's input size
  5. # see doc in super_gradients/training/models/efficientnet.py round_filters
  6. width_coefficient:
  7. depth_divisor: 8
  8. min_depth:
  9. depth_coefficient:
  10. dropout_rate: # dropout probability in final layer
  11. num_classes: # number of outputs of the classification head
  12. drop_connect_rate: 0.2 # connection dropout probability
Discard
Tip!

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