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 @@ -106,9 +106,10 @@ To release a new version, please update the changelog as followed:
106106
107107### Fixed
108108- Fix ` tf.models.Model._construct_graph ` for list of outputs, e.g. STN case (PR #1010 )
109- - Enable better ` in_channels ` exception raise. (pR #1015 )
109+ - Enable better ` in_channels ` exception raise. (PR #1015 )
110110- Set allow_pickle=True in np.load() (#PR 1021)
111111- Remove ` private_method ` decorator (#PR 1025)
112+ - Copy original model's ` trainable_weights ` and ` nontrainable_weights ` when initializing ` ModelLayer ` (#PR 1026)
112113
113114### Removed
114115
@@ -118,7 +119,7 @@ To release a new version, please update the changelog as followed:
118119
119120- @zsdonghao
120121- @ChrisWu1997 : #1010 #1015 #1025
121- - @warshallrho : #1017 #1021
122+ - @warshallrho : #1017 #1021 # 1026
122123- @ArnoldLIULJ : #1023
123124- @JingqingZ : #1023
124125
You can’t perform that action at this time.
0 commit comments