Skip to content

Commit

Permalink
Added CHANGELOG.md and CODE_OF_CONDUCT.md
Browse files Browse the repository at this point in the history
  • Loading branch information
zaleslaw committed Nov 20, 2020
1 parent 06375e2 commit 956e749
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 0 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
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
5 changes: 5 additions & 0 deletions CODE_OF_CONDUCT.md
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.

0 comments on commit 956e749

Please sign in to comment.