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:
106
106
107
107
### Fixed
108
108
- 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 )
110
110
- Set allow_pickle=True in np.load() (#PR 1021)
111
111
- Remove ` private_method ` decorator (#PR 1025)
112
+ - Copy original model's ` trainable_weights ` and ` nontrainable_weights ` when initializing ` ModelLayer ` (#PR 1026)
112
113
113
114
### Removed
114
115
@@ -118,7 +119,7 @@ To release a new version, please update the changelog as followed:
118
119
119
120
- @zsdonghao
120
121
- @ChrisWu1997 : #1010 #1015 #1025
121
- - @warshallrho : #1017 #1021
122
+ - @warshallrho : #1017 #1021 # 1026
122
123
- @ArnoldLIULJ : #1023
123
124
- @JingqingZ : #1023
124
125
You can’t perform that action at this time.
0 commit comments