File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -95,6 +95,7 @@ To release a new version, please update the changelog as followed:
95
95
- Support string dtype in InputLayer (#PR 1017)
96
96
- Support Dynamic RNN in RNN (#PR 1023)
97
97
- Add ResNet50 static model (#PR 1030)
98
+ _ Add performance test code in static model (#PR 1041)
98
99
99
100
### Changed
100
101
@@ -115,6 +116,7 @@ To release a new version, please update the changelog as followed:
115
116
- Copy original model's ` trainable_weights ` and ` nontrainable_weights ` when initializing ` LayerList ` (#PR 1029)
116
117
- Remove redundant parts in ` model.all_layers ` (#PR 1029)
117
118
- 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)
118
120
119
121
### Removed
120
122
@@ -124,7 +126,7 @@ To release a new version, please update the changelog as followed:
124
126
125
127
- @zsdonghao
126
128
- @ChrisWu1997 : #1010 #1015 #1025 #1030
127
- - @warshallrho : #1017 #1021 #1026 #1029 #1032
129
+ - @warshallrho : #1017 #1021 #1026 #1029 #1032 # 1041
128
130
- @ArnoldLIULJ : #1023
129
131
- @JingqingZ : #1023
130
132
You can’t perform that action at this time.
0 commit comments