-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #29 from Vivswan/master
v1.0.4
- Loading branch information
Showing
4 changed files
with
79 additions
and
149 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,21 +1,27 @@ | ||
# Changelog | ||
|
||
## 1.0.0 | ||
## 1.0.4 | ||
|
||
* Public release | ||
* Combined `PseudoParameter` and `PseudoParameterModule` for better visibility | ||
* BugFix: fixed save and load of state_dict of `PseudoParameter` and transformation module | ||
* Removed redundant class `analogvnn.parameter.Parameter` | ||
|
||
## 1.0.1 (Patches for Pytorch 2.0.0) | ||
## 1.0.3 | ||
|
||
* added `grad.setter` to `PseudoParameterModule` class | ||
* Added support for no loss function in `Model` class. | ||
* If no loss function is provided, the `Model` object will use outputs for gradient computation. | ||
* Added support for multiple loss outputs from loss function. | ||
|
||
## 1.0.2 | ||
|
||
* Bugfix: removed `graph` from `Layer` class | ||
* `graph` was causing issues with nested `Model` objects | ||
* Now `_use_autograd_graph` is directly set while compiling the `Model` object | ||
* Bugfix: removed `graph` from `Layer` class. | ||
* `graph` was causing issues with nested `Model` objects. | ||
* Now `_use_autograd_graph` is directly set while compiling the `Model` object. | ||
|
||
## 1.0.3 | ||
## 1.0.1 (Patches for Pytorch 2.0.0) | ||
|
||
* added `grad.setter` to `PseudoParameterModule` class. | ||
|
||
## 1.0.0 | ||
|
||
* Added support for no loss function in `Model` class | ||
* If no loss function is provided, the `Model` object will use outputs for gradient computation | ||
* Added support for multiple loss outputs from loss function | ||
* Public release. |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters