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:
112
112
- Remove ` private_method ` decorator (#PR 1025)
113
113
- Copy original model's ` trainable_weights ` and ` nontrainable_weights ` when initializing ` ModelLayer ` (#PR 1026)
114
114
- 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)
116
117
117
118
### Removed
118
119
@@ -122,7 +123,7 @@ To release a new version, please update the changelog as followed:
122
123
123
124
- @zsdonghao
124
125
- @ChrisWu1997 : #1010 #1015 #1025 #1030
125
- - @warshallrho : #1017 #1021 #1026 #1029
126
+ - @warshallrho : #1017 #1021 #1026 #1029 # 1032
126
127
- @ArnoldLIULJ : #1023
127
128
- @JingqingZ : #1023
128
129
You can’t perform that action at this time.
0 commit comments