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 @@ -110,6 +110,8 @@ To release a new version, please update the changelog as followed:
110110- Set allow_pickle=True in np.load() (#PR 1021)
111111- Remove ` private_method ` decorator (#PR 1025)
112112- Copy original model's ` trainable_weights ` and ` nontrainable_weights ` when initializing ` ModelLayer ` (#PR 1026)
113+ - Copy original model's ` trainable_weights ` and ` nontrainable_weights ` when initializing ` LayerList ` (#PR 1029)
114+ - remove redundant parts in ` model.all_layers ` (#PR 1029)
113115
114116### Removed
115117
@@ -119,7 +121,7 @@ To release a new version, please update the changelog as followed:
119121
120122- @zsdonghao
121123- @ChrisWu1997 : #1010 #1015 #1025
122- - @warshallrho : #1017 #1021 #1026
124+ - @warshallrho : #1017 #1021 #1026 # 1029
123125- @ArnoldLIULJ : #1023
124126- @JingqingZ : #1023
125127
You can’t perform that action at this time.
0 commit comments