Releases: luozhouyang/keras-crf
Releases · luozhouyang/keras-crf
Release v0.3.0
Updates:
- Refactoring
CRFModel
implementations - Remove misc not close related to CRFModel
Release v0.2.0
Updates:
- Refactored
CRFModel
Release v0.1.1
Updates:
- Fixed
accuracy
computation in predict phase, again..
Release v0.1.0
Updates:
- Fixed
accuracy
computation in predict phase
Release v0.0.4
Updates :
- Update accuracy computation
- Refactoring dataset
- Introduce
seqeval
and add eval callback
Release v0.0.3
Updates:
- Add
mask
to compute accuracy
Release v0.0.2
minor updates
Release v0.0.1
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