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:
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
You can’t perform that action at this time.
0 commit comments