Skip to content
Snippets Groups Projects
  • Guy Jacob's avatar
    437e270b
    Post-train quant: Extend acts clipping functionality (#225) · 437e270b
    Guy Jacob authored
    * Some refactoring to enable multiple clipping methods
    * BREAKING: clip_acts as a boolean flag (either in command line
      or in function signature) will fail. Error message with valid
      values from is displayed.
    * Implemented clipping activations at mean + N * std
      (N is user configurable)
    * Additional tests
    * Updated docs
    437e270b
    History
    Post-train quant: Extend acts clipping functionality (#225)
    Guy Jacob authored
    * Some refactoring to enable multiple clipping methods
    * BREAKING: clip_acts as a boolean flag (either in command line
      or in function signature) will fail. Error message with valid
      values from is displayed.
    * Implemented clipping activations at mean + N * std
      (N is user configurable)
    * Additional tests
    * Updated docs