File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -112,7 +112,8 @@ To release a new version, please update the changelog as followed:
112112- Remove ` private_method ` decorator (#PR 1025)
113113- Copy original model's ` trainable_weights ` and ` nontrainable_weights ` when initializing ` ModelLayer ` (#PR 1026)
114114- Copy original model's ` trainable_weights ` and ` nontrainable_weights ` when initializing ` LayerList ` (#PR 1029)
115- - remove redundant parts in ` model.all_layers ` (#PR 1029)
115+ - Remove redundant parts in ` model.all_layers ` (#PR 1029)
116+ - Replace ` tf.image.resize_image_with_crop_or_pad ` with ` tf.image.resize_with_crop_or_pad ` (#PR 1032)
116117
117118### Removed
118119
@@ -122,7 +123,7 @@ To release a new version, please update the changelog as followed:
122123
123124- @zsdonghao
124125- @ChrisWu1997 : #1010 #1015 #1025 #1030
125- - @warshallrho : #1017 #1021 #1026 #1029
126+ - @warshallrho : #1017 #1021 #1026 #1029 # 1032
126127- @ArnoldLIULJ : #1023
127128- @JingqingZ : #1023
128129
You can’t perform that action at this time.
0 commit comments