-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
19255ad
commit f3be5eb
Showing
1 changed file
with
19 additions
and
0 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 |
---|---|---|
@@ -0,0 +1,19 @@ | ||
# Beta Version 1.0.0 | ||
|
||
## Added | ||
|
||
* Added quick linking for more faster prototyping. To use it, you need to call "<", ">" or "-" operators between two FunctionBlocks. | ||
|
||
## Changes | ||
|
||
* Everything related to "FirstDerivative" is renamed to "ChainRuleFirstDerivative". | ||
|
||
* Everything related to "SecondStepFirstDerivative" is renamed to "FirstDerivative". | ||
|
||
* Calculations for first derivative tensors inside the FunctionBlocks are now more efficient. | ||
|
||
## Fixes | ||
|
||
* Replaced forgotten TensorL's getSize() functions to getDimensionSizeArray() | ||
|
||
* Fixed a bug where MaxUnpooling blocks requires incorrect input tensors dimension sizes. |