Skip to content

Commit 8e3ecea

Browse files
committed
Update CHANGELOG.md
1 parent 82df5f0 commit 8e3ecea

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,7 @@ To release a new version, please update the changelog as followed:
9595
- Support string dtype in InputLayer (#PR 1017)
9696
- Support Dynamic RNN in RNN (#PR 1023)
9797
- Add ResNet50 static model (#PR 1030)
98+
_ Add performance test code in static model (#PR 1041)
9899

99100
### Changed
100101

@@ -115,6 +116,7 @@ To release a new version, please update the changelog as followed:
115116
- Copy original model's `trainable_weights` and `nontrainable_weights` when initializing `LayerList` (#PR 1029)
116117
- Remove redundant parts in `model.all_layers` (#PR 1029)
117118
- Replace `tf.image.resize_image_with_crop_or_pad` with `tf.image.resize_with_crop_or_pad` (#PR 1032)
119+
- Fix a bug in `ResNet50` static model (#PR 1041)
118120

119121
### Removed
120122

@@ -124,7 +126,7 @@ To release a new version, please update the changelog as followed:
124126

125127
- @zsdonghao
126128
- @ChrisWu1997: #1010 #1015 #1025 #1030
127-
- @warshallrho: #1017 #1021 #1026 #1029 #1032
129+
- @warshallrho: #1017 #1021 #1026 #1029 #1032 #1041
128130
- @ArnoldLIULJ: #1023
129131
- @JingqingZ: #1023
130132

0 commit comments

Comments
 (0)