Skip to content

Commit 956e749

Browse files
committed
Added CHANGELOG.md and CODE_OF_CONDUCT.md
1 parent 06375e2 commit 956e749

File tree

2 files changed

+17
-0
lines changed

2 files changed

+17
-0
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
# 0.0.14 (20/11/2020)
2+
Features:
3+
* ReductionType support for loss function: SUM and SUM_OVER_BATCH_SIZE
4+
* Added new loss functions: LogCosh, BinaryCrossEntropy, SquaredHinge
5+
6+
Tests:
7+
* Added tests for all loss functions (in Eager Mode)
8+
* Added tests for new scenarios of Keras weights loading
9+
10+
Docs:
11+
* "Transfer Learning Tutorial" added
12+
* Code of conduct and ChangeLog documents added

CODE_OF_CONDUCT.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
## Code of Conduct
2+
3+
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).
4+
5+
Please make sure you read it.

0 commit comments

Comments
 (0)