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

#869 Add DagsHub Logger to Super Gradients

Merged
Ghost merged 1 commits into Deci-AI:master from timho102003:dagshub_logger
1
2
3
4
5
6
7
8
9
10
11
12
13
  1. ptq_only: False # whether to launch QAT, or leave PTQ only
  2. selective_quantizer_params:
  3. calibrator_w: "max" # calibrator type for weights, acceptable types are ["max", "histogram"]
  4. calibrator_i: "histogram" # calibrator type for inputs acceptable types are ["max", "histogram"]
  5. per_channel: True # per-channel quantization of weights, activations stay per-tensor by default
  6. learn_amax: False # enable learnable amax in all TensorQuantizers using straight-through estimator
  7. skip_modules: # optional list of module names (strings) to skip from quantization
  8. calib_params:
  9. histogram_calib_method: "percentile" # calibration method for all "histogram" calibrators, acceptable types are ["percentile", "entropy", mse"], "max" calibrators always use "max"
  10. percentile: 99.99 # percentile for all histogram calibrators with method "percentile", other calibrators are not affected
  11. num_calib_batches: # number of batches to use for calibration, if None, 512 / batch_size will be used
  12. verbose: False # if calibrator should be verbose
Discard
Tip!

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