Skip to content

Commit

Permalink
📝 Writing docs.
Browse files Browse the repository at this point in the history
  • Loading branch information
BrikerMan committed Jul 15, 2019
1 parent 803f884 commit 3851208
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mkdocs/docs/about/release-notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ pip show kashgari-tf

- 📝 Rewrite documents with mkdocs
- 📝 Add Chinese documents
- 🚸 Add `label2idx`, `token2idx` properties to Embeddings and Models
- ✨ Add `predict_top_k_class` for classification model to get predict probabilities ([#146](https://github.com/BrikerMan/Kashgari/issues/146))
- 🚸 Add `label2idx`, `token2idx` properties to Embeddings and Models
- 🚸 Add `tokenizer` property for BERT Embedding. ([#136](https://github.com/BrikerMan/Kashgari/issues/136))
- 🚸 Add `predict_kwargs` for models `predict()` function
- ⚡️ Change multi-label classification's default loss function to binary_crossentropy ([#151](https://github.com/BrikerMan/Kashgari/issues/151))
Expand Down Expand Up @@ -92,7 +92,7 @@ pip show kashgari-tf
- fix classification model evaluate result output
- change test settings

[0.5.1]: https://github.com/BrikerMan/Kashgari/compare/v0.5.0...develop
[0.5.1]: https://github.com/BrikerMan/Kashgari/compare/v0.5.0...v0.5.1
[0.5.0]: https://github.com/BrikerMan/Kashgari/compare/milestone/tf.keras...v0.5.0
[0.2.6]: https://github.com/BrikerMan/Kashgari/compare/v0.2.4...v0.2.6
[0.2.4]: https://github.com/BrikerMan/Kashgari/compare/v0.2.1...v0.2.4
Expand Down

0 comments on commit 3851208

Please sign in to comment.