Skip to content

Releases: luozhouyang/keras-crf

Release v0.3.0

02 Aug 10:39
Compare
Choose a tag to compare

Updates:

  • Refactoring CRFModel implementations
  • Remove misc not close related to CRFModel

Release v0.2.0

06 May 13:36
Compare
Choose a tag to compare

Updates:

  • Refactored CRFModel

Release v0.1.1

19 Jan 12:18
Compare
Choose a tag to compare

Updates:

  • Fixed accuracy computation in predict phase, again..

Release v0.1.0

15 Jan 12:11
Compare
Choose a tag to compare

Updates:

  • Fixed accuracy computation in predict phase

Release v0.0.4

12 Jan 09:02
Compare
Choose a tag to compare

Updates :

  • Update accuracy computation
  • Refactoring dataset
  • Introduce seqeval and add eval callback

Release v0.0.3

11 Jan 07:30
Compare
Choose a tag to compare

Updates:

  • Add mask to compute accuracy

Release v0.0.2

09 Jan 11:59
Compare
Choose a tag to compare

minor updates

Release v0.0.1

09 Jan 11:33
Compare
Choose a tag to compare

A more elegant and convenient CRF built on tensorflow-addons!

Initial release of CRF:

  • Add a keras layer CRF
  • Add a loss layer CRFLoss
  • Add a metric layer CRFCategoricalAccuracy