From 956e7493280633ec69e7ecbc29c8a4fecb846f6a Mon Sep 17 00:00:00 2001 From: Alexey Zinoviev Date: Fri, 20 Nov 2020 16:40:29 +0300 Subject: [PATCH] Added CHANGELOG.md and CODE_OF_CONDUCT.md --- CHANGELOG.md | 12 ++++++++++++ CODE_OF_CONDUCT.md | 5 +++++ 2 files changed, 17 insertions(+) create mode 100644 CHANGELOG.md create mode 100644 CODE_OF_CONDUCT.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 000000000..fa169aefa --- /dev/null +++ b/CHANGELOG.md @@ -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 diff --git a/CODE_OF_CONDUCT.md b/CODE_OF_CONDUCT.md new file mode 100644 index 000000000..80cc609a8 --- /dev/null +++ b/CODE_OF_CONDUCT.md @@ -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.