-
Notifications
You must be signed in to change notification settings - Fork 55
/
Copy pathChangelog
34 lines (28 loc) · 938 Bytes
/
Changelog
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
# Changelog
All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [Unreleased]
### Add
- Use RaggedTensor for train and eval pipeline
## [0.2.0] - 2021-07-29
### Changed
- New export script
- New model build way
## [0.1.1] - 2021-01-22
### Changed
- Reduce minimum TensorFlow version to 2.2
- Better post processing add way
- Use StaticHashTable instead of StringLookup layer
## [0.1.0] - 2021-01-09
### Added
- Add <UNK> label
- Add docker support
- Add EditDistance metrics
- Add Decoders for a truly end-to-end model [experimental]
### Changed
- Update minimum TensorFlow version to 2.3.0
- Change img_height, img_width, img_channels to img_shape
- Build a new data pipeline
- Use new preprocessing
- Change model_dir to save_dir in train.py