-
Notifications
You must be signed in to change notification settings - Fork 105
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added CHANGELOG.md and CODE_OF_CONDUCT.md
- Loading branch information
Showing
2 changed files
with
17 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,12 @@ | ||
# 0.0.14 (20/11/2020) | ||
Features: | ||
* ReductionType support for loss function: SUM and SUM_OVER_BATCH_SIZE | ||
* Added new loss functions: LogCosh, BinaryCrossEntropy, SquaredHinge | ||
|
||
Tests: | ||
* Added tests for all loss functions (in Eager Mode) | ||
* Added tests for new scenarios of Keras weights loading | ||
|
||
Docs: | ||
* "Transfer Learning Tutorial" added | ||
* Code of conduct and ChangeLog documents added |
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,5 @@ | ||
## Code of Conduct | ||
|
||
This project and the corresponding community is governed by the [JetBrains Open Source and Community Code of Conduct](https://confluence.jetbrains.com/display/ALL/JetBrains+Open+Source+and+Community+Code+of+Conduct). | ||
|
||
Please make sure you read it. |