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.