Skip to content

Commit

Permalink
Update CHANGELOG.md (#654)
Browse files Browse the repository at this point in the history
  • Loading branch information
kaoutar55 authored May 16, 2024
1 parent 6041ef4 commit 6659f02
Showing 1 changed file with 10 additions and 3 deletions.
13 changes: 10 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,16 +12,23 @@ The format is based on [Keep a Changelog], and this project adheres to
* `Fixed` for any bug fixes.
* `Security` in case of vulnerabilities.

## [0.9.1] - 2024/05/15
## [0.9.1] - 2024/05/16

### Added

* Added column wise scaling logic to fusion import/export to improve accuracy (\#652)
* Added a new example that demonstrates how to import and perform inference using a model which has been trained in a hardware-aware fashion using an external library (\#648)
* Added a wew WeightModifierType.DISCRETIZE_PER_CHANNEL type and a test case to validate the correctness against manual quantization in PyTorch (\#618)

### Fixed

* Use `ADDITIVE_CONSTANT instead of `ADD_NORMAL` in WeightNoiseType (\#630)
* Fix sub-optimal mapping of conductances to weights for fusion by regressing weights per column (\#653)
* Documentation correction: Use `ADDITIVE_CONSTANT instead of `ADD_NORMAL` in WeightNoiseType (\#630)
* Fix continuing training based on checkpoint using torch tile (\#626)
* Fix the support of different dtypes for the torch model (\#625)
* Fixes the fall-through to the default error message when using drop connect (\#624)
* Update `analog_fusion` notebook (\#611)
* Fix sub-optimal mapping of conductances to weights for fusion by regressing weights per column (\#653)


## [0.9.0] - 2024/01/25

Expand Down

0 comments on commit 6659f02

Please sign in to comment.