Skip to content

Commit

Permalink
update hetero-nn
Browse files Browse the repository at this point in the history
Signed-off-by: weijingchen <talkingwallace@sohu.com>

Signed-off-by: cwj <talkingwallace@sohu.com>
  • Loading branch information
talkingwallace committed Nov 27, 2023
1 parent 26f96e3 commit c9f5f82
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions python/fate/ml/aggregator/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -149,6 +149,9 @@ def _process_model(self, model):
to_agg.append(self._convert_type(p, self.float_p))
agg_list = to_agg

else:
return None

return agg_list

def _recover_model(self, model, agg_model):
Expand Down

0 comments on commit c9f5f82

Please sign in to comment.